Home
last modified time | relevance | path

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

/external/valgrind/memcheck/tests/
Dinlinfo.c18 INLINE int fun_b(int argb) { in fun_b() function
27 return fun_b(loca); in fun_a()
Dvarinfo5so.c167 INLINE void fun_b(int argb) { in fun_b() function
172 fun_b(*arga); in fun_a()
Dinlinfosuppobj.stderr.exp4 by 0x........: fun_b (inlinfo.c:21)
Dinlinfosupp.supp6 fun:fun_b
Dinlinfo.stderr.exp4 by 0x........: fun_b (inlinfo.c:21)
Dvarinfo5.stderr.exp184 by 0x........: fun_b (tests/varinfo5so.c:168)
Dvarinfo5.stderr.exp-ppc64184 by 0x........: fun_b (memcheck/tests/varinfo5so.c:168)
/external/valgrind/memcheck/tests/solaris/
Dinlinfo_nested.c21 INLINE int fun_b(int argb) { in fun_b() function
30 return fun_b(loca); in fun_a()
/external/llvm/test/CodeGen/ARM/
Ddeps-fix.ll15 ; CHECK: fun_b
16 define <4 x i32> @fun_b(<4 x i32> %in, <4 x i32> %x, i32 %y) nounwind {
Da15-mla.ll17 ; CHECK: fun_b:
18 define <4 x float> @fun_b(<4 x float> %x, <4 x float> %y, <4 x float> %z) nounwind{
/external/llvm/test/CodeGen/SystemZ/
Dcall-05.ll8 @fun_b = global void()* null;
35 %fun_b = load volatile void() *, void()** @fun_b;
44 tail call void %fun_b()
Dcall-04.ll6 declare void @fun_b()
33 ; CHECK: jghe fun_b@PLT
43 tail call void @fun_b()