Home
last modified time | relevance | path

Searched refs:Function1 (Results 1 – 6 of 6) sorted by relevance

/external/libcxx/benchmarks/
Dfunction.bench.cpp154 template <class Function1, class Function2>
157 Function values[2] = {MakeFunction(Function1()), MakeFunction(Function2())}; in run()
164 static bool skip() { return Function1() > Function2(); } in skip()
167 return "BM_Swap" + Function1::name() + Function2::name(); in name()
/external/clang/test/Analysis/
Dglobal-region-invalidation.c108 void Function1(void) { in Function1() function
120 Function1(); in Function2()
/external/clang/test/Misc/
Dinteger-literal-printing.cpp5 template <short T> void Function1(Type1<T>& x) {} // expected-note{{candidate function [with T = -4… in Function1() function
68 Function1(Type1<-42>()); // expected-error{{no matching function for call to 'Function1'}} in Function()
/external/swiftshader/third_party/subzero/tests_lit/reader_tests/
Dunnamed.ll47 ; CHECK-NEXT: define internal void @Function1() {
/external/clang/lib/AST/
DASTImporter.cpp671 const FunctionType *Function1 = cast<FunctionType>(T1); in IsStructurallyEquivalent() local
673 if (!IsStructurallyEquivalent(Context, Function1->getReturnType(), in IsStructurallyEquivalent()
676 if (Function1->getExtInfo() != Function2->getExtInfo()) in IsStructurallyEquivalent()
/external/clang/lib/Sema/
DSemaOverload.cpp3353 compareConversionFunctions(Sema &S, FunctionDecl *Function1, in compareConversionFunctions() argument
3364 CXXConversionDecl *Conv1 = dyn_cast_or_null<CXXConversionDecl>(Function1); in compareConversionFunctions()