Searched defs:Function2 (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/Analysis/
H A Dglobal-region-invalidation.c106 void Function2(void);
117 Function2();
119 void Function2(void) { function
/external/clang/test/Misc/
H A Dinteger-literal-printing.cpp8 template <unsigned short T> void Function2(Type2<T>& x) {} // expected-note{{candidate function [with T = 42] not viable: expects an l-value for 1st argument}} function
69 Function2(Type2<42>()); // expected-error{{no matching function for call to 'Function2'}}
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp244 Function2 = LLVMAddFunction(
246 LLVMSetFunctionCallConv(Function2, LLVMCCallConv);
248 LLVMBasicBlockRef Entry = LLVMAppendBasicBlock(Function2, "entry");
252 LLVMValueRef Arg = LLVMGetParam(Function2, 0);
326 LLVMValueRef Function2; member in class:__anon13630::MCJITCAPITest
443 reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function2)));
/external/clang/lib/AST/
H A DASTImporter.cpp672 const FunctionType *Function2 = cast<FunctionType>(T2); local
674 Function2->getReturnType()))
676 if (Function1->getExtInfo() != Function2->getExtInfo())
/external/clang/lib/Sema/
H A DSemaOverload.cpp3354 FunctionDecl *Function2) {
3368 CXXConversionDecl *Conv2 = dyn_cast<CXXConversionDecl>(Function2);
3353 compareConversionFunctions(Sema &S, FunctionDecl *Function1, FunctionDecl *Function2) argument

Completed in 192 milliseconds