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

  /external/clang/test/Analysis/
global-region-invalidation.c 105 void Function1(void) {
117 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 557 const FunctionType *Function1 = cast<FunctionType>(T1);
560 Function1->getResultType(),
563 if (Function1->getExtInfo() != Function2->getExtInfo())
    [all...]

Completed in 6144 milliseconds