/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | OwningPtr.h | 43 T *Tmp = Ptr; variable 45 delete Tmp; variable 51 T *Tmp = Ptr; in take() local 67 T *Tmp = RHS.Ptr; in swap() local 97 T *Tmp = Ptr; variable 105 T *Tmp = Ptr; in take() local 120 T *Tmp = RHS.Ptr; in swap() local
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Triple.cpp | 558 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getVendorName() local 563 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getOSName() local 569 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getEnvironmentName() local 575 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getOSAndEnvironmentName() local
|
/external/testng/src/test/java/test/tmp/ |
D | Tmp.java | 7 public class Tmp { class
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | RawByteChannel.h | 118 uint8_t Tmp = V ? 1 : 0; in serialize() local 126 uint8_t Tmp = 0; in deserialize() local
|
D | SymbolStringPool.h | 133 auto Tmp = I++; in clearDeadEntries() local
|
/external/llvm/lib/Support/ |
D | APSInt.cpp | 26 APInt Tmp(NumBits, Str, /*Radix=*/10); in APSInt() local
|
D | ManagedStatic.cpp | 45 void *Tmp = Creator(); in RegisterManagedStatic() local
|
D | Triple.cpp | 883 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getVendorName() local 888 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getOSName() local 894 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getEnvironmentName() local 900 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getOSAndEnvironmentName() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | APSInt.cpp | 26 APInt Tmp(NumBits, Str, /*Radix=*/10); in APSInt() local
|
D | ManagedStatic.cpp | 42 void *Tmp = Creator(); in RegisterManagedStatic() local
|
D | Triple.cpp | 947 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getVendorName() local 952 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getOSName() local 958 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getEnvironmentName() local 964 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getOSAndEnvironmentName() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/DynamicLibrary/ |
D | DynamicLibraryTest.cpp | 44 } Tmp; in FuncPtr() local 52 } Tmp; in PtrFunc() local
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | ManagedStatic.cpp | 45 void *Tmp = Creator(); in RegisterManagedStatic() local
|
D | Triple.cpp | 908 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getVendorName() local 913 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getOSName() local 919 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getEnvironmentName() local 925 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getOSAndEnvironmentName() local
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLLexer.cpp | 152 char Tmp = BIn[3]; BIn[3] = 0; // Terminate string in UnEscapeLexed() local 670 APInt Tmp(bits, StringRef(TokStart+3, len), 16); in LexIdentifier() local 788 APInt Tmp(numBits, StringRef(TokStart, Len), 10); in LexDigitOrNegative() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/ |
D | LlvmState.cpp | 63 llvm::SmallVector<char, 16> Tmp; in canAssemble() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerBrUnless.cpp | 119 unsigned Tmp = MRI.createVirtualRegister(&WebAssembly::I32RegClass); in runOnMachineFunction() local
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerBrUnless.cpp | 109 unsigned Tmp = MRI.createVirtualRegister(&WebAssembly::I32RegClass); in runOnMachineFunction() local
|
/external/pdfium/third_party/lcms/src/ |
D | cmswtpnt.c | 202 cmsMAT3 Cone, Tmp; in ComputeChromaticAdaptation() local 254 cmsMAT3 Tmp; in _cmsAdaptMatrixToD50() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | PHITransAddr.cpp | 95 SmallVector<Instruction*, 8> Tmp(InstInputs.begin(), InstInputs.end()); in Verify() local 371 PHITransAddr Tmp(InVal, DL, AC); in InsertPHITranslatedSubExpr() local
|
/external/llvm/lib/Analysis/ |
D | PHITransAddr.cpp | 95 SmallVector<Instruction*, 8> Tmp(InstInputs.begin(), InstInputs.end()); in Verify() local 374 PHITransAddr Tmp(InVal, DL, AC); in InsertPHITranslatedSubExpr() local
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCDwarf.cpp | 328 SmallString<256> Tmp; in Write() local 337 SmallString<256> Tmp; in Emit() local 375 SmallString<32> Tmp; in Encode() local 414 SmallString<32> Tmp; in Encode() local 1062 SmallString<256> Tmp; in EmitAdvanceLoc() local
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | PHITransAddr.cpp | 93 SmallVector<Instruction*, 8> Tmp(InstInputs.begin(), InstInputs.end()); in Verify() local 374 PHITransAddr Tmp(InVal, TD); in InsertPHITranslatedSubExpr() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineC.cpp | 123 ExplodedNodeSet Tmp; in VisitBinaryOperator() local 239 ExplodedNodeSet Tmp; in VisitBlockExpr() local 807 ExplodedNodeSet Tmp; in VisitUnaryOperator() local 936 ExplodedNodeSet Tmp; in VisitIncrementDecrementOperator() local
|
/external/capstone/ |
D | MathExtras.h | 111 uint32_t Tmp = Value >> Shift; in CountLeadingZeros_32() local 151 uint64_t Tmp = Value >> Shift; in CountLeadingZeros_64() local
|