Searched refs:foo4 (Results 1 - 25 of 39) sorted by relevance

12

/external/llvm/test/MC/ELF/
H A Dalias.s14 // Test that bar4 and bar 5 are also functions and have the same value as foo4.
16 .type foo4,@function
17 foo4: label
18 bar4 = foo4
23 // Test that bar6 is a function that doesn't have the same value as foo4.
101 // CHECK-NEXT: Name: foo4
H A Dtls.s8 .long foo4@GOTTPOFF
53 // CHECK-NEXT: Name: foo4
H A Dtls-i386.s8 movl foo4@TLSLDM(%eax), %eax
48 // CHECK-NEXT: Name: foo4
H A Dweakref.s16 .weakref foo4, bar4
17 .long foo4
/external/clang/test/Driver/
H A Dat_file.c24 foo4
/external/clang/test/Parser/
H A Dasm.cpp6 int foo4 asm (u"bar4"); // expected-error {{cannot use unicode string literal in 'asm'}}
/external/clang/test/Sema/
H A Dms_abi-sysv_abi.c10 void __attribute__((ms_abi)) foo4(); // expected-note{{previous declaration is here}}
11 void __attribute__((sysv_abi)) foo4(void); // expected-error{{function declared 'cdecl' here was previously declared 'ms_abi'}}
H A Dcrash-invalid-array.c22 void foo4(int a[2][*][*]) {(void)a[0][1][1]; } // expected-error {{variable length array must be bound in function definition}} function
H A Dderef.c26 const void *foo4 (void) function
H A Dstdcall-fastcall-x64.c9 void __attribute__((stdcall)) foo4(); // expected-warning{{calling convention 'stdcall' ignored for this target}}
10 void __attribute__((fastcall)) foo4(void); // expected-warning {{calling convention 'fastcall' ignored for this target}}
H A Dstdcall-fastcall.c9 void __attribute__((stdcall)) foo4(); // expected-note{{previous declaration is here}} expected-warning{{function with no prototype cannot use the stdcall calling convention}}
10 void __attribute__((fastcall)) foo4(void); // expected-error{{function declared 'fastcall' here was previously declared 'stdcall'}}
H A Darm-interrupt-attr.c9 __attribute__((interrupt("FIQ"))) void foo4() {} function
/external/clang/test/CodeGen/
H A Dswitch.c49 static int foo4(int i) { function
71 return foo4(111) + foo4(99) + foo4(222) + foo4(601);
H A Dmips64-padding-arg.c25 // N64: tail call void @foo4(i32 signext 1, i32 signext 2, i32 signext %a0, i64 undef, fp128 %a1)
26 // N64: declare void @foo4(i32 signext, i32 signext, i32 signext, i64, fp128)
28 extern void foo4(int, int, int, long double);
31 foo4(1, 2, a0, a1);
H A D2008-03-05-syncPtr.c22 int* foo4(int** a, int b) { function
25 // CHECK-LABEL: define i32* @foo4
H A Dmips64-class-return.cpp43 void foo4(D0 a0) { function
H A Dwhilestmt.c53 int foo4() { function
H A Dmangle.c35 int foo4 __asm__("var") = 4;
/external/clang/test/CodeGenCXX/
H A Dregparm.cpp34 __attribute((regparm(2))) void foo4(S3 a, int b);
37 foo4(a, b);
H A Dstmtexpr.cpp47 void foo4()
63 foo4();
/external/clang/test/SemaCXX/
H A Dtype-definition-in-specifier.cpp64 short bar5 (struct foo4 {} bar2); // expected-error{{'foo4' cannot be defined in a parameter type}}
65 long foo5 (float foo6 = foo4); // expected-error{{use of undeclared identifier 'foo4'}}
/external/v8/test/mjsunit/
H A Dobject-literal-overwrite.js52 var foo4 = {
84 assertEquals(7, foo4.bar());
/external/clang/test/Analysis/
H A Dnullptr.cpp33 void foo4(void) { function
/external/clang/test/Index/
H A Dindex-refs.cpp62 void foo4(int p = default_param);
/external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/
H A DTest.java20 public void foo4(@DottedClassName String foo) { method in class:Test

Completed in 450 milliseconds

12