Searched refs:foo3 (Results 1 - 25 of 43) sorted by relevance

12

/external/clang/test/Preprocessor/
H A Dc90.c9 #define foo3$bar /* expected-error {{'$' in identifier}} */
/external/clang/test/CodeGen/
H A Ddllimport-dllexport.c9 __declspec(dllimport) void foo3();
10 __declspec(dllexport) void foo3(){}
11 // CHECK: define dllexport void @foo3
H A Dmangle.c30 void foo3() __asm__("var");
33 foo3();
H A D2008-03-05-syncPtr.c15 int* foo3(int** a, int b) { function
18 // CHECK: define i32* @foo3
H A Dmips64-class-return.cpp38 void foo3(D2 a0) { function
H A Dmips64-padding-arg.c22 // CHECK: define void @foo3(i32 %a0, i64, fp128 %a1)
28 void foo3(int a0, long double a1) { function
H A Dwhilestmt.c41 int foo3() { function
H A Darm-aapcs-zerolength-bitfield.c136 short foo3 : 16; member in struct:t14
191 long foo3 : 32; member in struct:t19
217 char foo3 : 8; member in struct:t21
H A Darm-apcs-zerolength-bitfield.c140 short foo3 : 16; member in struct:t14
195 long foo3 : 32; member in struct:t19
221 char foo3 : 8; member in struct:t21
H A Dswitch.c33 int foo3(int i) { function
/external/llvm/test/MC/ELF/
H A Dalias.s9 foo3: label
11 bar3 = foo3
47 // CHECK-NEXT: (('st_name', 0x0000000e) # 'foo3'
H A Dtls.s7 leaq foo3@TLSLD(%rip), %rdi
43 // CHECK-NEXT: (('st_name', 0x0000000b) # 'foo3'
H A Dtls-i386.s7 movl foo3@TLSGD(%eax), %eax
38 // CHECK-NEXT: (('st_name', 0x0000000b) # 'foo3'
H A Dweakref.s13 .weakref foo3, bar3
14 .long foo3
/external/clang/test/Driver/
H A Dat_file.c19 foo3
/external/clang/test/Parser/
H A Dasm.cpp5 int foo3 asm (u8"bar3"); // expected-error {{cannot use unicode string literal in 'asm'}}
H A Dnested-namespaces-recovery.cpp6 namespace foo1::foo2::foo3 { // expected-error {{nested namespace definition must define each namespace separately}} namespace in class:foo1::foo2
11 return foo1::foo2::foo3::foo(x);
H A DDelayedTemplateParsing.cpp16 friend void foo3() { function in class:B
33 void foo3() { function
/external/clang/test/Sema/
H A Dderef.c18 void foo3 (void) function
/external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/
H A DTest.java17 public void foo3(String foo) { method in class:Test
21 foo3(foo);
H A DTestDefaults.java16 public void foo3(@SlashedClassName(when=When.UNKNOWN) String c) { method in class:TestDefaults
/external/clang/test/CodeGenCXX/
H A Dstmtexpr.cpp40 void foo3()
62 foo3();
/external/v8/test/mjsunit/
H A Dobject-literal-overwrite.js44 var foo3 = {
73 assertEquals(7, foo3.bar);
/external/clang/test/Analysis/
H A Dnullptr.cpp20 void foo3(void) { function
/external/clang/test/Index/
H A Dindex-refs.cpp54 void foo3() { function
110 // CHECK-NEXT: [indexDeclaration]: kind: function | name: foo3

Completed in 261 milliseconds

12