/external/clang/test/CodeGen/ |
builtins-mips-args.c | 4 void foo() { function
|
cast.c | 5 void foo(void) { go(v); } function
|
debug-info-limited.c | 3 // Ensure we emit the full definition of 'foo' even though only its declaration 5 // in whatever TU actually uses/requires the definition of 'foo'. 6 // CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "foo", 10 struct foo { struct 13 struct foo *f;
|
debug-info-line2.c | 5 int foo(int i) { function
|
debug-info-line4.c | 4 int foo(int a, int b) { int c = a + b; function
|
lifetime2.c | 7 int foo (int n) { function
|
linetable-endscope.c | 7 // CHECK: define {{.*}}foo 11 void foo(char c) function
|
mips16-attr.c | 2 void __attribute__((mips16)) foo (void) { function 6 // CHECK: define void @foo() [[MIPS16:#[0-9]+]]
|
target-builtin-error.c | 6 __m128d foo(__m128d a, __m128d b) { function
|
target-features-error.c | 2 int __attribute__((target("avx"), always_inline)) foo(int a) { function 6 return foo(4); // expected-error {{always_inline function 'foo' requires target feature 'sse4.2', but would be inlined into function 'bar' that is compiled without support for 'sse4.2'}}
|
target-features-no-error.c | 4 int __attribute__((target("sse"), always_inline)) foo(int a) { function 8 return foo(4); // expected-no-diagnostics
|
utf16-cfstrings.c | 8 void foo() { function
|
vfprintf.c | 5 void foo(__builtin_va_list ap) { function
|
vla-2.c | 6 void foo(int a) function
|
/external/clang/test/CodeGenCXX/ |
2004-01-11-DynamicInitializedConstant.cpp | 6 const int* foo() { return &Y; } function
|
constructor-attr.cpp | 7 struct Foo { 9 static void foo() __attribute__((constructor)) { function in struct:Foo
|
debug-info-wchar.cpp | 2 void foo() { function
|
forward-enum.cpp | 7 void foo(MyEnum value) function
|
pr11797.cpp | 5 void foo() { function
|
/external/clang/test/CoverageMapping/ |
decl.c | 7 // FOO: foo: 8 // FOO-NOT: foo: 9 inline int foo() { return 0; } function 10 extern inline int foo();
|
ir.c | 5 void foo(void) { } function 8 foo();
|
/external/clang/test/Frontend/ |
optimization-remark-analysis.c | 7 double foo(int N, int *Array) { function
|
optimization-remark-line-directive.c | 7 int foo(int x, int y) __attribute__((always_inline)); 8 int foo(int x, int y) { return x + y; } function 10 // expected-remark@+2 {{foo inlined into bar}} expected-note@+2 {{could not determine the original source location for /bad/path/to/original.c:1230:25}} 12 int bar(int j) { return foo(j, j - 2); }
|
trigraphs.cpp | 8 void foo() { function
|
/external/clang/test/Index/Inputs/ |
complete-at-EOF.c | 3 typedef int foo; typedef
|