/external/clang/test/OpenMP/ |
taskloop_simd_simdlen_messages.cpp | 3 void foo() { function 75 foo();
|
/external/clang/test/PCH/ |
chain-openmp-threadprivate.cpp | 28 // CHECK-LABEL: foo 29 // CHECK-TLS-LABEL: foo 30 int foo() { function
|
debug-info-limited-struct.h | 1 struct foo { struct 6 struct foo *f;
|
floating-literal.c | 10 long double foo = 1.0E4000L; variable 11 // CHECK: long double foo = 1.00000000000000000000000000000000004E+4000L;
|
format-strings.c | 14 void foo() { function
|
headersearch.cpp | 10 // RUN: echo 'template <typename T> void tf() { orig_sub2_1(); T::foo(); }' >> %t_orig/sub2/orig_sub2.h 11 // RUN: echo 'void foo() {}' > %t_orig/tmp2.h 30 // RUN: grep 'void foo' %t.stderr 39 float foo() {return 0;} function
|
missing-file.cpp | 4 // RUN: echo 'struct S{char c; int i; }; void foo() {}' > %t.h 5 // RUN: echo 'template <typename T> void tf() { T::foo(); }' >> %t.h 20 float foo() {return 0f;} function
|
reinclude1.h | 6 int foo; variable 7 #define foo foo macro
|
stmt-attrs.cpp | 20 void foo(void) { function
|
/external/clang/test/Parser/ |
CompoundStmtScope.c | 3 void foo() { function
|
attr-availability.c | 30 foo __attribute__((availability(macosx,introduced=8.5,deprecated=9.0, message="Use CTFontCopyPostScriptName()", deprecated=10.0))) // expected-error {{expected ')'}} \ enumerator in enum:E
|
designator.c | 8 struct foo { struct 12 struct foo Y[10] = {
|
no-gnu-inline-asm.c | 5 void foo() __asm("__foo_func"); // AsmLabel is OK 11 long long foo = 0, bar; local 12 asm volatile("INST %0, %1" : "=r"(foo) : "r"(bar)); // expected-error {{GNU-style inline assembly is disabled}}
|
/external/clang/test/Preprocessor/ |
c90.c | 7 #define foo`bar /* expected-error {{whitespace required after macro name}} */ macro
|
macro_fn_lparen_scan.c | 1 // RUN: %clang_cc1 -E %s | grep 'noexp: foo y' 3 // RUN: %clang_cc1 -E %s | grep 'noexp2: foo nonexp' 6 #define A foo 7 #define foo() abc macro 10 // This should not expand to abc, because the foo macro isn't followed by (. 20 // This should be 'foo nonexp'
|
/external/clang/test/Profile/ |
c-linkage.c | 4 // CHECK: @__profn_foo = private constant [3 x i8] c"foo" 9 void foo(void) { } function 16 foo();
|
cxx-linkage.cpp | 8 void foo(void) { } function 15 foo();
|
func-entry.c | 6 void foo(void); 8 // CHECK: @foo() #0 !prof [[FOO:![0-9]+]] 9 void foo() { return; } function 14 for (i = 0; i < 10000; i++) foo(); 18 // CHECK: [[FOO]] = !{!"function_entry_count", i64 1000}
|
/external/clang/test/Sema/ |
attr-availability-android.c | 22 foo __attribute__((availability(android,introduced=8.0,deprecated=9.0))) enumerator in enum:__anon7818 26 bar __attribute__((availability(android,introduced=8.0,deprecated=9.0))) = foo 30 bar1 = foo
|
attr-availability-macosx.c | 22 foo __attribute__((availability(macosx,introduced=8.0,deprecated=9.0))) enumerator in enum:__anon7821 26 bar __attribute__((availability(macosx,introduced=8.0,deprecated=9.0))) = foo 30 bar1 = foo
|
attr-target.c | 3 int __attribute__((target("avx,sse4.2,arch=ivybridge"))) foo() { return 4; } function
|
block-return.c | 5 CL foo() { function
|
inline-asm-validate.c | 5 int foo (void) { function
|
invalid-assignment-constant-address-space.c | 6 void foo() { function
|
invalid-cast.cpp | 9 int foo(X<int[1]> x0) { function
|