Home
last modified time | relevance | path

Searched +defs:foo +defs:c (Results 76 – 100 of 592) sorted by relevance

12345678910>>...24

/external/clang/test/CodeGen/
Dstruct-union-BE.c10 char c; member
14 char c; member
43 void foo() { in foo() function
Dstring-literal-short-wstring.c16 const wchar_t *foo = L"AB"; in main() local
27 char c = 'ab'; in main() local
D2008-03-05-syncPtr.c3 int* foo(int** a, int* b, int* c) { in foo() function
9 int foo2(int** a, int* b, int* c) { in foo2()
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-structors.cpp74 void C::foo() {} in foo() function in basic::C
77 C c; in check_vftable_offset() local
141 void use_D() { D c; } in use_D() local
172 void foo() { in foo() function
173 C c; in foo() local
191 struct C : A, B { virtual ~C(); int c; }; member
207 void foo() { in foo() function
266 C c; in create_C() local
Dattr.cpp7 int foo() { } in foo() function
14 } c; variable
Dmicrosoft-abi-arg-order.cpp11 void foo(A a, A b, A c) { in foo() argument
Ddebug-info-line.cpp18 struct foo { struct
22 foo(); argument
26 foo::foo() in foo() function in foo
237 void f20(int a, int b, int c) { in f20()
Ddebug-info-anon-union-vars.cpp7 int c; member
24 void foo() { in foo() function
27 char c; in foo() member
Darm64.cpp23 char c; member
47 void A::foo() {} in foo() function in test2::A
80 virtual void foo() {} in foo() function in test2::E
/external/clang/test/SemaCXX/
Dwarn-reorder-ctor-initialization.cpp74 int c; union {int a,b;}; int d; member in Anon
78 int c; union {int a,b;}; int d; member in Anon2
135 struct foo { struct
136 struct {
140 foo() : b(), a() { // expected-warning {{field 'b' will be initialized after field 'a'}} in foo() argument
Dbuiltin-ptrtomember-ambig.cpp19 void foo(C c, int A::* pmf) { in foo() function
Dabstract.cpp34 C c; // expected-error {{variable type 'C' is an abstract class}} variable
39 C c; // expected-error {{field type 'C' is an abstract class}} member
94 class foo { class
121 void foo(void) { in foo() function
146 C c; variable
193 C c; in test() local
281 void foo( C& c ) {} in foo() function
Dcxx1y-generic-lambdas-capturing.cpp34 template<class T> void foo(T t) { in foo() function
40 auto N = [](auto c) -> void { in foo2()
164 int c[sizeof(b)]; in doit() local
181 return [=](auto c) { in doit()
197 auto foo() { in foo() function
201 return [=](auto c) { in foo()
217 auto foo() { in foo() function
221 return [=](auto c) { in foo()
251 void foo(R t) { in foo() function
255 return [=](auto c) { in foo()
[all …]
Dcopy-initialization.cpp24 struct foo { struct
43 void g(Foo foo) { in g()
54 C c; variable
/external/clang/test/CodeGenObjC/
Divars.m13 void foo(ITF *P) { function
22 char c; field
/external/clang/test/OpenMP/
Ddeclare_target_ast_print.cpp11 void foo() {} in foo() function
52 T foo() { in foo() function
76 C<int> c(1); in test1() local
Dsections_ast_print.cpp9 void foo() {} in foo() function
13 T b = argc, c, d, e, f, g; in tmain() local
30 int b = argc, c, d, e, f, g; in main() local
/external/nullaway/nullaway/src/test/resources/com/uber/nullaway/testdata/
DCheckContractPositiveCases.java31 Object foo(Object a, @Nullable Object b) { in foo() method in CheckContractPositiveCases
52 Object fooThree(Object a, @Nullable Object b, Object c) { in fooThree()
63 Object fooFour(Object a, @Nullable Object b, Object c, Object d) { in fooFour()
/external/clang/test/PCH/
Dchain-implicit-definition.cpp31 void foo() { in foo() function
33 C c; in foo() local
/external/clang/test/SemaObjCXX/
Dinstantiate-property-access.mm16 @property C c; property
33 void foo() { function
/external/clang/test/Frontend/
Dmacros.c11 void foo(int a, int b, int c) { in foo() function
/external/mockito/src/test/java/org/mockitousage/bugs/varargs/
DVarargsErrorWhenCallingRealMethodTest.java17 int blah(String a, String b, Object ... c) { in blah()
24 Foo foo = mock(Foo.class); in shouldNotThrowAnyException() local
/external/mesa3d/src/compiler/glsl/glcpp/tests/
D023-define-extra-whitespace.c2 # define onearg(foo) foo argument
4 # define threeargs( a , b , c ) a b c argument
/external/compiler-rt/test/profile/Inputs/
Dinstrprof-merge-match.c12 void foo(char c) { in foo() function
/external/clang/test/Sema/
Dpredefined-function.c8 int b(int c) {return 1;} in b()
11 int foo() { in foo() function

12345678910>>...24