/aosp_15_r20/external/clang/test/OpenMP/ |
H A D | target_is_device_ptr_messages.cpp | 7 struct SA { struct 8 const int d = 5; 9 const int da[5] = { 0 }; 10 ST e; 11 ST g[10]; 12 STarr &rg = g; 13 int i; 14 int &j = i; 15 int *k = &j; 16 int *&z = k; [all …]
|
H A D | target_data_use_device_ptr_messages.cpp | 5 struct SA { struct 6 const int d = 5; 7 const int da[5] = { 0 }; 8 ST e; 9 ST g[10]; 10 int i; 11 int &j = i; 12 int *k = &j; 13 int *&z = k; 14 int aa[10]; [all …]
|
H A D | target_is_device_ptr_ast_print.cpp | 14 struct SA { struct 15 const int da[5] = { 0 }; 16 ST g[10]; 17 STarr &rg = g; 18 int i; 42 // CHECK: struct SA argument
|
H A D | target_map_messages.cpp | 20 struct SA { struct 21 static int ss; 23 float a; 24 int b[12]; 25 float *c; 26 T d; 27 float e[I]; 28 T *f; 29 void func(int arg) { in func()
|
H A D | target_codegen_registration.cpp | 170 struct SA { struct 177 SA() { in SA() argument 182 ~SA() { in ~SA() argument
|
H A D | target_data_use_device_ptr_ast_print.cpp | 12 struct SA { struct 24 // CHECK: struct SA argument
|
/aosp_15_r20/external/clang/tools/libclang/ |
H A D | CXIndexDataConsumer.cpp | 237 ScratchAlloc &SA) { in ObjCProtocolListInfo() 330 ScratchAlloc SA(IdxCtx); in create() local 337 ScratchAlloc &SA) { in CXXBasesListInfo() 463 ScratchAlloc SA(*this); in ppIncludedFile() local 539 ScratchAlloc SA(*this); in handleDecl() local 666 ScratchAlloc SA(*this); in handleObjCInterface() local 722 ScratchAlloc SA(*this); in handleObjCProtocol() local 736 ScratchAlloc SA(*this); in handleObjCCategory() local 768 ScratchAlloc SA(*this); in handleObjCCategoryImpl() local 829 ScratchAlloc SA(*this); in handleObjCProperty() local [all …]
|
/aosp_15_r20/external/zstd/lib/dictBuilder/ |
H A D | divsufsort.c | 283 int *SA, int i, int size) { in ss_fixdown() 299 ss_heapsort(const unsigned char *Td, const int *PA, int *SA, int size) { in ss_heapsort() 946 tr_fixdown(const int *ISAd, int *SA, int i, int size) { in tr_fixdown() 962 tr_heapsort(const int *ISAd, int *SA, int size) { in tr_heapsort() 1112 tr_copy(int *ISA, const int *SA, in tr_copy() 1137 tr_partialcopy(int *ISA, const int *SA, in tr_partialcopy() 1176 int *SA, int *first, int *last, in tr_introsort() 1402 trsort(int *ISA, int *SA, int n, int depth) { in trsort() 1441 sort_typeBstar(const unsigned char *T, int *SA, in sort_typeBstar() 1613 construct_SA(const unsigned char *T, int *SA, in construct_SA() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugRnglists.cpp | 209 if (auto SA = LookupPooledAddress(Value0)) in dump() local 243 if (auto SA = LookupPooledAddress(Value0)) in dump() local 251 if (auto SA = LookupPooledAddress(Value0)) in dump() local 254 if (auto SA = LookupPooledAddress(Value1)) in dump() local
|
/aosp_15_r20/external/libdivsufsort/lib/ |
H A D | trsort.c | 98 tr_fixdown(const saidx_t *ISAd, saidx_t *SA, saidx_t i, saidx_t size) { in tr_fixdown() 114 tr_heapsort(const saidx_t *ISAd, saidx_t *SA, saidx_t size) { in tr_heapsort() 264 tr_copy(saidx_t *ISA, const saidx_t *SA, in tr_copy() 289 tr_partialcopy(saidx_t *ISA, const saidx_t *SA, in tr_partialcopy() 328 saidx_t *SA, saidx_t *first, saidx_t *last, in tr_introsort() 555 trsort(saidx_t *ISA, saidx_t *SA, saidx_t n, saidx_t depth) { in trsort()
|
H A D | divsufsort.c | 38 sort_typeBstar(const sauchar_t *T, saidx_t *SA, in sort_typeBstar() 195 construct_SA(const sauchar_t *T, saidx_t *SA, in construct_SA() 259 construct_BWT(const sauchar_t *T, saidx_t *SA, in construct_BWT() 332 divsufsort(const sauchar_t *T, saidx_t *SA, saidx_t n) { in divsufsort()
|
H A D | utils.c | 53 bw_transform(const sauchar_t *T, sauchar_t *U, saidx_t *SA, in bw_transform() 161 sufcheck(const sauchar_t *T, const saidx_t *SA, in sufcheck() 261 const saidx_t *SA, saidx_t SAsize, in sa_search() 330 const saidx_t *SA, saidx_t SAsize, in sa_simplesearch()
|
/aosp_15_r20/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/ |
H A D | construct_pair.pass.cpp | 39 using SA = std::scoped_allocator_adaptor<Alloc>; in test_no_inner_alloc() typedef 62 using SA = std::scoped_allocator_adaptor<Alloc>; in test_no_inner_alloc() typedef 92 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_with_inner_alloc() typedef 119 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_with_inner_alloc() typedef
|
H A D | construct_pair_values.pass.cpp | 41 using SA = std::scoped_allocator_adaptor<Alloc>; in test_no_inner_alloc() typedef 66 using SA = std::scoped_allocator_adaptor<Alloc>; in test_no_inner_alloc() typedef 98 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_with_inner_alloc() typedef 127 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_with_inner_alloc() typedef
|
H A D | construct_pair_piecewise.pass.cpp | 42 using SA = std::scoped_allocator_adaptor<Alloc>; in test_no_inner_alloc() typedef 69 using SA = std::scoped_allocator_adaptor<Alloc>; in test_no_inner_alloc() typedef 103 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_with_inner_alloc() typedef 134 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_with_inner_alloc() typedef
|
H A D | construct_pair_const_lvalue_pair.pass.cpp | 42 using SA = std::scoped_allocator_adaptor<Alloc>; in test_no_inner_alloc() typedef 69 using SA = std::scoped_allocator_adaptor<Alloc>; in test_no_inner_alloc() typedef 103 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_with_inner_alloc() typedef 134 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_with_inner_alloc() typedef
|
H A D | construct_pair_rvalue.pass.cpp | 42 using SA = std::scoped_allocator_adaptor<Alloc>; in test_no_inner_alloc() typedef 69 using SA = std::scoped_allocator_adaptor<Alloc>; in test_no_inner_alloc() typedef 103 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_with_inner_alloc() typedef 134 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_with_inner_alloc() typedef
|
H A D | construct_type.pass.cpp | 42 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_bullet_one() typedef 75 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_bullet_two() typedef 108 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_bullet_three() typedef
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/allocator.adaptor/allocator.adaptor.members/ |
H A D | construct_pair.pass.cpp | 38 using SA = std::scoped_allocator_adaptor<Alloc>; in test_no_inner_alloc() typedef 65 using SA = std::scoped_allocator_adaptor<Alloc>; in test_no_inner_alloc() typedef 99 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_with_inner_alloc() typedef 131 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_with_inner_alloc() typedef
|
H A D | construct_pair_values.pass.cpp | 40 using SA = std::scoped_allocator_adaptor<Alloc>; in test_no_inner_alloc() typedef 69 using SA = std::scoped_allocator_adaptor<Alloc>; in test_no_inner_alloc() typedef 105 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_with_inner_alloc() typedef 139 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_with_inner_alloc() typedef
|
H A D | construct_pair_piecewise.pass.cpp | 41 using SA = std::scoped_allocator_adaptor<Alloc>; in test_no_inner_alloc() typedef 70 using SA = std::scoped_allocator_adaptor<Alloc>; in test_no_inner_alloc() typedef 106 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_with_inner_alloc() typedef 140 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_with_inner_alloc() typedef
|
H A D | construct_pair_const_lvalue_pair.pass.cpp | 41 using SA = std::scoped_allocator_adaptor<Alloc>; in test_no_inner_alloc() typedef 72 using SA = std::scoped_allocator_adaptor<Alloc>; in test_no_inner_alloc() typedef 110 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_with_inner_alloc() typedef 146 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_with_inner_alloc() typedef
|
H A D | construct_pair_rvalue.pass.cpp | 41 using SA = std::scoped_allocator_adaptor<Alloc>; in test_no_inner_alloc() typedef 72 using SA = std::scoped_allocator_adaptor<Alloc>; in test_no_inner_alloc() typedef 110 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_with_inner_alloc() typedef 146 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_with_inner_alloc() typedef
|
H A D | construct_type.pass.cpp | 43 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_bullet_one() typedef 75 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_bullet_two() typedef 113 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_bullet_three() typedef
|
/aosp_15_r20/prebuilts/go/linux-x86/test/ken/ |
D | complit.go | 14 type SA struct{ a,b,c [3]int }; argument
|