/aosp_15_r20/external/clang/test/OpenMP/ |
H A D | parallel_for_firstprivate_messages.cpp | 3 void foo() { in foo() function 32 const S3 c; variable
|
H A D | distribute_simd_lastprivate_messages.cpp | 3 void foo() { in foo() function 34 const S3 c; // expected-note {{global variable is predetermined as shared}} variable
|
H A D | distribute_parallel_for_lastprivate_messages.cpp | 3 void foo() { in foo() function 34 const S3 c; // expected-note {{global variable is predetermined as shared}} variable
|
H A D | target_parallel_for_simd_firstprivate_messages.cpp | 3 void foo() { in foo() function 32 const S3 c; variable
|
H A D | sections_reduction_messages.cpp | 5 void foo() { in foo() function 37 S3 c; // expected-note 3 {{'c' defined here}} variable
|
H A D | parallel_for_simd_lastprivate_messages.cpp | 3 void foo() { in foo() function 33 const S3 c; // expected-note {{global variable is predetermined as shared}} variable
|
H A D | teams_reduction_messages.cpp | 5 void foo() { in foo() function 37 S3 c; // expected-note 3 {{'c' defined here}} variable
|
H A D | taskloop_simd_firstprivate_messages.cpp | 3 void foo() { in foo() function 32 const S3 c; variable
|
H A D | for_firstprivate_messages.cpp | 3 void foo() { in foo() function 32 const S3 c; variable
|
H A D | taskloop_firstprivate_messages.cpp | 3 void foo() { in foo() function 32 const S3 c; variable
|
H A D | target_parallel_reduction_messages.cpp | 5 void foo() { in foo() function 37 S3 c; // expected-note 3 {{'c' defined here}} variable
|
H A D | for_simd_firstprivate_messages.cpp | 3 void foo() { in foo() function 32 const S3 c; variable
|
H A D | parallel_reduction_messages.cpp | 5 void foo() { in foo() function 37 S3 c; // expected-note 3 {{'c' defined here}} variable
|
H A D | target_update_from_messages.cpp | 3 void foo() { in foo() function 29 const S3 c; variable
|
H A D | target_update_to_messages.cpp | 3 void foo() { in foo() function 29 const S3 c; variable
|
H A D | target_data_use_device_ptr_ast_print.cpp | 33 float *foo() { in foo() function 77 const S3 c; variable
|
/aosp_15_r20/external/e2fsprogs/ext2ed/ |
H A D | main.c | 100 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/ |
D | test.rs | 176 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 D | ClassJsonAdapterTest.java | 93 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 D | example1.h | 14 int foo; member 23 int c; member
|
/aosp_15_r20/external/clang/test/Parser/ |
H A D | cxx-class.cpp | 142 void bar::foo () in foo() function in PR13775::bar 238 int c = ]; // expected-error {{expected expression}} variable
|
/aosp_15_r20/bionic/tests/ |
H A D | thread_local_test.cpp | 46 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 D | instantiate-method.cpp | 125 …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 D | test_eager_transforms.py | 255 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 D | test_pattern_matcher.py | 70 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 …]
|