/external/clang/test/Parser/ |
argument_redef.c | 4 void foo(int A) { /* expected-note {{previous definition is here}} */ function
|
argument_scope.c | 2 typedef struct foo foo; typedef in typeref:struct:foo 4 void blah(int foo) { 5 foo = 1;
|
cxx-template-decl.cpp | 8 export class foo { }; // expected-error {{expected template}} class 26 template <template <typename> Foo> struct Err3; // expected-error {{template template parameter requires 'class' after the parameter list}} 28 template <template <typename> typename Foo> struct Cxx1z; 34 template <typename T> void foo(); 35 template <typename T, typename U> void foo(); 38 template <typename T> void foo() { } 53 template <template <typename> class T = foo> class TTP3; // expected-error{{must be a class template}} 54 template <template <typename> class = foo> class TTP3; // expected-error{{must be a class template}}
|
cxx-throw.cpp | 5 void foo() { function
|
function-decls.c | 4 void foo() { function
|
/external/clang/test/Preprocessor/ |
mi_opt.h | 1 #if !defined foo MACRO 2 #define foo macro
|
print_line_empty_file.c | 4 int foo() { return 42; } function 10 // CHECK: int foo() { return 42; }
|
/external/clang/test/Profile/ |
c-linkage-available_externally.c | 5 // CHECK: @__profn_foo = linkonce_odr hidden constant [3 x i8] c"foo", section "__DATA,__llvm_prf_names", align 1 9 inline int foo(void) { return 1; } function 12 return foo();
|
/external/clang/test/Sema/ |
arg-scope.c | 5 void foo(int i, int A[i]) {} function
|
attr-notail.c | 8 int foo(int a) { function
|
block-return-1.c | 4 void foo() { function
|
builtin-assume.c | 8 int foo(int *a, int i) { function
|
builtin-prefetch.c | 3 void foo() { function
|
heinous-extensions-off.c | 3 int foo() { function
|
heinous-extensions-on.c | 3 void foo() { function
|
varargs-win64.c | 3 void __attribute__((sysv_abi)) foo(int a, ...) { function
|
/external/clang/test/SemaCXX/ |
unused-with-error.cpp | 4 static void foo(int *X) { // expected-note {{candidate}} function 7 foo(Y); // expected-error {{no matching function for call}}
|
warn-static-function-inheader.cpp | 9 void foo(void) { function
|
/external/clang/test/VFS/Inputs/ |
external-names.h | 1 void foo(char **c) { function
|
/external/compiler-rt/test/BlocksRuntime/ |
shorthandexpression.c | 17 void foo() { function
|
/external/compiler-rt/test/asan/TestCases/Darwin/ |
unset-insert-libraries-on-exec.cc | 24 void foo() {} function
|
/external/compiler-rt/test/asan/TestCases/Windows/ |
global_const_string.cc | 8 static const char *foo = "foobarspam"; local 9 printf("Global string is `%s`\n", foo);
|
global_const_string_oob.cc | 7 extern "C" const char *foo = "foobarspam"; variable 10 if (foo[16])
|
/external/compiler-rt/test/profile/Inputs/ |
instrprof-dynamic-main.cpp | 2 void foo(int K) { if (K) {} } function 4 foo(5);
|
/external/compiler-rt/test/profile/ |
instrprof-reset-counters.c | 7 void foo(int); 9 foo(0); 11 foo(1); 14 void foo(int N) { function 15 // CHECK-LABEL: define void @foo( 16 // CHECK: br i1 %{{.*}}, label %{{.*}}, label %{{.*}}, !prof ![[FOO:[0-9]+]] 19 // CHECK: ![[FOO]] = !{!"branch_weights", i32 2, i32 1}
|