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

  /external/llvm/test/Transforms/InstCombine/
2011-09-03-Trampoline.ll 51 %function0 = bitcast i8* %tramp0 to i32(i32)*
52 %ret0 = call i32 %function0(i32 %n)
70 %function0 = bitcast i8* %tramp0 to i32(i32)*
71 %ret0 = call i32 %function0(i32 %n)
  /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/Transforms/LoopVectorize/
if-conversion.ll 8 ;int function0(int *a, int *b, int start, int end) {
20 ;CHECK-LABEL: @function0(
27 define i32 @function0(i32* nocapture %a, i32* nocapture %b, i32 %start, i32 %end) nounwind uwtable ssp {
  /external/llvm/test/tools/llvm-readobj/ARM/
unwind.s 66 .type function0,%function
67 function0: label
234 @ CHECK: FunctionName: function0
  /external/chromium_org/v8/test/cctest/
test-types.cc 231 TypeHandle Function0(TypeHandle result, TypeHandle receiver) {
657 TypeHandle function0 = T.Function0(type1, type2); local
660 CHECK(function0->IsFunction());
674 TypeHandle function0 = T.Function0(type1, type2); local
677 CHECK_EQ(0, function0->AsFunction()->Arity());
680 CheckEqual(type1, function0->AsFunction()->Result());
683 CheckEqual(type2, function0->AsFunction()->Receiver());
700 TypeHandle function01 = T.Function0(type1, type2)
    [all...]
  /external/chromium_org/third_party/angle/tests/compiler_tests/
ExpressionLimit_test.cpp 103 vec4 function0() {
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-0x.cpp 41 int (&&function0)(int) = f;

Completed in 2009 milliseconds