Searched refs:Function2 (Results 1 – 5 of 5) sorted by relevance
106 void Function2(void);117 Function2(); in Function1()119 void Function2(void) { in Function2() function
241 Function2 = LLVMAddFunction( in buildModuleWithCodeAndData()243 LLVMSetFunctionCallConv(Function2, LLVMCCallConv); in buildModuleWithCodeAndData()245 LLVMBasicBlockRef Entry = LLVMAppendBasicBlock(Function2, "entry"); in buildModuleWithCodeAndData()249 LLVMValueRef Arg = LLVMGetParam(Function2, 0); in buildModuleWithCodeAndData()326 LLVMValueRef Function2; member in __anon66ee9f720111::MCJITCAPITest458 SetGlobalFct.raw = 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()
573 const FunctionType *Function2 = cast<FunctionType>(T2); in IsStructurallyEquivalent() local575 Function2->getReturnType())) in IsStructurallyEquivalent()577 if (Function1->getExtInfo() != Function2->getExtInfo()) in IsStructurallyEquivalent()
3232 FunctionDecl *Function2) { in compareConversionFunctions() argument3246 CXXConversionDecl *Conv2 = dyn_cast<CXXConversionDecl>(Function2); in compareConversionFunctions()