Searched defs:f38 (Results 1 - 3 of 3) sorted by relevance
/external/clang/test/CodeGen/ |
H A D | aarch64-arguments.c | 160 // PCS: @f38(float %s0, double %d1, float %s2, float %s3, float %s4, float %s5, [2 x float], %struct.s38* byval align 4 %stacked) 162 void f38(float s0, double d1, float s2, float s3, float s4, float s5, struct s38 stacked) {} function
|
H A D | x86_32-arguments-darwin.c | 153 // CHECK: define void @f38(%struct.s38* noalias sret %agg.result) 154 struct s38 { char a[3]; short b; } f38(void) { while (1) {} } function
|
/external/valgrind/main/memcheck/tests/ |
H A D | deep-backtrace.c | 38 int f38(int *p) { return f37(p); } function 39 int f39(int *p) { return f38(p); }
|
Completed in 203 milliseconds