/external/clang/test/CodeGenCXX/ |
debug-info-template-quals.cpp | 13 void foo (const char *c) { function
|
debug-info-this.cpp | 7 int foo (int p) const { function in class:Class
|
empty-nontrivially-copyable.cpp | 15 bool foo(Empty e) { function 25 foo(e);
|
globalinit-loc.cpp | 18 int foo() { return 0; } function in class:A 24 return a.foo();
|
lambda-expressions-inside-auto-functions.cpp | 8 auto foo() { function in namespace:non_inline_function 32 auto foo() { 42 auto run1 = X{}.foo()(3)('a'); 53 template<class T> auto foo() { return [](const T&) { return 42; }; } 67 inline auto foo() { 75 auto use = foo()(3)('a');
|
member-alignment.cpp | 12 virtual void foo(void); 24 t::foo(void) { function in class:t
|
microsoft-abi-arg-order.cpp | 11 void foo(A a, A b, A c) { function 16 // X86-LABEL: define void @"\01?foo@@YAXUA@@00@Z" 26 // X64-LABEL: define void @"\01?foo@@YAXUA@@00@Z" 35 foo(A(1), A(2), A(3)); 50 // X86: call void @"\01?foo@@YAXUA@@00@Z"([[argmem_ty]]* inalloca %[[argmem]]) 66 // X64: call void @"\01?foo@@YAXUA@@00@Z"
|
microsoft-abi-structors-delayed-template.cpp | 9 template <class T> void foo(T t) { new ImplicitCtor; } function in namespace:vtable_referenced_from_template 10 void bar() { foo(0); }
|
mingw-new-abi.cpp | 5 struct foo { struct in namespace:test1 10 void g(foo *x) {
|
namespace-aliases.cpp | 7 void foo() { function
|
noinline-template.cpp | 13 void foo() { function
|
observe-noexcept.cpp | 30 // CHECK-LABEL: foo 31 void foo(int a, int b) { function
|
split-stacks.cpp | 4 int foo() { function
|
vtable-debug-info.cpp | 12 class foo { class 317 foo b;
|
vtable-key-function-win-comdat.cpp | 8 virtual void foo(); 15 inline void Test1a::foo() {} function in class:Test1a
|
/external/clang/test/CoverageMapping/ |
lambda.cpp | 4 void foo(int i) { // CHECK: File 0, [[@LINE]]:17 -> {{[0-9]+}}:2 = #0 function 15 foo(1);
|
switchmacro.c | 3 #define FOO(x) (void)x 5 // CHECK: foo 6 int foo(int i) { // CHECK-NEXT: File 0, [[@LINE]]:16 -> {{[0-9]+}}:2 = #0 function 13 FOO(1); 19 FOO(1); 26 foo(3);
|
/external/clang/test/FixIt/ |
fixit-large-file.cpp | 6 int foo(A *p) { function
|
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-options.c | 5 double foo(int N) { function
|
optimization-remark.c | 34 int foo(int x, int y) __attribute__((always_inline)); 35 int foo(int x, int y) { return x + y; } function 48 // expected-remark@+2 {{foo should always be inlined}} 49 // expected-remark@+1 {{foo inlined into bar}} 50 return foo(j, j - 2) * foz(j - 2, j);
|
/external/clang/test/Headers/ |
ms-intrin.cpp | 31 void foo(T V) {} function
|
/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)
|