Searched refs:Function1 (Results 1 - 5 of 5) 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/chromium_org/v8/test/cctest/
H A Dtest-types.cc235 TypeHandle Function1(TypeHandle result, TypeHandle receiver, TypeHandle arg) { function in class:Types
658 TypeHandle function1 = T.Function1(type1, type2, type3);
675 TypeHandle function1 = T.Function1(type1, type2, type3);
703 TypeHandle function11 = T.Function1(type1, type2, type2);
704 TypeHandle function12 = T.Function1(type1, type2, type3);
/external/clang/lib/AST/
H A DASTImporter.cpp571 const FunctionType *Function1 = cast<FunctionType>(T1); local
573 if (!IsStructurallyEquivalent(Context, Function1->getReturnType(),
576 if (Function1->getExtInfo() != Function2->getExtInfo())
/external/clang/lib/Sema/
H A DSemaOverload.cpp3274 compareConversionFunctions(Sema &S, FunctionDecl *Function1, argument
3285 CXXConversionDecl *Conv1 = dyn_cast_or_null<CXXConversionDecl>(Function1);

Completed in 7551 milliseconds