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

  /external/clang/test/Analysis/
global-region-invalidation.c 103 void Function2(void);
114 Function2();
116 void Function2(void) {
  /external/clang/test/Misc/
integer-literal-printing.cpp 8 template <unsigned short T> void Function2(Type2<T>& x) {} // expected-note{{candidate function [with T = 42] not viable: expects an l-value for 1st argument}}
69 Function2(Type2<42>()); // expected-error{{no matching function for call to 'Function2'}}
  /external/clang/lib/AST/
ASTImporter.cpp 558 const FunctionType *Function2 = cast<FunctionType>(T2);
561 Function2->getResultType()))
563 if (Function1->getExtInfo() != Function2->getExtInfo())
    [all...]

Completed in 58 milliseconds