Home
last modified time | relevance | path

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

1234

/llvm-project/clang/test/CXX/temp/temp.spec/temp.explicit/
H A 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
51 class Temp<char> { class
/llvm-project/lldb/test/API/lang/cpp/incompatible-class-templates/
H A Dother.cpp2 template <typename T1, typename T2> struct Temp { int x; }; argument
H A Dmain.cpp4 template <typename T1> struct Temp { int x; }; argument
/llvm-project/lldb/test/API/lang/cpp/forward-declared-template-specialization/
H A Dmain.cpp11 template <typename T> class Temp { int f; }; class
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilLinux.cpp36 FILE* Temp = fopen("/dev/null", "w"); in DiscardOutput() local
H A DFuzzerUtilDarwin.cpp161 FILE* Temp = fopen("/dev/null", "w"); in DiscardOutput() local
/llvm-project/clang/test/SemaCXX/
H A Dtemplate-default-param-through-using.cpp20 template<typename T> struct Temp{}; struct
/llvm-project/llvm/lib/MC/
H A DMCSchedule.cpp100 double Temp = NumUnits * 1.0 / I->ReleaseAtCycle; getReciprocalThroughput() local
144 double Temp = llvm::popcount(I->getUnits()) * 1.0 / I->getCycles(); getReciprocalThroughput() local
/llvm-project/llvm/lib/Support/
H A DFileOutputBuffer.cpp35 OnDiskBuffer(StringRef Path, fs::TempFile Temp, fs::mapped_file_region Buf) in OnDiskBuffer()
71 fs::TempFile Temp; member in __anonf253771a0111::OnDiskBuffer
H A DCaching.cpp156 Expected<sys::fs::TempFile> Temp = sys::fs::TempFile::create( in localCache() local
/llvm-project/llvm/unittests/IR/
H A DMetadataTest.cpp230 auto Temp = MDNode::getTemporary(Context, {}); in TEST_F() local
248 auto Temp = MDNode::getTemporary(Context, {}); in TEST_F() local
309 MDNode *N = getNode(Temp.get()); in TEST_F() local
620 ASSERT_FALSE(Temp in TEST_F() local
704 auto Temp = MDTuple::getTemporary(Context, std::nullopt); TEST_F() local
729 auto Temp = MDTuple::getTemporary(Context, Ops); TEST_F() local
741 auto Temp = MDTuple::getTemporary(Context, Ops); TEST_F() local
753 auto Temp = MDTuple::getTemporary(Context, Ops); TEST_F() local
842 auto Temp = MDTuple::getTemporary(Context, Ops); TEST_F() local
855 auto Temp = MDTuple::getTemporary(Context, Ops); TEST_F() local
872 auto Temp = MDTuple::getTemporary(Context, Ops); TEST_F() local
912 auto Temp = MDTuple::getTemporary(Context, std::nullopt); TEST_F() local
1404 TempGenericDINode Temp = N->clone(); TEST_F() local
1429 TempDISubrange Temp = N->clone(); TEST_F() local
1760 TempDIEnumerator Temp = N->clone(); TEST_F() local
1805 TempDIBasicType Temp = N->clone(); TEST_F() local
1835 TempDIType Temp = N->clone(); TEST_F() local
1951 TempDIDerivedType Temp = N->clone(); TEST_F() local
2101 TempDICompositeType Temp = N->clone(); TEST_F() local
2363 TempDISubroutineType Temp = N->clone(); TEST_F() local
2400 TempDIFile Temp = N->clone(); TEST_F() local
2467 TempDICompileUnit Temp = N->clone(); TEST_F() local
2707 TempDISubprogram Temp = N->clone(); TEST_F() local
2734 TempDILexicalBlock Temp = N->clone(); TEST_F() local
2786 TempDILexicalBlockFile Temp = N->clone(); TEST_F() local
2807 TempDINamespace Temp = N->clone(); TEST_F() local
2854 TempDIModule Temp = N->clone(); TEST_F() local
2877 TempDITemplateTypeParameter Temp = N->clone(); TEST_F() local
2913 TempDITemplateValueParameter Temp = N->clone(); TEST_F() local
3003 TempDIGlobalVariable Temp = N->clone(); TEST_F() local
3041 TempDIGlobalVariableExpression Temp = N->clone(); TEST_F() local
3091 TempDILocalVariable Temp = N->clone(); TEST_F() local
3130 TempDIExpression Temp = N->clone(); TEST_F() local
4332 TempDIObjCProperty Temp = N->clone(); TEST_F() local
4372 TempDIImportedEntity Temp = N->clone(); TEST_F() local
4497 auto Temp = MDTuple::getTemporary(Context, std::nullopt); TEST_F() local
[all...]
/llvm-project/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c365 LLVMMetadataRef *Temp = from_val_array(Data); in llvm_dibuild_get_or_create_type_array() local
374 LLVMMetadataRef *Temp = from_val_array(Data); in llvm_dibuild_get_or_create_array() local
384 LLVMMetadataRef *Temp = from_val_array(ParameterTypes); in llvm_dibuild_create_subroutine_type() local
403 LLVMMetadataRef *Temp in llvm_dibuild_create_enumeration_type_native() local
430 LLVMMetadataRef *Temp = from_val_array(Elements); llvm_dibuild_create_union_type_native() local
459 LLVMMetadataRef *Temp = from_val_array(Subscripts); llvm_dibuild_create_array_type() local
470 LLVMMetadataRef *Temp = from_val_array(Subscripts); llvm_dibuild_create_vector_type() local
518 LLVMMetadataRef *Temp = from_val_array(Elements); llvm_dibuild_create_struct_type_native() local
775 LLVMMetadataRef *Temp = from_val_array(Elements); llvm_dibuild_create_class_type_native() local
[all...]
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h70 uint32_t Temp = readBytesUnaligned(LocalAddress, 4); in decodeAddend() local
253 uint32_t Temp = readBytesUnaligned(LocalAddress, 4); in resolveRelocation() local
/llvm-project/libcxxabi/src/demangle/
H A DUtility.h55 std::array<char, 21> Temp; variable
/llvm-project/llvm/include/llvm/Demangle/
H A DUtility.h55 std::array<char, 21> Temp; variable
/llvm-project/flang/lib/Semantics/
H A Dmod-file.cpp1158 struct Temp { global() struct
1159 TempFortran::semantics::Temp Temp() argument
1160 TempFortran::semantics::Temp Temp() argument
1161 ~TempFortran::semantics::Temp ~Temp() argument
1168 fdFortran::semantics::Temp global() argument
1169 pathFortran::semantics::Temp global() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-equals-default.cpp184 class Temp { class
186 Temp() {} in Temp() function in Temp
/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h122 DataRefImpl Temp; in getRelocationSymbol() local
/llvm-project/llvm/unittests/tools/llvm-profdata/
H A DOutputSizeLimitTest.cpp92 TempFile Temp("profile", "afdo", "", true); in RunTest() local
/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYRegisterInfo.cpp203 auto *Temp = BuildMI(MBB, II, DL, TII->get(CSKY::LD32W), NewReg) in eliminateFrameIndex() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTLSDynamicCall.cpp206 MachineInstr *Temp = processBlock() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DUnifyLoopExits.cpp153 SmallVector<BasicBlock *, 8> Temp; unifyLoopExits() local
/llvm-project/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp145 APInt Temp(128, TotalCount); in computeDetailedSummary() local
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c130 void **Temp = malloc(sizeof(void *) * Length); in from_val_array() local
515 LLVMTypeRef *Temp = from_val_array(ParamTys); in llvm_function_type() local
524 LLVMTypeRef *Temp = from_val_array(ParamTys); in llvm_var_arg_function_type() local
557 LLVMTypeRef *Temp = from_val_array(ElementTypes); llvm_struct_type() local
566 LLVMTypeRef *Temp = from_val_array(ElementTypes); llvm_packed_struct_type() local
580 LLVMTypeRef *Temp = from_val_array(ElementTypes); llvm_struct_set_body() local
942 LLVMValueRef *Temp = from_val_array(ElementVals); llvm_mdnode() local
1068 LLVMValueRef *Temp = from_val_array(ElementVals); llvm_const_array() local
1077 LLVMValueRef *Temp = from_val_array(ElementVals); llvm_const_struct() local
1087 LLVMValueRef *Temp = from_val_array(ElementVals); llvm_const_named_struct() local
1097 LLVMValueRef *Temp = from_val_array(ElementVals); llvm_const_packed_struct() local
1107 LLVMValueRef *Temp = from_val_array(ElementVals); llvm_const_vector() local
1230 LLVMValueRef *Temp = from_val_array(Indices); llvm_const_gep() local
1240 LLVMValueRef *Temp = from_val_array(Indices); llvm_const_in_bounds_gep() local
2079 LLVMValueRef *Temp = from_val_array(RetVals); llvm_build_aggregate_ret() local
2148 LLVMValueRef *Temp = from_val_array(Args); llvm_build_invoke_nat() local
2423 LLVMValueRef *Temp = from_val_array(Indices); llvm_build_gep() local
2435 LLVMValueRef *Temp = from_val_array(Indices); llvm_build_in_bounds_gep() local
2620 LLVMValueRef *Temp = from_val_array(Params); llvm_build_call() local
[all...]
/llvm-project/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp147 Expected<sys::fs::TempFile> Temp = in runPasses() local

1234