Home
last modified time | relevance | path

Searched +defs:foo +defs:c (Results 126 – 150 of 592) sorted by relevance

12345678910>>...24

/external/clang/test/CodeGenCXX/
Daarch64-cxxabi.cpp26 inline void CheckKeyFunction::foo() { in foo() function in CheckKeyFunction
63 int member_pointer(C &c, int (C::*func)()) { in member_pointer()
Dptr-to-member-function.cpp14 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
Dcopy-constructor-elim.cpp17 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
Ddebug-info-template-partial-specialization.cpp32 void foo(C &c) { in foo() function
/external/clang/test/SemaTemplate/
Dfriend.cpp46 inline void foo() {} in foo() function
48 C<int> c; variable
Darray-to-pointer-decay.cpp9 int foo() { in foo() function
23 hb_sanitize_context_t c[1]; in sanitize() local
/external/clang/test/CodeGen/
Dcompound.c15 void test2(char c) { x += c; } in test2()
17 void foo(char *strbuf) { in foo() function
Ddesignated-initializers.c3 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/
Dtuple_test_bench.cpp43 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/
Dsingle_ast_print.cpp9 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
Dparallel_for_codegen.cpp31 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
Dteams_ast_print.cpp9 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
Dparallel_sections_ast_print.cpp9 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/
Dattr-x86-interrupt.cpp9 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
Daddress-of.cpp6 class c { class
9 void foo() { in foo() function in c
Dclass-names.cpp4 C c; variable
10 void foo() in foo() function
/external/clang/test/Sema/
Dstring-plus-char.c5 const char *foo(const struct AB *ab) { in foo() function
27 char c = 'c'; in f() local
/external/skia/docs/examples/
Dblur_alpha_img.cpp5 sk_sp<SkImage> foo() { in foo() function
23 SkCanvas c(bm); in foo() local
/external/tensorflow/tensorflow/python/autograph/utils/
Dpy_func_test.py27 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/
Dtools_sanity_unittest.cc71 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/
DReflectionMethodDeclarationTest.java50 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/
DImplicitBindingTest.java32 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/
Dinstrprof-merge.c25 void foo(char c) { in foo() function
/external/clang/test/Analysis/
Dcasts.c39 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/
DToolStageInjectorTest.java60 final Foo foo = new Foo(); in testToolStageDoesntInjectInstances() local
77 final Foo foo = new Foo(); in testToolStageDoesntInjectProviders() local
145 void method(Collection c) {} in method()

12345678910>>...24