Searched
refs:foo (Results
326 -
350 of
1478) sorted by null
<<11121314151617181920>>
/external/clang/test/CodeGenCXX/ |
debug-info-this.cpp | 7 int foo (int p) const { function in class:Class
|
exceptions-no-rtti.cpp | 27 class A { virtual void foo(); }; 28 class B { virtual void foo(); }; 29 class C { virtual void foo(); }; 30 class D { virtual void foo(); };
|
namespace-aliases.cpp | 7 void foo() { function
|
/external/clang/test/Index/Inputs/ |
c-index-pch.h | 4 void foo(int i, float f);
|
/external/clang/test/Index/ |
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...] |
/external/clang/test/Misc/Inputs/ |
include.h | 3 int foo(int x) { return x; } function
|
/external/clang/test/Misc/ |
include-stack-for-note-flag.cpp | 9 return foo(1, 1); 16 // STACK: error: no matching function for call to 'foo' 23 // STACKLESS: error: no matching function for call to 'foo'
|
/external/clang/test/PCH/ |
headersearch.cpp | 11 // RUN: echo 'template <typename T> void tf() { orig_sub2_1(); T::foo(); }' >> %t_orig/sub2/orig_sub2.h 12 // RUN: echo 'void foo() {}' > %t_orig/tmp2.h 28 // RUN: grep 'void foo' %t.stderr 37 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 24 float foo() {return 0f;} function
|
/external/clang/test/Parser/ |
namespaces.cpp | 6 void foo() { function
|
top-level-semi-cxx0x.cpp | 3 void foo();
|
/external/clang/test/Preprocessor/ |
c90.c | 6 #define foo`bar /* expected-error {{whitespace required after macro name}} */ macro
|
expr_usual_conversions.c | 7 foo
|
macro_fn_placemarker.c | 1 // RUN: %clang_cc1 %s -E | grep 'foo(A, )' 3 #define X(Y) foo(A, Y)
|
/external/clang/test/Sema/ |
arg-scope.c | 4 void foo(int i, int A[i]) {} function
|
rdr6094103-unordered-compare-promote.c | 3 int foo (double x, long double y) { function
|