Searched refs:function0 (Results 1 – 6 of 6) sorted by relevance
/external/llvm/test/Transforms/InstCombine/ |
D | 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/llvm/test/tools/llvm-readobj/ARM/ |
D | unwind.s | 66 .type function0,%function 67 function0: label 234 @ CHECK: FunctionName: function0
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | 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 …
|
/external/clang/test/SemaCXX/ |
D | warn-consumed-parsing.cpp | 31 void function0() SET_TYPESTATE(consumed); // expected-warning {{'set_typestate' attribute only appl…
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
D | p5-0x.cpp | 41 int (&&function0)(int) = f; in test_rvalue_refs() local
|
/external/v8/test/cctest/ |
D | test-types.cc | 657 TypeHandle function0 = T.Function0(type1, type2); in Function() local 660 CHECK(function0->IsFunction()); in Function() 674 TypeHandle function0 = T.Function0(type1, type2); in Function() local 677 CHECK_EQ(0, function0->AsFunction()->Arity()); in Function() 680 CheckEqual(type1, function0->AsFunction()->Result()); in Function() 683 CheckEqual(type2, function0->AsFunction()->Receiver()); in Function()
|