Searched defs:f36 (Results 1 - 7 of 7) sorted by relevance

/external/llvm/test/MC/ELF/
H A Dcfi.s209 f36: label
/external/v8/test/mjsunit/es6/
H A Ddestructuring.js975 function f36({x = () => eval("a")}, ...a) { return x()[0] } function
976 assertEquals(4, f36({}, 4));
/external/clang/test/Analysis/
H A Dpr22954.c764 int f36(struct zz * z36) { function
/external/clang/test/CodeGen/
H A Darm64-arguments.c218 int32x4_t f36(int i, s36_with_align s1, s36_with_align s2) { function
219 // CHECK: define <4 x i32> @f36(i32 %i, i128 %s1.coerce, i128 %s2.coerce)
H A Dx86_32-arguments-darwin.c147 // CHECK-LABEL: define i16 @f36()
148 struct s36 { struct { int : 0; } a[2][10]; char b; char c; } f36(void) { while (1) {} } function
H A Dx86_64-arguments.c289 // CHECK-LABEL: define double @f36(double %arg.coerce)
291 v2i32 f36(v2i32 arg) { return arg; } function
/external/valgrind/memcheck/tests/
H A Ddeep-backtrace.c36 int f36(int *p) { return f35(p); } function
37 int f37(int *p) { return f36(p); }

Completed in 431 milliseconds