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

  /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: no known conversion from 'Type2<42>' to 'Type2<42> &' for 1st argument;}}
12 Function2(Type2<42>()); // expected-error{{no matching function for call to 'Function2'}}
  /external/clang/lib/AST/
ASTImporter.cpp 579 const FunctionType *Function2 = cast<FunctionType>(T2);
582 Function2->getResultType()))
584 if (Function1->getExtInfo() != Function2->getExtInfo())
    [all...]

Completed in 322 milliseconds