/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | microsoft-abi-arg-order.cpp | 11 void foo(A a, A b, A c) { in foo() argument
|
H A D | arm.cpp | 10 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 D | member-expr.cpp | 102 void foo(A &a) { in foo() function 187 Cl0 c; in f() local 195 struct foo { struct
|
H A D | flexible-array-test.cpp | 34 void foo() in foo() function 61 char c[]; member in A 66 char c[]; member
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | instantiate-declref.cpp | 14 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 D | Cycles.kt | 40 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 D | instantiate-property-access.mm | 16 @property C c; property 33 void foo() { function
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/ |
D | issue8183.go | 9 package foo package 19 c = len([1 - iota]int{}) const
|
D | bug264.go | 15 func foo() (int, int) { func 31 var c, _ = bar() // bar is called twice var
|
/aosp_15_r20/external/clang/test/PCH/ |
H A D | chain-implicit-definition.cpp | 31 void foo() { in foo() function 33 C c; in foo() local
|
/aosp_15_r20/external/clang/test/Frontend/ |
H A D | macros.c | 11 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 D | VarargsErrorWhenCallingRealMethodTest.java | 17 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 D | 023-define-extra-whitespace.c | 2 # define onearg(foo) foo argument 4 # define threeargs( a , b , c ) a b c argument
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | predefined-function.c | 8 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 D | Main.java | 23 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 D | instrprof-merge-match.c | 12 void foo(char c) { in foo() function
|
/aosp_15_r20/external/clang/test/FixIt/ |
H A D | fixit-unicode.c | 14 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 D | 2002-08-02-UnionTest.c | 8 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 D | testfile_parameter_ref.c | 7 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 D | parallel_for_ast_print.cpp | 9 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 D | taskgroup_ast_print.cpp | 9 void foo() {} in foo() function 12 int b = argc, c, d, e, f, g; in main() local
|
H A D | master_ast_print.cpp | 9 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 D | cxx0x-ambig.cpp | 44 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 D | asan.pass.cpp | 46 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 D | static_init2.cc | 13 void foo(Cache *my) { in foo() function 14 static Cache *c = my ? my : new Cache(rand()); in foo() local
|