Home
last modified time | relevance | path

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

1234567

/external/llvm-project/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/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/include/llvm/CodeGen/
DMachineInstrBundleIterator.h77 MachineInstrBundleIterator Temp = *this; variable
82 MachineInstrBundleIterator Temp = *this; variable
/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-project/llvm/unittests/IR/
DMetadataTest.cpp229 auto Temp = MDNode::getTemporary(Context, None); in TEST_F() local
247 auto Temp = MDNode::getTemporary(Context, None); in TEST_F() local
308 TempMDNode Temp = MDNode::getTemporary(Context, Arg); in TEST_F() local
558 auto Temp = MDTuple::getTemporary(Context, None); in TEST_F() local
642 auto Temp = MDTuple::getTemporary(Context, None); in TEST_F() local
667 auto Temp = MDTuple::getTemporary(Context, Ops); in TEST_F() local
679 auto Temp = MDTuple::getTemporary(Context, Ops); in TEST_F() local
691 auto Temp = MDTuple::getTemporary(Context, Ops); in TEST_F() local
780 auto Temp = MDTuple::getTemporary(Context, Ops); in TEST_F() local
793 auto Temp = MDTuple::getTemporary(Context, Ops); in TEST_F() local
[all …]
/external/llvm-project/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/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/llvm-project/compiler-rt/lib/fuzzer/
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-10.0/llvm/lib/Support/
DFileOutputBuffer.cpp36 OnDiskBuffer(StringRef Path, fs::TempFile Temp, in OnDiskBuffer()
71 fs::TempFile Temp; member in __anonf30c80d20111::OnDiskBuffer
/external/llvm-project/llvm/lib/Support/
DFileOutputBuffer.cpp36 OnDiskBuffer(StringRef Path, fs::TempFile Temp, in OnDiskBuffer()
71 fs::TempFile Temp; member in __anon6d17b15e0111::OnDiskBuffer
/external/llvm-project/clang/test/SemaCXX/
Dtemplate-default-param-through-using.cpp20 template<typename T> struct Temp{}; struct
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/platform/
DClock.c113 uint64_t Elapsed, Temp; in _plat__RealTime() local
/external/llvm-project/flang/lib/Semantics/
Dmod-file.cpp647 struct Temp { struct
648 Temp(int fd, std::string path) : fd{fd}, path{path} {} in Temp() function
649 Temp(Temp &&t) : fd{std::exchange(t.fd, -1)}, path{std::move(t.path)} {} in Temp() argument
650 ~Temp() { in ~Temp()
657 int fd;
658 std::string path;
/external/llvm-project/llvm/tools/llvm-objcopy/
DBuffer.cpp24 Expected<sys::fs::TempFile> Temp = in createEmptyFile() local
/external/libvpx/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-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-use-equals-default.cpp119 class Temp { class
121 Temp() {} in Temp() function in Temp
/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/llvm-project/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-10.0/llvm/lib/LTO/
DCaching.cpp137 Expected<sys::fs::TempFile> Temp = sys::fs::TempFile::create( in localCache() local

1234567