Searched defs:Function2 (Results 1 - 6 of 6) 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.cpp243 Function2 = LLVMAddFunction(
245 LLVMSetFunctionCallConv(Function2, LLVMCCallConv);
247 LLVMBasicBlockRef Entry = LLVMAppendBasicBlock(Function2, "entry");
251 LLVMValueRef Arg = LLVMGetParam(Function2, 0);
328 LLVMValueRef Function2; member in class:__anon26482::MCJITCAPITest
428 SetGlobalFct.raw = LLVMGetPointerToGlobal(Engine, Function2);
/external/chromium_org/v8/test/cctest/
H A Dtest-types.cc241 TypeHandle Function2(TypeHandle result, TypeHandle arg1, TypeHandle arg2) { function in class:Types
659 TypeHandle function2 = T.Function2(type1, type2, type3);
676 TypeHandle function2 = T.Function2(type1, type2, type3);
705 TypeHandle function21 = T.Function2(type1, type2, type2);
706 TypeHandle function22 = T.Function2(type1, type2, type3);
707 TypeHandle function23 = T.Function2(type1, type3, type2);
/external/clang/lib/AST/
H A DASTImporter.cpp572 const FunctionType *Function2 = cast<FunctionType>(T2); local
574 Function2->getReturnType()))
576 if (Function1->getExtInfo() != Function2->getExtInfo())
/external/clang/lib/Sema/
H A DSemaOverload.cpp3275 FunctionDecl *Function2) {
3289 CXXConversionDecl *Conv2 = dyn_cast<CXXConversionDecl>(Function2);
3274 compareConversionFunctions(Sema &S, FunctionDecl *Function1, FunctionDecl *Function2) argument

Completed in 265 milliseconds