Searched defs:foo4 (Results 1 - 23 of 23) sorted by relevance

/external/clang/test/CodeGen/
H A Dwhilestmt.c53 int foo4() { function
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 Dswitch.c49 static int foo4(int i) { function
71 return foo4(111) + foo4(99) + foo4(222) + foo4(601);
H A Darm-aapcs-zerolength-bitfield.c140 short foo4 : 16; member in struct:t14
222 int foo4 : 32; member in struct:t21
H A Darm-apcs-zerolength-bitfield.c144 short foo4 : 16; member in struct:t14
226 int foo4 : 32; member in struct:t21
/external/swiftshader/third_party/LLVM/test/MC/ELF/
H A Dalias.s14 .type foo4,@function
15 foo4: label
16 bar4 = foo4
56 // CHECK-NEXT: (('st_name', 0x00000018) # 'foo4'
/external/clang/test/Sema/
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 Darm-interrupt-attr.c9 __attribute__((interrupt("FIQ"))) void foo4() {} function
H A Dattr-x86-interrupt.c16 __attribute__((interrupt)) void foo4(int a) {} // expected-error-re {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that have a pointer as the first parameter}} function
H A Dmips-interrupt-attr.c11 __attribute__((interrupt("vector=sw0"))) void foo4() {} function
H A Dself-comparison.c16 void foo4(void* v, void* w) { function
/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
/external/clang/test/CodeGenCXX/
H A Dms-integer-static-data-members.cpp25 const int *foo4() { function
H A Daarch64-aapcs-zerolength-bitfield.cpp141 short foo4 : 16; member in struct:t14
223 int foo4 : 32; member in struct:t21
/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
/external/clang/test/Parser/
H A Dcxx-template-argument.cpp75 template<class T1, typename T2> struct foo4 : struct in namespace:pr16225add
H A DDelayedTemplateParsing.cpp13 void foo4() { } // expected-note {{previous definition is here}} function in class:B
14 void foo4() { } // expected-error {{class member cannot be redeclared}} function in class:B
/external/clang/test/SemaCXX/
H A Dattr-x86-interrupt.cpp18 __attribute__((interrupt)) void foo4(int a) {} // expected-error-re {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that have a pointer as the first parameter}} function
H A Dwarn-unused-local-typedef.cpp34 typedef int foo4; typedef
35 foo4 the_thing;
H A Dwarn-thread-safety-analysis.cpp1668 void foo4() { function in struct:test_scoped_lockable::TestScopedLockable
1734 void foo4() { function in struct:TryLockTest::TestTryLock
/external/clang/test/Analysis/
H A Dnullptr.cpp35 void foo4(void) { function

Completed in 909 milliseconds