HomeSort by relevance Sort by last modified time
    Searched refs:function0 (Results 1 - 5 of 5) sorted by null

  /external/clang/test/SemaCXX/
warn-consumed-parsing.cpp 31 void function0() SET_TYPESTATE(consumed); // expected-warning {{'set_typestate' attribute only applies to methods}}
  /external/llvm/test/tools/llvm-readobj/ARM/
unwind.s 66 .type function0,%function
67 function0: label
234 @ CHECK: FunctionName: function0
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-0x.cpp 41 int (&&function0)(int) = f;
  /external/chromium_org/third_party/angle/tests/compiler_tests/
ExpressionLimit_test.cpp 102 vec4 function0() {
  /external/chromium_org/v8/test/cctest/
test-types.cc 250 TypeHandle Function0(TypeHandle result, TypeHandle receiver) {
626 TypeHandle function0 = T.Function0(type1, type2); local
629 CHECK(function0->IsFunction());
643 TypeHandle function0 = T.Function0(type1, type2); local
646 CHECK_EQ(0, function0->AsFunction()->Arity());
649 CheckEqual(type1, function0->AsFunction()->Result());
652 CheckEqual(type2, function0->AsFunction()->Receiver());
669 TypeHandle function01 = T.Function0(type1, type2)
    [all...]

Completed in 1156 milliseconds