Searched defs:Function1 (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/Analysis/
H A Dglobal-region-invalidation.c108 void Function1(void) { function
120 Function1();
/external/clang/test/Misc/
H A Dinteger-literal-printing.cpp5 template <short T> void Function1(Type1<T>& x) {} // expected-note{{candidate function [with T = -42] not viable: expects an l-value for 1st argument}} function
68 Function1(Type1<-42>()); // expected-error{{no matching function for call to 'Function1'}}
/external/clang/lib/AST/
H A DASTImporter.cpp571 const FunctionType *Function1 = cast<FunctionType>(T1); local
574 Function1->getResultType(),
577 if (Function1->getExtInfo() != Function2->getExtInfo())
/external/clang/lib/Sema/
H A DSemaOverload.cpp3225 FunctionDecl *Function1,
3236 CXXConversionDecl *Conv1 = dyn_cast<CXXConversionDecl>(Function1);
3224 compareConversionFunctions(Sema &S, FunctionDecl *Function1, FunctionDecl *Function2) argument

Completed in 426 milliseconds