/external/llvm-project/clang/test/CodeGen/ |
D | ms-intrinsics.c | 225 void *test_InterlockedCompareExchangePointer(void * volatile *Destination, in test_InterlockedCompareExchangePointer() 240 void *test_InterlockedCompareExchangePointer_nf(void * volatile *Destination, in test_InterlockedCompareExchangePointer_nf() 399 char test_InterlockedCompareExchange8(char volatile *Destination, char Exchange, char Comperand) { in test_InterlockedCompareExchange8() 408 short test_InterlockedCompareExchange16(short volatile *Destination, short Exchange, short Comperan… in test_InterlockedCompareExchange16() 417 long test_InterlockedCompareExchange(long volatile *Destination, long Exchange, long Comperand) { in test_InterlockedCompareExchange() 426 __int64 test_InterlockedCompareExchange64(__int64 volatile *Destination, __int64 Exchange, __int64 … in test_InterlockedCompareExchange64() 437 __int64 volatile *Destination, __int64 ExchangeHigh, in test_InterlockedCompareExchange128() 465 __int64 volatile *Destination, __int64 ExchangeHigh, in test_InterlockedCompareExchange128_acq() 471 __int64 volatile *Destination, __int64 ExchangeHigh, in test_InterlockedCompareExchange128_nf() 477 __int64 volatile *Destination, __int64 ExchangeHigh, in test_InterlockedCompareExchange128_rel() [all …]
|
D | ms-intrinsics-other.c | 134 LONG test_InterlockedCompareExchange(LONG volatile *Destination, LONG Exchange, LONG Comperand) { in test_InterlockedCompareExchange() 265 LONG test_InterlockedCompareExchange_acq(LONG volatile *Destination, LONG Exchange, LONG Comperand)… in test_InterlockedCompareExchange_acq() 274 LONG test_InterlockedCompareExchange_rel(LONG volatile *Destination, LONG Exchange, LONG Comperand)… in test_InterlockedCompareExchange_rel() 283 LONG test_InterlockedCompareExchange_nf(LONG volatile *Destination, LONG Exchange, LONG Comperand) { in test_InterlockedCompareExchange_nf()
|
/external/llvm-project/clang/include/clang/Tooling/ |
D | FixIt.h | 62 FixItHint createReplacement(const D &Destination, const S &Source, in createReplacement() 70 FixItHint createReplacement(const D &Destination, StringRef Source) { in createReplacement()
|
/external/llvm/unittests/Support/ |
D | ErrorOrTest.cpp | 81 struct Destination { in TEST() struct 82 Destination(const Source&) {} in TEST() function
|
/external/llvm-project/llvm/unittests/Support/ |
D | ErrorOrTest.cpp | 80 struct Destination { in TEST() struct 81 Destination(const Source&) {} in TEST() argument
|
/external/clang/include/clang/Tooling/ |
D | FixIt.h | 62 FixItHint createReplacement(const D &Destination, const S &Source, in createReplacement()
|
/external/clang/test/CodeGen/ |
D | ms-intrinsics.c | 29 void *test_InterlockedCompareExchangePointer(void * volatile *Destination, in test_InterlockedCompareExchangePointer()
|
/external/libcxxabi/test/ |
D | dynamic_cast_stress.pass.cpp | 57 typedef B<Width/2, Depth> Destination; in test() typedef
|
/external/llvm-project/libcxxabi/test/ |
D | dynamic_cast_stress.pass.cpp | 56 typedef B<Width/2, Depth> Destination; in test() typedef
|
/external/clang/lib/CodeGen/ |
D | EHScopeStack.h | 47 llvm::BasicBlock *Destination; member
|
/external/llvm-project/clang/lib/CodeGen/ |
D | EHScopeStack.h | 46 llvm::BasicBlock *Destination; member
|
/external/vboot_reference/utility/ |
D | efidecompress.c | 720 IN OUT VOID *Destination, in Decompress() 884 IN OUT VOID *Destination, in EfiDecompress() 968 IN OUT VOID *Destination, in TianoDecompress()
|
/external/pigweed/pw_rpc/public/pw_rpc/internal/ |
D | packet.h | 93 enum Destination : bool { kServer, kClient }; enum
|
/external/tensorflow/tensorflow/core/framework/ |
D | graph_transfer_info.proto | 57 enum Destination { enum
|
/external/swiftshader/third_party/subzero/src/ |
D | IceUtils.h | 32 D Destination; in bitCopy() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 77 Instruction *Destination) : in Dependence()
|
D | LoopAccessAnalysis.h | 148 unsigned Destination; member
|
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 83 Instruction *Destination) : in Dependence()
|
D | LoopAccessAnalysis.h | 167 unsigned Destination; member
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 78 Instruction *Destination) : in Dependence()
|
D | LoopAccessAnalysis.h | 143 unsigned Destination; member
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopLoadElimination.cpp | 155 Instruction *Destination = Dep.getDestination(LAI); in findStoreToLoadDependences() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopLoadElimination.cpp | 192 Instruction *Destination = Dep.getDestination(LAI); in findStoreToLoadDependences() local
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopLoadElimination.cpp | 193 Instruction *Destination = Dep.getDestination(LAI); in findStoreToLoadDependences() local
|
/external/llvm-project/clang-tools-extra/clang-doc/ |
D | HTMLGenerator.cpp | 228 static SmallString<128> computeRelativePath(StringRef Destination, in computeRelativePath()
|