| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | empty-class-layout.cpp | 9 SA(0, sizeof(A) == 4); 12 SA(1, sizeof(B) == 1); 15 SA(2, sizeof(C) == 4); 22 SA(3, sizeof(G) == 2); 29 SA(4, sizeof(I) == 2); 34 SA(5, sizeof(J) == 3); 43 SA(6, sizeof(S1) == 24); 56 SA(8, sizeof(S4) == 2); 59 SA(9, sizeof(S5) == 2); 98 SA(0, sizeof(B) == 2); [all …]
|
| H A D | class-layout.cpp | 13 SA(0, sizeof(A) == 8); 19 SA(1, sizeof(B) == 12); 28 SA(2, sizeof(C) == 8); 34 SA(3, sizeof(D) == 8); 41 SA(4, sizeof(E) == 5); 47 SA(5, sizeof(F) == 6); 52 SA(6, sizeof(H) == 1); 59 SA(6_1, sizeof(I) == 5); 68 SA(8, sizeof(B) == 2); 74 SA(10, sizeof(D) == 2); [all …]
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | attr-swift-async.m | 4 #define SA(...) __attribute__((swift_async(__VA_ARGS__))) macro 6 SA(none) int a; // expected-warning{{'swift_async' attribute only applies to functions and Objectiv… function 8 SA(none) void b(void); function 11 SA(swift_private, 1) void d(void); // expected-error{{'swift_async' attribute parameter 2 is out of… function 14 SA(swift_private, 1) void g(void (^)(void)); function 16 SA(none, 1) void h(void); // expected-error{{'swift_async' attribute takes one argument}} function 17 SA() void i(void); // expected-error{{'swift_async' attribute takes at least 1 argument}} function 26 -(void)m4 SA(none); method 27 -(void)m5:(int)p handler:(void (^)(int))callback SA(not_swift_private, 2); 32 SA(none) void mf1(); [all …]
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 252 Args.push_back(SA(Value)); in denormalizeStringImpl() 617 denormalizeSimpleFlag(Args, SA(Opt.getPrefix() + Opt.getName()), SA, in GenerateArg() 626 denormalizeString(Args, SA(Opt.getPrefix() + Opt.getName()), SA, in GenerateArg() 1513 SA); in GenerateCodeGenArgs() 1547 SA); in GenerateCodeGenArgs() 2601 SA); in GenerateFrontendArgs() 3037 It->Path, SA); in GenerateHeaderSearchArgs() 3543 SA); in GenerateLangArgs() 4188 SA); in GeneratePreprocessorArgs() 4385 SA); in GenerateTargetArgs() [all …]
|
| /llvm-project-15.0.7/llvm/test/Linker/ |
| H A D | type-unique-type-array-b.ll | 7 ; 1 struct SA { 13 ; 7 void testB(SA sa) { 17 ; 11 void topB(B* b, SA sa) { 22 %struct.SA = type { i32 } 27 %sa = alloca %struct.SA, align 4 29 %agg.tmp = alloca %struct.SA, align 4 30 %coerce.dive = getelementptr %struct.SA, %struct.SA* %sa, i32 0, i32 0 37 %2 = bitcast %struct.SA* %sa to i8*, !dbg !28 39 %coerce.dive1 = getelementptr %struct.SA, %struct.SA* %agg.tmp, i32 0, i32 0, !dbg !28 51 %sa = alloca %struct.SA, align 4 [all …]
|
| H A D | type-unique-type-array-a.ll | 8 ; 1 struct SA { 14 ; 7 void testA(SA a) { 18 ; 11 void topA(A *a, SA sa) { 31 ; CHECK-NEXT: DW_AT_name {{.*}}"SA" 43 %struct.SA = type { i32 } 48 %sa = alloca %struct.SA, align 4 50 %agg.tmp = alloca %struct.SA, align 4 51 %coerce.dive = getelementptr %struct.SA, %struct.SA* %sa, i32 0, i32 0 60 %coerce.dive1 = getelementptr %struct.SA, %struct.SA* %agg.tmp, i32 0, i32 0, !dbg !28 72 %a = alloca %struct.SA, align 4 [all …]
|
| /llvm-project-15.0.7/lldb/test/API/lang/cpp/stl/ |
| H A D | TestStdCXXDisassembly.py | 70 SA = None 78 print("SA:", SA) 79 if SA and LA: 80 if int(LA, 16) > int(SA, 16): 81 self.runCmd("disassemble -s %s -e %s" % (SA, LA)) 82 SA = LA 85 SA = None
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/ |
| H A D | construct_pair.pass.cpp | 40 using SA = std::scoped_allocator_adaptor<Alloc>; in test_no_inner_alloc() typedef 45 SA A(CA); in test_no_inner_alloc() 50 std::tuple<std::allocator_arg_t, SA&>&&, in test_no_inner_alloc() 51 std::tuple<SA&>&& in test_no_inner_alloc() 63 using SA = std::scoped_allocator_adaptor<Alloc>; in test_no_inner_alloc() typedef 68 SA A(CA); in test_no_inner_alloc() 73 std::tuple<std::allocator_arg_t, SA&>&&, in test_no_inner_alloc() 93 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_with_inner_alloc() typedef 101 SA A(O, I); in test_with_inner_alloc() 120 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_with_inner_alloc() typedef [all …]
|
| H A D | construct_pair_rvalue.pass.cpp | 43 using SA = std::scoped_allocator_adaptor<Alloc>; in test_no_inner_alloc() typedef 48 SA A(CA); in test_no_inner_alloc() 54 std::tuple<std::allocator_arg_t, SA&, int&>&&, in test_no_inner_alloc() 55 std::tuple<int const&&, SA&>&& in test_no_inner_alloc() 70 using SA = std::scoped_allocator_adaptor<Alloc>; in test_no_inner_alloc() typedef 75 SA A(CA); in test_no_inner_alloc() 81 std::tuple<std::allocator_arg_t, SA&, int&&>&&, in test_no_inner_alloc() 104 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_with_inner_alloc() typedef 112 SA A(O, I); in test_with_inner_alloc() 135 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_with_inner_alloc() typedef [all …]
|
| H A D | construct_pair_values.pass.cpp | 42 using SA = std::scoped_allocator_adaptor<Alloc>; in test_no_inner_alloc() typedef 47 SA A(CA); in test_no_inner_alloc() 52 std::tuple<std::allocator_arg_t, SA&, int&>&&, in test_no_inner_alloc() 53 std::tuple<int const&&, SA&>&& in test_no_inner_alloc() 67 using SA = std::scoped_allocator_adaptor<Alloc>; in test_no_inner_alloc() typedef 72 SA A(CA); in test_no_inner_alloc() 77 std::tuple<std::allocator_arg_t, SA&, int&&>&&, in test_no_inner_alloc() 99 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_with_inner_alloc() typedef 107 SA A(O, I); in test_with_inner_alloc() 128 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_with_inner_alloc() typedef [all …]
|
| H A D | construct_pair_piecewise.pass.cpp | 43 using SA = std::scoped_allocator_adaptor<Alloc>; in test_no_inner_alloc() typedef 48 SA A(CA); in test_no_inner_alloc() 55 std::tuple<std::allocator_arg_t, SA&, int&>&&, in test_no_inner_alloc() 56 std::tuple<int const&&, SA&>&& in test_no_inner_alloc() 70 using SA = std::scoped_allocator_adaptor<Alloc>; in test_no_inner_alloc() typedef 75 SA A(CA); in test_no_inner_alloc() 82 std::tuple<std::allocator_arg_t, SA&, int&&>&&, in test_no_inner_alloc() 104 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_with_inner_alloc() typedef 112 SA A(O, I); in test_with_inner_alloc() 135 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_with_inner_alloc() typedef [all …]
|
| H A D | construct_pair_const_lvalue_pair.pass.cpp | 43 using SA = std::scoped_allocator_adaptor<Alloc>; in test_no_inner_alloc() typedef 48 SA A(CA); in test_no_inner_alloc() 54 std::tuple<std::allocator_arg_t, SA&, int&>&&, in test_no_inner_alloc() 55 std::tuple<int const&, SA&>&& in test_no_inner_alloc() 70 using SA = std::scoped_allocator_adaptor<Alloc>; in test_no_inner_alloc() typedef 75 SA A(CA); in test_no_inner_alloc() 81 std::tuple<std::allocator_arg_t, SA&, int const&>&&, in test_no_inner_alloc() 104 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_with_inner_alloc() typedef 112 SA A(O, I); in test_with_inner_alloc() 135 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_with_inner_alloc() typedef [all …]
|
| H A D | construct_type.pass.cpp | 43 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_bullet_one() typedef 49 SA A(O, I); in test_bullet_one() 76 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_bullet_two() typedef 82 SA A(O, I); in test_bullet_two() 88 SA::inner_allocator_type&, int&, int const&, int&&>(O, ptr))); in test_bullet_two() 109 using SA = std::scoped_allocator_adaptor<Outer, Inner>; in test_bullet_three() typedef 115 SA A(O, I); in test_bullet_three() 122 SA::inner_allocator_type&>(O, ptr))); in test_bullet_three()
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | decl-in-prototype.c | 3 #define SA(n, c) int arr##n[(c) ? 1 : -1] = {} macro 8 SA(1, AA == 0); 9 SA(2, BB == 1); 14 SA(1, AA == 7); 15 SA(2, BB == 8); 52 …SA(1, AA == 5); // expected-warning{{variable length array folded to constant array as an extensio… 53 SA(2, BB == 0);
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | atomic-minmax.ll | 238 ; CHECK-DAG: xori [[SA:[0-9]+]], [[SA1]], 16 240 ; CHECK-DAG: slw [[SV:[0-9]+]], 4, [[SA]] 265 ; CHECK-DAG: xori [[SA:[0-9]+]], [[SA1]], 16 267 ; CHECK-DAG: slw [[SV:[0-9]+]], 4, [[SA]] 292 ; CHECK-DAG: xori [[SA:[0-9]+]], [[SA1]], 16 294 ; CHECK-DAG: slw [[SV:[0-9]+]], 4, [[SA]] 319 ; CHECK-DAG: slw [[SV:[0-9]+]], 4, [[SA]] 343 ; CHECK-DAG: slw [[SV:[0-9]+]], 4, [[SA]] 369 ; CHECK-DAG: slw [[SV:[0-9]+]], 4, [[SA]] 395 ; CHECK-DAG: slw [[SV:[0-9]+]], 4, [[SA]] [all …]
|
| /llvm-project-15.0.7/llvm/test/Analysis/CostModel/ARM/ |
| H A D | memcpy.ll | 44 ; CHECK-NO-SA-LABEL: 'memcpy_2' 48 ; CHECK-SA-LABEL: 'memcpy_2' 75 ; CHECK-NO-SA-LABEL: 'memcpy_3' 79 ; CHECK-SA-LABEL: 'memcpy_3' 106 ; CHECK-NO-SA-LABEL: 'memcpy_4' 110 ; CHECK-SA-LABEL: 'memcpy_4' 164 ; CHECK-NO-SA-LABEL: 'memcpy_16' 168 ; CHECK-SA-LABEL: 'memcpy_16' 280 ; CHECK-SA-LABEL: 'memcpy_4_al2' 313 ; CHECK-SA-LABEL: 'memcpy_8_al2' [all …]
|
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | target_map_codegen_23.cpp | 40 struct SA{ struct 42 struct SA *p; argument 47 struct SA s; argument 48 struct SA sa[10]; 49 struct SA *sp[10]; 50 struct SA *p;
|
| H A D | target_codegen_registration.cpp | 182 struct SA { struct 189 SA() { in SA() argument 194 ~SA() { in ~SA() argument 374 static __attribute__((init_priority(500))) SA a1; 375 SA a2;
|
| H A D | target_parallel_codegen_registration.cpp | 222 struct SA { struct 229 SA() { in SA() argument 234 ~SA() { in ~SA() argument 413 static __attribute__((init_priority(500))) SA a1; 414 SA a2;
|
| H A D | target_teams_codegen_registration.cpp | 222 struct SA { struct 229 SA() { in SA() argument 234 ~SA() { in ~SA() argument 413 static __attribute__((init_priority(500))) SA a1; 414 SA a2;
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/ |
| H A D | bmi.ll | 25 ; CHECK-DAG: %[[SA:.*]] = load i32, ptr @__msan_param_tls 29 ; CHECK-DAG: %[[X:.*]] = call i32 @llvm.x86.bmi.bzhi.32(i32 %[[SA]], i32 %b) 41 ; CHECK-DAG: %[[SA:.*]] = load i64, ptr @__msan_param_tls 45 ; CHECK-DAG: %[[X:.*]] = call i64 @llvm.x86.bmi.bzhi.64(i64 %[[SA]], i64 %b) 58 ; CHECK-DAG: %[[SA:.*]] = load i32, ptr @__msan_param_tls 62 ; CHECK-DAG: %[[X:.*]] = call i32 @llvm.x86.bmi.bextr.32(i32 %[[SA]], i32 %b) 74 ; CHECK-DAG: %[[SA:.*]] = load i64, ptr @__msan_param_tls 91 ; CHECK-DAG: %[[SA:.*]] = load i32, ptr @__msan_param_tls 107 ; CHECK-DAG: %[[SA:.*]] = load i64, ptr @__msan_param_tls 123 ; CHECK-DAG: %[[SA:.*]] = load i32, ptr @__msan_param_tls [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | RDFCopy.cpp | 63 void CopyPropagation::recordCopy(NodeAddr<StmtNode*> SA, EqualityMap &EM) { in recordCopy() argument 64 CopyMap.insert(std::make_pair(SA.Id, EM)); in recordCopy() 65 Copies.push_back(SA.Id); in recordCopy() 74 NodeAddr<StmtNode*> SA = IA; in scanBlock() local 76 if (interpretAsCopy(SA.Addr->getCode(), EM)) in scanBlock() 77 recordCopy(SA, EM); in scanBlock() 138 auto SA = DFG.addr<InstrNode*>(C); in run() local 139 auto FS = CopyMap.find(SA.Id); in run() 144 for (NodeAddr<DefNode*> DA : SA.Addr->members_if(DFG.IsDef, DFG)) { in run() 153 NodeId AtCopy = getLocalReachingDef(SR, SA); in run()
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCObjectWriter.cpp | 29 const MCSymbol &SA = A->getSymbol(); in isSymbolRefDifferenceFullyResolved() local 31 if (SA.isUndefined() || SB.isUndefined()) in isSymbolRefDifferenceFullyResolved() 34 if (!SA.getFragment() || !SB.getFragment()) in isSymbolRefDifferenceFullyResolved() 37 return isSymbolRefDifferenceFullyResolvedImpl(Asm, SA, SB, InSet); in isSymbolRefDifferenceFullyResolved()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CXIndexDataConsumer.cpp | 285 : SA(IdxCtx), ref_cnt(0) { in AttrListInfo() 338 ScratchAlloc SA(IdxCtx); in create() local 475 ScratchAlloc SA(*this); in ppIncludedFile() local 558 ScratchAlloc SA(*this); in handleDecl() local 679 ScratchAlloc SA(*this); in handleObjCInterface() local 735 ScratchAlloc SA(*this); in handleObjCProtocol() local 749 ScratchAlloc SA(*this); in handleObjCCategory() local 781 ScratchAlloc SA(*this); in handleObjCCategoryImpl() local 843 ScratchAlloc SA(*this); in handleObjCProperty() local 923 ScratchAlloc SA(*this); in handleReference() local [all …]
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugRnglists.cpp | 209 if (auto SA = LookupPooledAddress(Value0)) in dump() local 210 CurrentBase = SA->Address; in dump() 243 if (auto SA = LookupPooledAddress(Value0)) in dump() local 244 Start = SA->Address; in dump() 251 if (auto SA = LookupPooledAddress(Value0)) in dump() local 252 Start = SA->Address; in dump() 254 if (auto SA = LookupPooledAddress(Value1)) in dump() local 255 End = SA->Address; in dump()
|