Home
last modified time | relevance | path

Searched refs:function0 (Results 1 – 10 of 10) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc_profile_stat.tc11 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/
D2011-09-03-Trampoline.ll51 %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/
D2011-09-03-Trampoline.ll51 %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/
D2011-09-03-Trampoline.ll51 %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/
Dunwind.s66 .type function0,%function
67 function0: label
234 @ CHECK: FunctionName: function0
/external/llvm/test/tools/llvm-readobj/ARM/
Dunwind.s66 .type function0,%function
67 function0: label
234 @ CHECK: FunctionName: function0
/external/llvm/test/Transforms/LoopVectorize/
Dif-conversion.ll8 ;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/
Dif-conversion.ll7 ;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/
Dwarn-consumed-parsing.cpp31 void function0() SET_TYPESTATE(consumed); // expected-warning {{'set_typestate' attribute only appl…
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
Dp5-0x.cpp41 int (&&function0)(int) = f; in test_rvalue_refs() local