Home
last modified time | relevance | path

Searched defs:Temp (Results 1 – 25 of 129) sorted by relevance

123456

/external/clang/test/CXX/temp/temp.spec/temp.explicit/
Dp12.cpp17 template <class T> class Temp { class
20 template class Temp<A::Private>; variable
38 template <class T> class Temp { class
41 template <> class Temp<A::Private> { class
43 Temp(int x) {} in Temp() function in test2::Temp
/external/llvm/unittests/IR/
DMetadataTest.cpp227 auto Temp = MDNode::getTemporary(Context, None); in TEST_F() local
245 auto Temp = MDNode::getTemporary(Context, None); in TEST_F() local
306 TempMDNode Temp = MDNode::getTemporary(Context, Arg); in TEST_F() local
501 auto Temp = MDTuple::getTemporary(Context, None); in TEST_F() local
585 auto Temp = MDTuple::getTemporary(Context, None); in TEST_F() local
610 auto Temp = MDTuple::getTemporary(Context, Ops); in TEST_F() local
622 auto Temp = MDTuple::getTemporary(Context, Ops); in TEST_F() local
634 auto Temp = MDTuple::getTemporary(Context, Ops); in TEST_F() local
698 auto Temp = MDTuple::getTemporary(Context, Ops); in TEST_F() local
711 auto Temp = MDTuple::getTemporary(Context, Ops); in TEST_F() local
[all …]
/external/llvm/include/llvm/CodeGen/
DMachineInstrBundleIterator.h77 MachineInstrBundleIterator Temp = *this; variable
82 MachineInstrBundleIterator Temp = *this; variable
/external/sdv/vsomeip/third_party/boost/algorithm/string/example/
Dreplace_example.cpp35 string Temp(Replace.begin(), Replace.end()); in upcase_formatter() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DMCSchedule.cpp99 double Temp = NumUnits * 1.0 / I->Cycles; in getReciprocalThroughput() local
143 double Temp = llvm::popcount(I->getUnits()) * 1.0 / I->getCycles(); in getReciprocalThroughput() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSchedule.cpp98 double Temp = NumUnits * 1.0 / I->Cycles; in getReciprocalThroughput() local
142 double Temp = countPopulation(I->getUnits()) * 1.0 / I->getCycles(); in getReciprocalThroughput() local
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerUtilLinux.cpp32 FILE* Temp = fopen("/dev/null", "w"); in DiscardOutput() local
DFuzzerUtilDarwin.cpp161 FILE* Temp = fopen("/dev/null", "w"); in DiscardOutput() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DFileOutputBuffer.cpp34 OnDiskBuffer(StringRef Path, fs::TempFile Temp, fs::mapped_file_region Buf) in OnDiskBuffer()
68 fs::TempFile Temp; member in __anon9eafb0850111::OnDiskBuffer
DCaching.cpp154 Expected<sys::fs::TempFile> Temp = sys::fs::TempFile::create( in localCache() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileOutputBuffer.cpp36 OnDiskBuffer(StringRef Path, fs::TempFile Temp, in OnDiskBuffer()
71 fs::TempFile Temp; member in __anon2b5e727f0111::OnDiskBuffer
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/platform/
DClock.c113 uint64_t Elapsed, Temp; in _plat__RealTime() local
/external/libvpx/vp8/common/
Dfilter.c40 int Temp; in filter_block2d_first_pass() local
79 int Temp; in filter_block2d_second_pass() local
267 int Temp; in filter_block2d_bil_second_pass() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOARM.h45 uint32_t Temp = readBytesUnaligned(LocalAddress, 4); in decodeAddend() local
148 uint32_t Temp = readBytesUnaligned(LocalAddress, 4); in resolveRelocation() local
/external/llvm/lib/ProfileData/
DProfileSummaryBuilder.cpp71 APInt Temp(128, TotalCount); in computeDetailedSummary() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DProfileSummaryBuilder.cpp74 APInt Temp(128, TotalCount); in computeDetailedSummary() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DCaching.cpp137 Expected<sys::fs::TempFile> Temp = sys::fs::TempFile::create( in localCache() local
/external/llvm/lib/ExecutionEngine/Orc/
DExecutionUtils.cpp41 CtorDtorIterator Temp = *this; in operator ++() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOARM.h70 uint32_t Temp = readBytesUnaligned(LocalAddress, 4); in decodeAddend() local
253 uint32_t Temp = readBytesUnaligned(LocalAddress, 4); in resolveRelocation() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOARM.h71 uint32_t Temp = readBytesUnaligned(LocalAddress, 4); in decodeAddend() local
254 uint32_t Temp = readBytesUnaligned(LocalAddress, 4); in resolveRelocation() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DUtility.h52 char Temp[21]; variable
/external/libcxxabi/src/demangle/
DUtility.h50 char Temp[21]; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Demangle/
DUtility.h54 std::array<char, 21> Temp; variable
/external/cronet/third_party/libc++abi/src/src/demangle/
DUtility.h55 std::array<char, 21> Temp; variable
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dinteger.inl75 genType Temp = x; local

123456