Home
last modified time | relevance | path

Searched +defs:foo +defs:c (Results 526 – 550 of 826) sorted by relevance

1...<<21222324252627282930>>...34

/aosp_15_r20/external/clang/test/OpenMP/
H A Dparallel_for_firstprivate_messages.cpp3 void foo() { in foo() function
32 const S3 c; variable
H A Ddistribute_simd_lastprivate_messages.cpp3 void foo() { in foo() function
34 const S3 c; // expected-note {{global variable is predetermined as shared}} variable
H A Ddistribute_parallel_for_lastprivate_messages.cpp3 void foo() { in foo() function
34 const S3 c; // expected-note {{global variable is predetermined as shared}} variable
H A Dtarget_parallel_for_simd_firstprivate_messages.cpp3 void foo() { in foo() function
32 const S3 c; variable
H A Dsections_reduction_messages.cpp5 void foo() { in foo() function
37 S3 c; // expected-note 3 {{'c' defined here}} variable
H A Dparallel_for_simd_lastprivate_messages.cpp3 void foo() { in foo() function
33 const S3 c; // expected-note {{global variable is predetermined as shared}} variable
H A Dteams_reduction_messages.cpp5 void foo() { in foo() function
37 S3 c; // expected-note 3 {{'c' defined here}} variable
H A Dtaskloop_simd_firstprivate_messages.cpp3 void foo() { in foo() function
32 const S3 c; variable
H A Dfor_firstprivate_messages.cpp3 void foo() { in foo() function
32 const S3 c; variable
H A Dtaskloop_firstprivate_messages.cpp3 void foo() { in foo() function
32 const S3 c; variable
H A Dtarget_parallel_reduction_messages.cpp5 void foo() { in foo() function
37 S3 c; // expected-note 3 {{'c' defined here}} variable
H A Dfor_simd_firstprivate_messages.cpp3 void foo() { in foo() function
32 const S3 c; variable
H A Dparallel_reduction_messages.cpp5 void foo() { in foo() function
37 S3 c; // expected-note 3 {{'c' defined here}} variable
H A Dtarget_update_from_messages.cpp3 void foo() { in foo() function
29 const S3 c; variable
H A Dtarget_update_to_messages.cpp3 void foo() { in foo() function
29 const S3 c; variable
H A Dtarget_data_use_device_ptr_ast_print.cpp33 float *foo() { in foo() function
77 const S3 c; variable
/aosp_15_r20/external/e2fsprogs/ext2ed/
H A Dmain.c100 int c; in main() local
268 void read_line(char * foo) { in read_line()
/aosp_15_r20/external/rust/android-crates-io/crates/async-trait/tests/
Dtest.rs176 async fn f(&self, (a, ref mut b, ref c, d): (u8, u8, u8, u8)) { in test_can_destruct()
192 async fn c(&self); in test_self_in_macro() method
203 async fn c(&self) { in test_self_in_macro() method
538 async fn foo(&mut self, v: usize); in foo() method
552 async fn foo(&mut self, v: usize) { in foo() method
1401 async fn foo(&self, _callback: impl FnMut(&str) + Send) {} in foo() method
1408 async fn foo(&self, _callback: impl FnMut(&str) + Send) {} in foo() method
1420 async fn foo(_n: i32) {} in foo() method
/aosp_15_r20/external/moshi/moshi/src/test/java/com/squareup/moshi/
H A DClassJsonAdapterTest.java93 int c; field in ClassJsonAdapterTest.BaseAbcde
200 String foo; field in ClassJsonAdapterTest.NameCollision
380 Comparator<Object> c = in anonymousClassNotSupported() local
/aosp_15_r20/development/vndk/tools/header-checker/tests/input/
H A Dexample1.h14 int foo; member
23 int c; member
/aosp_15_r20/external/clang/test/Parser/
H A Dcxx-class.cpp142 void bar::foo () in foo() function in PR13775::bar
238 int c = ]; // expected-error {{expected expression}} variable
/aosp_15_r20/bionic/tests/
H A Dthread_local_test.cpp46 static int run_one_thread(MyThread foo) { in run_one_thread()
210 __emutls_control c = in TEST() local
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dinstantiate-method.cpp125 …void foo(A<test1::Undeclared> &a) // expected-error {{no member named 'Undeclared' in namespace 't… in foo() function in test1::B
174 X2_type c; in m() local
/aosp_15_r20/external/pytorch/test/functorch/
H A Dtest_eager_transforms.py255 def foo(x, y): function
268 def foo(x, y): function
285 def foo(y, targets): function
299 def foo(x): function
320 def foo(x): function
329 def foo(x): function
346 def foo(x): function
364 def foo(x): function
381 def foo(x): function
394 def foo(x): function
[all …]
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_pattern_matcher.py70 def fn(a, b, c, d): argument
126 def fn1(a, b, c): argument
129 def fn2(a, b, c): argument
160 def fn1(a, b, c): argument
274 def fn(a, b, c, d): argument
526 def fn(a, b, c, d): argument
615 def fn(a, b, c): argument
699 def fn(a, b, c): argument
717 def fn(a, b, c): argument
888 def fn(a, b, c): argument
[all …]

1...<<21222324252627282930>>...34