Searched refs:Function2 (Results 1 – 10 of 10) sorted by relevance
243 const BinaryFunction &Function2 = BFI2.second; in matchFunctions() local246 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() local633 if (Bin2MappedFuncs.count(&Function2)) in reportUnmapped()[all …]
80 void Function2(void);91 Function2(); in Function1()93 void Function2(void) { in Function2() function
153 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()
246 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::MCJITCAPITest450 reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function2))); in TEST_F()
8 template <unsigned short T> void Function2(Type2<T>& x) {} // expected-note{{candidate function [wi… in Function2() function69 Function2(Type2<42>()); // expected-error{{no matching function for call to 'Function2'}} in Function()
129 bool Function2() { in Function2() function
133 bool Function2() { in Function2() function
908 const auto *Function2 = cast<FunctionType>(T2); in IsStructurallyEquivalent() local910 Function2->getReturnType())) in IsStructurallyEquivalent()913 Function2->getExtInfo())) in IsStructurallyEquivalent()
3632 static auto Function2 = invalid2<Num>;
3688 FunctionDecl *Function2) { in compareConversionFunctions() argument3690 CXXConversionDecl *Conv2 = dyn_cast_or_null<CXXConversionDecl>(Function2); in compareConversionFunctions()