Home
last modified time | relevance | path

Searched refs:foo8 (Results 1 – 25 of 34) sorted by relevance

12

/external/chromium_org/v8/test/mjsunit/
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/llvm/test/CodeGen/MSP430/
Dbit.ll5 @foo8 = external global i8
36 %t1 = load i8* @foo8
43 ; CHECK: bit.b #15, &foo8
46 %t1 = load i8* @foo8
53 ; CHECK: bit.b #15, &foo8
56 %t1 = load i8* @foo8
63 ; CHECK: bit.b &foo8, r15
66 %t1 = load i8* @foo8
73 ; CHECK: bit.b r15, &foo8
76 %t1 = load i8* @foo8
[all …]
/external/clang/test/CodeGen/
Dmips64-padding-arg.c51 extern void foo8(float, double);
54 foo8(a0 + 1.0f, a1 + 2.0); in foo7()
Dstdcall-fastcall.c110 void __attribute__((fastcall)) foo8(struct S1 a, int b);
114 foo8(a, b); in bar8()
Dmangle.c52 float foo8 __asm__("foo7") = 42;
Darm-aapcs-zerolength-bitfield.c227 short foo8: 16; member
Darm-apcs-zerolength-bitfield.c231 short foo8: 16; member
/external/llvm/test/MC/ELF/
Dweakref.s32 .weakref foo8, bar8
33 .long foo8
Dtls-i386.s12 .long foo8@NTPOFF
/external/llvm/test/CodeGen/X86/
D2011-12-28-vselecti8.ll16 ; CHECK-LABEL: foo8
21 define void @foo8(float* nocapture %RET) nounwind {
Dvararg_tailcall.ll82 ; X64: @foo8
84 ; WIN64: @foo8
86 define i8* @foo8(i8* %arg1, i8* %arg2) nounwind optsize ssp noredzone {
Dh-register-addressing-64.ll5 define double @foo8(double* nocapture inreg %p, i64 inreg %x) nounwind readonly {
12 ; CHECK: foo8:
Dh-register-addressing-32.ll5 define double @foo8(double* nocapture inreg %p, i32 inreg %x) nounwind readonly {
12 ; CHECK: foo8:
/external/clang/test/Driver/
Dat_file.c28 foo8
Dat_file.c.args.utf16le7 -Dfoo8=foo8"bar8"zed8
Dat_file.c.args7 -Dfoo8=foo8"bar8"zed8
/external/clang/test/Sema/
Darm-interrupt-attr.c14 __attribute__((interrupt)) void foo8() {} in foo8() function
/external/llvm/test/MC/ARM/
Delf-reloc-03.ll23 …...)* bitcast (i32 ()* @foo7 to i32 (...)*), i32 (...)* bitcast (i32 ()* @foo8 to i32 (...)*), i32…
69 define internal i32 @foo8() nounwind readnone {
/external/clang/test/SemaCXX/
Ddcl_ambig_res.cpp72 int foo8() { in foo8() function
/external/clang/test/PCH/
Docl_types.cl24 void foo8(evt_t evt) {
/external/clang/test/Parser/
Dcxx-template-argument.cpp89 template<class T1, typename T2> struct foo8 : struct
/external/llvm/test/CodeGen/ARM/
Dfptoint.ll36 define void @foo8(double %x) {
/external/llvm/test/CodeGen/Mips/
Dbrdelayslot.ll93 ; STATICO1-LABEL: foo8:
99 define i32 @foo8(i32 %a) nounwind {
/external/clang/test/SemaObjC/
Dmethod-sentinel-attr.m13 - (void) foo8 : (int)x, ... __attribute__ ((__sentinel__("a"))); // expected-error {{'__sentinel__…
/external/chromium_org/v8/test/mjsunit/compiler/
Dalloc-object-huge.js60 this.foo8 = 8;

12