/external/clang/test/Preprocessor/ |
H A D | c90.c | 10 #define foo3$bar /* expected-error {{'$' in identifier}} */
|
/external/clang/test/CodeGen/ |
H A D | whilestmt.c | 41 int foo3() { function
|
H A D | 2008-03-05-syncPtr.c | 15 int* foo3(int** a, int b) { function 18 // CHECK-LABEL: define i32* @foo3
|
H A D | asm-variable.c | 62 void foo3() { function
|
H A D | mips64-class-return.cpp | 38 void foo3(D2 a0) { function
|
H A D | mips64-padding-arg.c | 24 // N64-LABEL: define void @foo3(i32 signext %a0, i64, fp128 %a1) 30 void foo3(int a0, long double a1) { function
|
H A D | switch.c | 33 int foo3(int i) { function
|
/external/clang/test/Sema/ |
H A D | convertvector.c | 14 vector8float foo3(double x) { function
|
H A D | crash-invalid-array.c | 21 void foo3(int a[2][*][2]) {(void)a[0][1][1]; } // expected-error {{variable length array must be bound in function definition}} function
|
H A D | deref.c | 18 void foo3 (void) function
|
H A D | non-null-warning.c | 30 int * _Nullable foo3(int * _Nullable x); // expected-note {{previous declaration is here}} 32 int *foo3(int * _Nonnull x) { // expected-warning {{nullability specifier '_Nonnull' conflicts with existing specifier '_Nullable'}} function
|
H A D | arm-interrupt-attr.c | 8 __attribute__((interrupt("IRQ"))) void foo3() {} function
|
H A D | mips-interrupt-attr.c | 10 __attribute__((interrupt("eic"))) void foo3() {} function
|
/external/v8/test/mjsunit/asm/ |
H A D | uint32-less-than-shift.js | 30 function foo3(i1) { 40 return {foo1: foo1, foo2: foo2, foo3: foo3}; 48 assertEquals(1, m.foo3(i)); 54 assertEquals(0, m.foo3(i)); 60 assertEquals(0, m.foo3(i));
|
/external/clang/test/Parser/ |
H A D | cxx1z-nested-namespace-definition.cpp | 7 namespace foo1::foo2::foo3 { namespace in class:foo1::foo2 25 return foo1::foo2::foo3::foo(x);
|
/external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/ |
H A D | TestDefaults.java | 16 public void foo3(@SlashedClassName(when=When.UNKNOWN) String c) { method in class:TestDefaults
|
H A D | Test.java | 17 public void foo3(String foo) { method in class:Test 21 foo3(foo);
|
/external/llvm/test/MC/ELF/ |
H A D | alias.s | 9 foo3: label 11 bar3 = foo3 92 // CHECK-NEXT: Name: foo3
|
/external/clang/test/CodeGenCXX/ |
H A D | ms-integer-static-data-members.cpp | 21 const int *foo3() { function
|
/external/clang/test/OpenMP/ |
H A D | function-attr.cpp | 43 float foo3(int n, float *a, float *b) { function
|
/external/libunwind/tests/ |
H A D | Gtest-nomalloc.c | 82 foo3 (void) function 90 foo3 ();
|
H A D | Ltest-nocalloc.c | 93 foo3 (void) function 101 foo3 ();
|
/external/clang/test/Index/ |
H A D | index-refs.cpp | 54 void foo3() { function 110 // CHECK-NEXT: [indexDeclaration]: kind: function | name: foo3
|
/external/clang/test/SemaCXX/ |
H A D | dcl_ambig_res.cpp | 29 void foo3() { function
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/ |
H A D | p8.cpp | 71 void foo3() { function
|