HomeSort by relevance Sort by last modified time
    Searched defs:f61 (Results 1 - 8 of 8) sorted by null

  /external/clang/test/CodeGen/
microsoft-call-conv.c 23 void __vectorcall f61(void) { function
24 // CHECK-LABEL: define x86_vectorcallcc void @f61()
36 void (__vectorcall *pf7)(void) = f61;
39 f4(); f5(); f6(); f61();
43 // CHECK: call x86_vectorcallcc void @f61()
x86_32-arguments-darwin.c 296 // CHECK-LABEL: define void @f61(i32 %x, %struct.s61* byval align 16 %y)
299 void f61(int x, struct s61 y) {} function
x86_64-arguments.c 509 void f61(SAtwo256 s) { function
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue6889.go 72 f61 = f60 * 61
73 f62 = f61 * 62
71 f61 = f60 * 61 const
  /prebuilts/go/linux-x86/test/fixedbugs/
issue6889.go 72 f61 = f60 * 61
73 f62 = f61 * 62
71 f61 = f60 * 61 const
  /external/valgrind/memcheck/tests/
deep-backtrace.c 61 int f61(int *p) { return f60(p); } function
62 int f62(int *p) { return f61(p); }
  /libcore/benchmarks/src/benchmarks/
ImtConflictBenchmark.java 870 default void f61() {} method in interface:ImtConflictBenchmark.I1
    [all...]
  /art/test/083-compiler-regressions/src/
Main.java 5460 float f61 = 61; local
    [all...]

Completed in 112 milliseconds