/openbsd/gnu/llvm/llvm/lib/DebugInfo/GSYM/ |
H A D | GsymReader.cpp | 80 Swap.reset(new SwappedData); in parse() 89 if (Swap) { in parse() 92 Swap->Hdr = ExpectedHdr.get(); in parse() 95 Hdr = &Swap->Hdr; in parse() 104 if (!Swap) { in parse() 142 Swap->AddrOffsets.resize(Hdr->NumAddresses * Hdr->AddrOffSize); in parse() 170 AddrOffsets = ArrayRef<uint8_t>(Swap->AddrOffsets); in parse() 174 Swap->AddrInfoOffsets.resize(Hdr->NumAddresses); in parse() 183 Swap->Files.resize(NumFiles); in parse() 184 if (Data.getU32(&Offset, &Swap->Files[0].Dir, NumFiles*2)) in parse() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/ |
H A D | sort2.c | 30 boolean Swap; local 33 Swap = 0; 39 Swap = 1; 42 while (Swap);
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | LexicallyOrderedRecursiveASTVisitor.h | 117 bool Swap; in getStmtChildren() local 124 Swap = true; in getStmtChildren() 129 Swap = Children.size() != 2; in getStmtChildren() 132 Swap = CE->isInfixBinaryOp(); in getStmtChildren() 135 if (Swap && Children.size() > 1) in getStmtChildren()
|
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/ |
H A D | Data-Swap.tml | 1 === Data-Swap 5 name: Data-Swap 15 name => 'Data-Swap',
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common.h | 478 template<class T> void Swap(T& a, T& b) { in Swap() function 574 Swap(data_, other.data_); in swap() 575 Swap(capacity_bytes_, other.capacity_bytes_); in swap() 576 Swap(size_, other.size_); in swap() 659 Swap(v[j], v[p]); 667 Swap(v[0], v[i]); 678 Swap(v[j], v[max_ind]);
|
H A D | sanitizer_allocator.h | 61 Swap(a[i], a[RandN(&state, i + 1)]); in RandomShuffle()
|
H A D | sanitizer_deadlock_detector.h | 80 Swap(recursive_locks[i], recursive_locks[n_recursive_locks]); in removeLock() 90 Swap(all_locks_with_contexts_[i], in removeLock() 161 Swap(edges_[i], edges_[n_edges_ - 1]); in newNode()
|
H A D | sanitizer_dense_map.h | 603 Swap(Buckets, RHS.Buckets); in swap() 604 Swap(NumEntries, RHS.NumEntries); in swap() 605 Swap(NumTombstones, RHS.NumTombstones); in swap() 606 Swap(NumBuckets, RHS.NumBuckets); in swap()
|
/openbsd/gnu/llvm/libcxx/benchmarks/ |
H A D | function.bench.cpp | 154 struct Swap { struct 226 makeCartesianProductBenchmark<Swap, AllFunctionTypes, AllFunctionTypes>(); in main()
|
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
H A D | common.h | 46 template <class T> void Swap(T &A, T &B) { in Swap() function 98 Swap(A[I], A[getRandomModN(&State, I + 1)]); in shuffle()
|
/openbsd/usr.bin/file/magdir/ |
H A D | editors | 15 # Vi IMproved Swap file
|
/openbsd/gnu/llvm/lldb/include/lldb/Core/ |
H A D | ValueObjectList.h | 47 void Swap(ValueObjectList &value_object_list);
|
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_stack_trace.cpp | 43 Swap(trace_buffer[i], trace_buffer[size - 1 - i]); in ReverseOrder()
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIShrinkInstructions.cpp | 397 bool Swap; in shrinkMadFma() local 402 Swap = false; in shrinkMadFma() 404 Swap = true; in shrinkMadFma() 431 Swap = false; in shrinkMadFma() 433 Swap = true; in shrinkMadFma() 463 if (Swap) { in shrinkMadFma()
|
H A D | AMDGPUInstCombineIntrinsic.cpp | 661 bool Swap = false; in instCombineIntrinsic() local 667 Swap = true; in instCombineIntrinsic() 672 Swap = true; in instCombineIntrinsic() 677 Swap = true; in instCombineIntrinsic() 680 if (Swap) { in instCombineIntrinsic()
|
/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | ValueObjectList.cpp | 107 void ValueObjectList::Swap(ValueObjectList &value_object_list) { in Swap() function in ValueObjectList
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | GsymReader.h | 66 std::unique_ptr<SwappedData> Swap; variable
|
/openbsd/gnu/usr.bin/binutils/bfd/doc/ |
H A D | aoutx.texi | 128 Swap the information in an executable header @var{raw_bytes} taken 142 Swap the information in an internal exec header structure
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/doc/ |
H A D | aoutx.texi | 128 Swap the information in an executable header @var{raw_bytes} taken 142 Swap the information in an internal exec header structure
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 4207 Swap = false; in getVCmpInst() 4213 case ISD::SETLE: CC = ISD::SETGE; Swap = true; break; in getVCmpInst() 4214 case ISD::SETLT: CC = ISD::SETGT; Swap = true; break; in getVCmpInst() 4215 case ISD::SETOLE: CC = ISD::SETOGE; Swap = true; break; in getVCmpInst() 4216 case ISD::SETOLT: CC = ISD::SETOGT; Swap = true; break; in getVCmpInst() 4259 case ISD::SETGE: CC = ISD::SETLE; Swap = true; break; in getVCmpInst() 4260 case ISD::SETLT: CC = ISD::SETGT; Swap = true; break; in getVCmpInst() 4423 bool Swap, Negate; in trySETCC() local 4426 if (Swap) in trySETCC() 5854 bool Swap; in Select() local [all …]
|
H A D | PPCISelLowering.h | 647 bool &Swap, bool IsLE); 668 bool &Swap, bool IsLE); 688 unsigned &InsertAtByte, bool &Swap, bool IsLE);
|
H A D | PPCISelLowering.cpp | 2248 Swap = M0 < 4; in isXXINSERTWMask() 2280 Swap = true; in isXXINSERTWMask() 2324 Swap = false; in isXXSLDWIShuffleMask() 3043 if (Swap) in getPreIndexedAddressParts() 9639 if (Swap) in lowerToVINSERTB() 9745 if (Swap) in lowerToVINSERTH() 9962 if (Swap) in LowerVECTOR_SHUFFLE() 9995 if (Swap) in LowerVECTOR_SHUFFLE() 10008 if (Swap) in LowerVECTOR_SHUFFLE() 13492 if (Swap) in generateEquivalentSub() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64Schedule.td | 85 def WriteAtomic : SchedWrite; // Atomic memory operations (CAS, Swap, LDOP)
|
/openbsd/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_win.cpp | 86 Swap(ExceptionFilter, user_seh_handler); in INTERCEPTOR_WINAPI()
|
/openbsd/gnu/usr.bin/perl/dist/Filter-Simple/ |
H A D | Changes | 146 - Swap out base.pm use for parent.pm.
|