Searched refs:function0 (Results 1 – 10 of 10) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/ftrace/ |
D | func_profile_stat.tc | 11 cp trace_stat/function0 $TMPDIR/ 14 ! diff trace_stat/function0 $TMPDIR/function0 19 cp trace_stat/function0 $TMPDIR/ 22 diff trace_stat/function0 $TMPDIR/function0
|
/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/swiftshader/third_party/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ARM/ |
D | unwind.s | 66 .type function0,%function 67 function0: label 234 @ CHECK: FunctionName: function0
|
/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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/ |
D | if-conversion.ll | 7 ;int function0(int *a, int *b, int start, int end) { 19 ;CHECK-LABEL: @function0( 26 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
|