| /external/clang/test/CodeGenCXX/ |
| D | aarch64-cxxabi.cpp | 26 inline void CheckKeyFunction::foo() { in foo() function in CheckKeyFunction 63 int member_pointer(C &c, int (C::*func)()) { in member_pointer()
|
| D | ptr-to-member-function.cpp | 14 bool A::foo(int* arg) const { in foo() function in A 39 C c; in g() local 63 B1 c = B1(2); in main() local
|
| D | copy-constructor-elim.cpp | 17 C foo() { in foo() function 24 X(const X&, int i = 1, int j = 2, C c = foo()) { in X() 41 X c = b; in main() local
|
| D | debug-info-template-partial-specialization.cpp | 32 void foo(C &c) { in foo() function
|
| /external/clang/test/SemaTemplate/ |
| D | friend.cpp | 46 inline void foo() {} in foo() function 48 C<int> c; variable
|
| D | array-to-pointer-decay.cpp | 9 int foo() { in foo() function 23 hb_sanitize_context_t c[1]; in sanitize() local
|
| /external/clang/test/CodeGen/ |
| D | compound.c | 15 void test2(char c) { x += c; } in test2() 17 void foo(char *strbuf) { in foo() function
|
| D | designated-initializers.c | 3 struct foo { struct 4 void *a; 5 int b; 31 short c; member 85 union u_FFFF { char c; long l; } u1 = { .l = 0xFFFF }; member 148 static struct foo foo = { in test1() local
|
| /external/sdv/vsomeip/third_party/boost/tuple/test/ |
| D | tuple_test_bench.cpp | 43 class foo { class 45 explicit foo(int v) : val(v) {} in foo() function in foo 52 foo() {} in foo() function in foo 240 int i; char c; double d; in copy_test() local 334 foo c(5); in tie_test() local 412 cons<int&, cons<const int, cons<volatile float, null_type> > > c(i, b); in cons_test() local
|
| /external/clang/test/OpenMP/ |
| D | single_ast_print.cpp | 9 void foo() {} in foo() function 14 int &c; member 40 T b = argc, c, d, e, f, g; in tmain() local 60 int b = argc, c, d, e, f, g; in main() local
|
| D | parallel_for_codegen.cpp | 31 void without_schedule_clause(float *a, float *b, float *c, float *d) { in without_schedule_clause() 74 void static_not_chunked(float *a, float *b, float *c, float *d) { in static_not_chunked() 117 void static_chunked(float *a, float *b, float *c, float *d) { in static_chunked() 179 void dynamic1(float *a, float *b, float *c, float *d) { in dynamic1() 223 void guided7(float *a, float *b, float *c, float *d) { in guided7() 267 void test_auto(float *a, float *b, float *c, float *d) { in test_auto() 316 void runtime(float *a, float *b, float *c, float *d) { in runtime() 360 int foo() {return 0;}; in foo() function
|
| D | teams_ast_print.cpp | 9 void foo() {} in foo() function 33 T b = argc, c, d, e, f, g; in tmain() local 92 int b = argc, c, d, e, f, g; in main() local
|
| D | parallel_sections_ast_print.cpp | 9 void foo() {} in foo() function 33 T b = argc, c, d, e, f, g; in tmain() local 112 int b = argc, c, d, e, f, g; in main() local
|
| /external/clang/test/SemaCXX/ |
| D | attr-x86-interrupt.cpp | 9 static void foo(int *a) __attribute__((interrupt)) {} in foo() function 17 __attribute__((interrupt)) void foo3(void *a, unsigned b, int c) {} // expected-error-re {{{{(x86|x… in foo3() 55 __attribute__((interrupt)) void foo(int *) {} in foo() function
|
| D | address-of.cpp | 6 class c { class 9 void foo() { in foo() function in c
|
| D | class-names.cpp | 4 C c; variable 10 void foo() in foo() function
|
| /external/clang/test/Sema/ |
| D | string-plus-char.c | 5 const char *foo(const struct AB *ab) { in foo() function 27 char c = 'c'; in f() local
|
| /external/skia/docs/examples/ |
| D | blur_alpha_img.cpp | 5 sk_sp<SkImage> foo() { in foo() function 23 SkCanvas c(bm); in foo() local
|
| /external/tensorflow/tensorflow/python/autograph/utils/ |
| D | py_func_test.py | 27 def test_fn(a, b, c): argument 62 def __init__(self, foo): argument 65 def test_fn(a, b, c, d): argument
|
| /external/cronet/base/ |
| D | tools_sanity_unittest.cc | 71 char c = ptr[-2]; in ReadValueOutOfArrayBoundsLeft() local 76 char c = ptr[size + 1]; in ReadValueOutOfArrayBoundsRight() local 142 char* foo = new char[16]; in TEST() local 150 char* foo = reinterpret_cast<char*>(malloc(16)); in TEST() local 158 char foo[16]; in TEST() local 195 int* volatile foo = allocateArray(); in TEST() local 211 int* volatile foo = allocateScalar(); in TEST() local 427 C c; in TEST() local
|
| /external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/reflectionmodel/ |
| D | ReflectionMethodDeclarationTest.java | 50 void myMethod(int a, char c) { in myMethod() 59 ResolvedClassDeclaration foo = new ReflectionClassDeclaration(Foo.class, typeResolver); in testParameterNameOnClassesFromThisProject() local
|
| /external/guice/core/test/com/google/inject/ |
| D | ImplicitBindingTest.java | 32 Foo foo = injector.getInstance(Foo.class); in testCircularDependency() local 41 final Foo foo; field in ImplicitBindingTest.Bar 44 public Bar(Foo foo) { in Bar() 195 @Inject InvalidProvidedBy c; field in ImplicitBindingTest.Invalid 201 void foo(InvalidInterface a) {} in foo() method in ImplicitBindingTest.Invalid 372 public B(C c, A a) {} in B()
|
| /external/compiler-rt/test/profile/ |
| D | instrprof-merge.c | 25 void foo(char c) { in foo() function
|
| /external/clang/test/Analysis/ |
| D | casts.c | 39 char c = (unsigned char) *tbool; // Should use cast-to type to create symbol. in f1() local 66 unsigned int foo; in pr6013_6035_test() local 79 int foo (int* p) { in foo() function
|
| /external/guice/core/test/com/google/inject/spi/ |
| D | ToolStageInjectorTest.java | 60 final Foo foo = new Foo(); in testToolStageDoesntInjectInstances() local 77 final Foo foo = new Foo(); in testToolStageDoesntInjectProviders() local 145 void method(Collection c) {} in method()
|