Home
last modified time | relevance | path

Searched +defs:foo +defs:c (Results 301 – 325 of 826) sorted by relevance

1...<<11121314151617181920>>...34

/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-arg-order.cpp11 void foo(A a, A b, A c) { in foo() argument
H A Darm.cpp10 class foo { class
98 C c = 10; in test() local
131 void c() { in c() function
203 void c() { in c() function
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dmember-expr.cpp102 void foo(A &a) { in foo() function
187 Cl0 c; in f() local
195 struct foo { struct
H A Dflexible-array-test.cpp34 void foo() in foo() function
61 char c[]; member in A
66 char c[]; member
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dinstantiate-declref.cpp14 void foo() { in foo() function
45 void foo() { in foo() function
102 union { char c; T t_; }; in f() member
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/cycle/
H A DCycles.kt40 class B @Inject constructor(val c: C) constant in dagger.functional.kotlinsrc.cycle.Cycles.B
77 fun c(): C in a() method
116 @Binds abstract fun foo(bar: Bar): Foo in bar() method in dagger.functional.kotlinsrc.cycle.BindsCycleModule
/aosp_15_r20/external/clang/test/SemaObjCXX/
H A Dinstantiate-property-access.mm16 @property C c; property
33 void foo() { function
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue8183.go9 package foo package
19 c = len([1 - iota]int{}) const
Dbug264.go15 func foo() (int, int) { func
31 var c, _ = bar() // bar is called twice var
/aosp_15_r20/external/clang/test/PCH/
H A Dchain-implicit-definition.cpp31 void foo() { in foo() function
33 C c; in foo() local
/aosp_15_r20/external/clang/test/Frontend/
H A Dmacros.c11 void foo(int a, int b, int c) { in foo() function
/aosp_15_r20/external/mockito/src/test/java/org/mockitousage/bugs/varargs/
H A DVarargsErrorWhenCallingRealMethodTest.java17 int blah(String a, String b, Object ... c) { in blah()
24 Foo foo = mock(Foo.class); in shouldNotThrowAnyException() local
/aosp_15_r20/external/mesa3d/src/compiler/glsl/glcpp/tests/
H A D023-define-extra-whitespace.c2 # define onearg(foo) foo argument
4 # define threeargs( a , b , c ) a b c argument
/aosp_15_r20/external/clang/test/Sema/
H A Dpredefined-function.c8 int b(int c) {return 1;} in b()
11 int foo() { in foo() function
/aosp_15_r20/art/test/619-checker-current-method/src/
H A DMain.java23 public static int foo(int a, int b, int c, int d, int e, int f) { in foo() method in Main
/aosp_15_r20/external/compiler-rt/test/profile/Inputs/
H A Dinstrprof-merge-match.c12 void foo(char c) { in foo() function
/aosp_15_r20/external/clang/test/FixIt/
H A Dfixit-unicode.c14 struct Foo foo; in test1() local
61 …int c = sssssssss; // expected-error{{use of undeclared identifier 'sssssssss'; did you mean 'ssss… in test3() local
/aosp_15_r20/external/clang/test/CodeGen/
H A D2002-08-02-UnionTest.c8 union X { char X; void *B; int a, b, c, d;}; member
10 union X foo() { in foo() function
/aosp_15_r20/external/elfutils/tests/
H A Dtestfile_parameter_ref.c7 foo (int x, int y, int z) in foo() function
11 int c = z * 2; in foo() local
/aosp_15_r20/external/clang/test/OpenMP/
H A Dparallel_for_ast_print.cpp9 void foo() {} in foo() function
64 T b = argc, c, d, e, f, h; in tmain() local
103 int b = argc, c, d, e, f, h; in main() local
H A Dtaskgroup_ast_print.cpp9 void foo() {} in foo() function
12 int b = argc, c, d, e, f, g; in main() local
H A Dmaster_ast_print.cpp9 void foo() {} in foo() function
12 int b = argc, c, d, e, f, g; in main() local
/aosp_15_r20/external/clang/test/Parser/
H A Dcxx0x-ambig.cpp44 constexpr T a, b, c, d; variable
51 …enum E : T { a = 1, b = 2, c = 3, 4 }; // expected-error {{non-integral type}} expected-error {{ex… enumerator
54 enum E : int { a = 1, b = 2, c = 3, d }; // ok, defines an enum enumerator
139 void foo() {} in foo() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/containers/strings/basic.string/
H A Dasan.pass.cpp46 C c(std::begin(t), std::end(t)); in main() local
50 T foo = c[c.size() + 1]; // should trigger ASAN and call do_exit(). in main() local
/aosp_15_r20/external/compiler-rt/test/tsan/
H A Dstatic_init2.cc13 void foo(Cache *my) { in foo() function
14 static Cache *c = my ? my : new Cache(rand()); in foo() local

1...<<11121314151617181920>>...34