Home
last modified time | relevance | path

Searched refs:Function2 (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DBoltDiff.cpp243 const BinaryFunction &Function2 = BFI2.second; in matchFunctions() local
246 for (const StringRef &Name : Function2.getNames()) { in matchFunctions()
252 FuncMap.insert(std::make_pair<>(&Function2, Iter->second)); in matchFunctions()
254 Bin2MappedFuncs.insert(&Function2); in matchFunctions()
262 if (Match || !Function2.hasCFG()) in matchFunctions()
266 FuncMap.insert(std::make_pair<>(&Function2, Iter->second)); in matchFunctions()
268 Bin2MappedFuncs.insert(&Function2); in matchFunctions()
281 Bin2MappedFuncs.insert(&Function2); in matchFunctions()
632 const BinaryFunction &Function2 = BFI2.second; in reportUnmapped() local
633 if (Bin2MappedFuncs.count(&Function2)) in reportUnmapped()
[all …]
/llvm-project-15.0.7/clang/test/Analysis/
H A Dglobal-region-invalidation.c80 void Function2(void);
91 Function2(); in Function1()
93 void Function2(void) { in Function2() function
/llvm-project-15.0.7/libcxx/benchmarks/
H A Dfunction.bench.cpp153 template <class Function1, class Function2>
156 Function values[2] = {MakeFunction(Function1()), MakeFunction(Function2())}; in run()
163 static bool skip() { return Function1() > Function2(); } in skip()
166 return "BM_Swap" + Function1::name() + Function2::name(); in name()
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp246 Function2 = LLVMAddFunction( in buildModuleWithCodeAndData()
248 LLVMSetFunctionCallConv(Function2, LLVMCCallConv); in buildModuleWithCodeAndData()
250 LLVMBasicBlockRef Entry = LLVMAppendBasicBlock(Function2, "entry"); in buildModuleWithCodeAndData()
254 LLVMValueRef Arg = LLVMGetParam(Function2, 0); in buildModuleWithCodeAndData()
327 LLVMValueRef Function2; member in __anon98a3fc8f0111::MCJITCAPITest
450 reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function2))); in TEST_F()
/llvm-project-15.0.7/clang/test/Misc/
H A Dinteger-literal-printing.cpp8 template <unsigned short T> void Function2(Type2<T>& x) {} // expected-note{{candidate function [wi… in Function2() function
69 Function2(Type2<42>()); // expected-error{{no matching function for call to 'Function2'}} in Function()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-bool-literals-ignore-macros.cpp129 bool Function2() { in Function2() function
H A Duse-bool-literals.cpp133 bool Function2() { in Function2() function
/llvm-project-15.0.7/clang/lib/AST/
H A DASTStructuralEquivalence.cpp908 const auto *Function2 = cast<FunctionType>(T2); in IsStructurallyEquivalent() local
910 Function2->getReturnType())) in IsStructurallyEquivalent()
913 Function2->getExtInfo())) in IsStructurallyEquivalent()
/llvm-project-15.0.7/clang/test/Modules/
H A Dodr_hash.cpp3632 static auto Function2 = invalid2<Num>;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp3688 FunctionDecl *Function2) { in compareConversionFunctions() argument
3690 CXXConversionDecl *Conv2 = dyn_cast_or_null<CXXConversionDecl>(Function2); in compareConversionFunctions()