Home
last modified time | relevance | path

Searched refs:fun_c (Results 1 – 12 of 12) sorted by relevance

/external/valgrind/memcheck/tests/
Dinlinfo.c12 INLINE int fun_c(int argc) { in fun_c() function
21 return fun_c(locb); in fun_b()
Dvarinfo5so.c163 INLINE void fun_c(int argc) { in fun_c() function
168 fun_c(argb); in fun_b()
Dinlinfosuppobj.stderr.exp3 by 0x........: fun_c (inlinfo.c:15)
Dinlinfosupp.supp5 fun:fun_c
Dinlinfosuppobj.supp5 fun:fun_c
Dinlinfo.stderr.exp3 by 0x........: fun_c (inlinfo.c:15)
Dvarinfo5.stderr.exp183 by 0x........: fun_c (tests/varinfo5so.c:164)
Dvarinfo5.stderr.exp-ppc64183 by 0x........: fun_c (memcheck/tests/varinfo5so.c:164)
/external/valgrind/memcheck/tests/solaris/
Dinlinfo_nested.c15 INLINE int fun_c(int argc) { in fun_c() function
24 return fun_c(locb); in fun_b()
/external/llvm/test/CodeGen/ARM/
Da15-mla.ll27 ; CHECK: fun_c:
28 define <4 x float> @fun_c(<4 x float> %x, <4 x float> %y, <4 x float> %z, <4 x float> %u, <4 x floa…
/external/llvm/test/CodeGen/SystemZ/
Dcall-05.ll9 @fun_c = global void(i32)* null;
54 %fun_c = load volatile void(i32) *, void(i32)** @fun_c;
59 tail call void %fun_c(i32 1)
Dcall-04.ll7 declare void @fun_c(i32)
51 ; CHECK: jg fun_c@PLT
57 tail call void @fun_c(i32 1)