| /external/clang/test/CodeGenCXX/ |
| split-stacks.cpp | 4 int foo() { function
|
| vtable-debug-info.cpp | 12 class foo { class 317 foo b;
|
| /external/clang/test/FixIt/ |
| fixit-pmem.cpp | 15 int foo(int S::* ps, S s, S* p) function
|
| /external/clang/test/Frontend/ |
| macros.c | 11 void foo(int a, int b, int c) { function
|
| optimization-remark.c | 19 int foo(int x, int y) __attribute__((always_inline)); 20 int foo(int x, int y) { return x + y; } function 33 // expected-remark@+2 {{foo should always be inlined}} 34 // expected-remark@+1 {{foo inlined into bar}} 35 return foo(j, j - 2) * foz(j - 2, j);
|
| /external/clang/test/Index/ |
| annotate-deep-statements.cpp | 13 // CHECK: Identifier: "foo" {{\[}}[[@LINE+1]]:6 - [[@LINE+1]]:9] FunctionDecl=foo:[[@LINE+1]]:6 (Definition) 14 void foo() { function
|
| complete-qualified.cpp | 6 class Foo 9 C<Foo, class Bar> c; 12 void foo() function 14 Foo:: 17 // CHECK-CC1: FieldDecl:{ResultType C<Foo, class Bar>}{TypedText c} (35) 18 // CHECK-CC1: ClassDecl:{TypedText Foo} (35) 19 // CHECK-CC1: CXXMethod:{ResultType Foo &}{TypedText operator=}{LeftParen (}{Placeholder const Foo &}{RightParen )} 20 // CHECK-CC1: CXXDestructor:{ResultType void}{TypedText ~Foo}{LeftParen (}{RightParen )} (35)
|
| complete-super.cpp | 5 virtual void foo(int x, int y); 11 void foo(int a, int b); 15 void B::foo(int a, int b) { function in class:B 16 A::foo(a, b); 23 // RUN: c-index-test -code-completion-at=%s:16:3 %s | FileCheck -check-prefix=CHECK-FOO-UNQUAL %s 24 // CHECK-FOO-UNQUAL: CXXMethod:{Text A::}{TypedText foo}{LeftParen (}{Placeholder a}{Comma , }{Placeholder b}{RightParen )} (20) 31 // RUN: c-index-test -code-completion-at=%s:16:6 %s | FileCheck -check-prefix=CHECK-FOO-QUAL %s 32 // CHECK-FOO-QUAL: CXXMethod:{TypedText foo}{LeftParen (}{Placeholder a}{Comma , }{Placeholder b}{RightParen )} (20 [all...] |
| index-many-call-ops.cpp | 11 // CHECK: [indexDeclaration]: kind: function | name: foo 12 void foo() { function
|
| pragma-diag-reparse.c | 14 void foo() { int b=0; while (b==b); } function
|
| /external/clang/test/Lexer/ |
| gnu-flags.c | 26 #define efoo(format, args...) foo(format , ##args) 28 void foo( const char* c ) function
|
| /external/clang/test/Misc/ |
| caret-diags-scratch-buffer.c | 8 void foo() { function
|
| /external/clang/test/OpenMP/ |
| for_collapse_messages.cpp | 3 void foo() { function 47 foo(); // expected-error {{expected 2 for loops after '#pragma omp for'}} 77 foo(); 79 foo(); // expected-error {{expected 2 for loops after '#pragma omp for'}}
|
| for_schedule_messages.cpp | 3 void foo() { function 87 foo();
|
| parallel_codegen.cpp | 22 void foo(T argc) {} function 27 foo(argc); 33 foo(argc); 71 // CHECK-NEXT: invoke void [[FOO:@.+foo.+]](i32{{[ ]?[a-z]*}} [[ARGC]]) 83 // CHECK-DEBUG-NEXT: invoke void [[FOO:@.+foo.+]](i32 [[ARGC]]) 89 // CHECK-DAG: define linkonce_odr void [[FOO]]({{i32[ ]?[a-z]*}} %argc) 91 // CHECK-DEBUG-DAG: define linkonce_odr void [[FOO]](i32 %argc) 124 // CHECK-NEXT: invoke void [[FOO1:@.+foo.+]](i8** [[ARGC]] [all...] |
| parallel_for_collapse_messages.cpp | 3 void foo() { function 47 foo(); // expected-error {{expected 2 for loops after '#pragma omp parallel for'}} 77 foo(); 79 foo(); // expected-error {{expected 2 for loops after '#pragma omp parallel for'}}
|
| parallel_for_schedule_messages.cpp | 3 void foo() { function 87 foo();
|
| parallel_if_messages.cpp | 3 void foo() { function 25 foo(); 43 foo();
|
| parallel_num_threads_messages.cpp | 3 void foo() { function 25 foo(); 41 foo();
|
| parallel_sections_if_messages.cpp | 3 void foo() { function 16 foo(); 20 foo(); 24 foo(); 28 foo(); 32 foo(); 36 foo(); 40 foo(); 44 foo(); 48 foo(); [all...] |
| parallel_sections_num_threads_messages.cpp | 3 void foo() { function 15 {foo();} 17 {foo();} 19 {foo();} 21 {foo();} 23 {foo();} 25 {foo();} 27 {foo();} 29 {foo();} 31 {foo();} [all...] |
| simd_collapse_messages.cpp | 3 void foo() { function 47 foo(); // expected-error {{expected 2 for loops after '#pragma omp simd'}} 75 foo(); // expected-error {{expected 2 for loops after '#pragma omp simd'}} 79 foo();
|
| simd_safelen_messages.cpp | 3 void foo() { function 75 foo();
|
| /external/clang/test/PCH/ |
| debug-info-limited-struct.h | 1 struct foo { struct 6 struct foo *f;
|
| floating-literal.c | 9 long double foo = 1.0E4000L; variable 10 // CHECK: long double foo = 1.00000000000000000000000000000000004E+4000L;
|