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

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

Completed in 98 milliseconds