Searched refs:Function1 (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/Analysis/ |
D | global-region-invalidation.c | 108 void Function1(void) { in Function1() function 120 Function1(); in Function2()
|
/external/clang/test/Misc/ |
D | integer-literal-printing.cpp | 5 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/v8/test/cctest/ |
D | types-fuzz.h | 208 TypeHandle Function1(TypeHandle result, TypeHandle receiver, TypeHandle arg) { in Function1() function
|
D | test-types.cc | 532 TypeHandle function1 = T.Function1(type1, type2, type3); in Function() 549 TypeHandle function1 = T.Function1(type1, type2, type3); in Function() 577 TypeHandle function11 = T.Function1(type1, type2, type2); in Function() 578 TypeHandle function12 = T.Function1(type1, type2, type3); in Function()
|
/external/opencv3/samples/java/sbt/sbt/ |
D | sbt-launch.jar | module.properties
org/apache/ivy/Ivy$1.class
Ivy.java
package org ... |
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 616 const FunctionType *Function1 = cast<FunctionType>(T1); in IsStructurallyEquivalent() local 618 if (!IsStructurallyEquivalent(Context, Function1->getReturnType(), in IsStructurallyEquivalent() 621 if (Function1->getExtInfo() != Function2->getExtInfo()) in IsStructurallyEquivalent()
|
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 3300 compareConversionFunctions(Sema &S, FunctionDecl *Function1, in compareConversionFunctions() argument 3311 CXXConversionDecl *Conv1 = dyn_cast_or_null<CXXConversionDecl>(Function1); in compareConversionFunctions()
|