Searched refs:foo8 (Results 1 - 18 of 18) sorted by relevance

/external/clang/test/Driver/
H A Dat_file.c28 foo8
/external/v8/test/mjsunit/
H A Dobject-literal-overwrite.js73 function foo8(i) { function
89 assertEquals(7, foo8(1));
90 assertEquals(7, foo8(1));
91 %OptimizeFunctionOnNextCall(foo8);
92 assertEquals(7, foo8(1));
/external/clang/test/CodeGen/
H A Dmips64-padding-arg.c49 // O32: declare void @foo8(float, double)
51 extern void foo8(float, double);
54 foo8(a0 + 1.0f, a1 + 2.0);
H A Dmangle.c52 float foo8 __asm__("foo7") = 42;
H A Dstdcall-fastcall.c110 void __attribute__((fastcall)) foo8(struct S1 a, int b);
113 // CHECK: call x86_fastcallcc void @foo8(i32 inreg undef, i32 %{{.*}}, i32 inreg %
114 foo8(a, b);
H A Darm-aapcs-zerolength-bitfield.c227 short foo8: 16; member in struct:t21
H A Darm-apcs-zerolength-bitfield.c231 short foo8: 16; member in struct:t21
/external/clang/test/Sema/
H A Darm-interrupt-attr.c14 __attribute__((interrupt)) void foo8() {} function
H A Dmips-interrupt-attr.c15 __attribute__((interrupt("vector=hw3"))) void foo8() {} function
/external/llvm/test/MC/ELF/
H A Dtls-i386.s12 .long foo8@NTPOFF
84 // CHECK-NEXT: Name: foo8
H A Dweakref.s32 .weakref foo8, bar8
33 .long foo8
/external/clang/test/SemaCXX/
H A Ddcl_ambig_res.cpp72 int foo8() { function
H A Dwarn-thread-safety-analysis.cpp1767 void foo8() { function in struct:TryLockTest::TestTryLock
/external/clang/test/Parser/
H A Dcxx-template-argument.cpp100 template<class T1, typename T2> struct foo8 : struct in namespace:pr16225add
/external/clang/test/CodeGenCXX/
H A Daarch64-aapcs-zerolength-bitfield.cpp228 short foo8: 16; member in struct:t21
/external/v8/test/mjsunit/compiler/
H A Dalloc-object-huge.js60 this.foo8 = 8;
/external/v8/test/cctest/compiler/
H A Dtest-run-machops.cc5515 int32_t foo8(int32_t a, int32_t b, int32_t c, int32_t d, int32_t e, int32_t f, function in namespace:v8::internal::compiler::__anon18247
5564 auto* foo8_ptr = &foo8;
/external/v8/test/mjsunit/regress/
H A Dregress-4595.js15 foo8: () => {},

Completed in 7845 milliseconds