HomeSort by relevance Sort by last modified time
    Searched defs:Function1 (Results 1 - 4 of 4) sorted by null

  /external/clang/test/Analysis/
global-region-invalidation.c 108 void Function1(void) {
120 Function1();
  /external/clang/test/Misc/
integer-literal-printing.cpp 5 template <short T> void Function1(Type1<T>& x) {} // expected-note{{candidate function [with T = -42] not viable: expects an l-value for 1st argument}}
68 Function1(Type1<-42>()); // expected-error{{no matching function for call to 'Function1'}}
  /external/clang/lib/AST/
ASTImporter.cpp 671 const FunctionType *Function1 = cast<FunctionType>(T1);
673 if (!IsStructurallyEquivalent(Context, Function1->getReturnType(),
676 if (Function1->getExtInfo() != Function2->getExtInfo())
    [all...]
  /external/kotlinc/lib/
kotlin-stdlib.jar 

Completed in 121 milliseconds