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/v8/test/cctest/
test-types.cc 235 TypeHandle Function1(TypeHandle result, TypeHandle receiver, TypeHandle arg) {
658 TypeHandle function1 = T.Function1(type1, type2, type3); local
661 CHECK(function1->IsFunction());
675 TypeHandle function1 = T.Function1(type1, type2, type3); local
678 CHECK_EQ(1, function1->AsFunction()->Arity());
681 CheckEqual(type1, function1->AsFunction()->Result());
684 CheckEqual(type2, function1->AsFunction()->Receiver());
686 CheckEqual(type3, function1->AsFunction()->Parameter(0))
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp 573 const FunctionType *Function1 = cast<FunctionType>(T1);
575 if (!IsStructurallyEquivalent(Context, Function1->getReturnType(),
578 if (Function1->getExtInfo() != Function2->getExtInfo())
    [all...]

Completed in 107 milliseconds