| /llvm-project-15.0.7/clang/test/SemaCUDA/ |
| H A D | function-overload.cu | 611 template <typename ae> 612 __host__ __device__ void ag(a<ae>) { in ag() argument 613 ae e; in ag() 626 template <typename ae> 628 ae e; in ag() 650 template <typename ae> 652 ae e; in ag() 655 template <typename ae> 671 template <typename ae> 674 ae e; in ag() [all …]
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | deduction-crash.cpp | 11 typedef T1 ae 16 typedef ac<1,int,int>::ae ae // expected-error +{{}} 22 typedef aaa<int>::ae aaa;
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/ |
| H A D | call-site-info-update.ll | 10 %class.ae = type { i8 } 20 %c = alloca %class.ae, align 1 75 %4 = getelementptr inbounds %class.ae, %class.ae* %c, i32 0, i32 0, !dbg !173 77 %call8 = call %class.ae* @_ZN2aeC1Ei(%class.ae* nonnull %c, i32 1), !dbg !173 78 call void @_ZN2ae1xES_(%class.ae* nonnull %c, [1 x i32] zeroinitializer), !dbg !173 93 declare dso_local %class.ae* @_ZN2aeC1Ei(%class.ae* returned, i32) unnamed_addr 95 declare dso_local void @_ZN2ae1xES_(%class.ae*, [1 x i32]) local_unnamed_addr 170 !59 = distinct !DICompositeType(tag: DW_TAG_class_type, name: "ae", file: !3, line: 30, size: 8, fl… 173 !62 = !DISubprogram(name: "ae", scope: !59, file: !3, line: 33, type: !63, scopeLine: 33, flags: DI… 179 !68 = !DISubprogram(name: "ae", scope: !59, file: !3, line: 34, type: !69, scopeLine: 34, flags: DI…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | pr38795.ll | 125 ; CHECK-NEXT: .LBB0_9: # %ae 196 br label %ae 198 ae: ; preds = %for.cond47, %if.end21 206 if.end26: ; preds = %ae 233 af: ; preds = %for.cond35, %ae 234 %i.4 = phi i32 [ %i.3, %for.cond35 ], [ %i.1, %ae ] 235 %o.3 = phi i32 [ %o.2, %for.cond35 ], [ undef, %ae ] 258 br i1 %brmerge, label %for.cond47, label %ae
|
| H A D | post-ra-sched-with-debug.mir | 47 # s(int h) : l(h), ab(t), ac(~0 << h) { ae(); } 50 # void ae() { 212 …!30 = distinct !DISubprogram(name: "ae", linkageName: "_ZN1s2aeEv", scope: !5, file: !1, line: 35,…
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | grouped.test | 20 # RUN: llvm-readelf -WhSrnudlVgIs %t.o > %t.grouped.no.ae 21 # RUN: cmp %t.grouped %t.grouped.no.ae
|
| /llvm-project-15.0.7/llvm/test/Transforms/TypePromotion/ARM/ |
| H A D | switch.ll | 234 %class.ae = type { i8 } 238 declare %class.x* @_ZNK2ae2afEv(%class.ae*) local_unnamed_addr 241 define i32 @trunc_i16_i9_switch(%class.ae* %this) { 244 ; CHECK-NEXT: [[CALL:%.*]] = tail call %class.x* @_ZNK2ae2afEv(%class.ae* [[THIS:%.*]]) 268 %call = tail call %class.x* @_ZNK2ae2afEv(%class.ae* %this)
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocSizeofChecker.cpp | 195 ae = i->AllocCall->arg_end(); ai != ae; ++ai) { in checkASTCodeBody() local
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | dynamic-cast-hint.cpp | 30 volatile E *ae = dynamic_cast<E *>(a); in test() local
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/Mips/ |
| H A D | ABISysV_mips.cpp | 560 llvm::ArrayRef<addr_t>::iterator ai = args.begin(), ae = args.end(); in PrepareTrivialCall() local 564 if (ai == ae) in PrepareTrivialCall() 579 if (ai != ae) { in PrepareTrivialCall() 596 for (; ai != ae; ++ai) { in PrepareTrivialCall()
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/NativePDB/Inputs/ |
| H A D | function-types-builtins.lldbinit | 7 dv ae
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/NativePDB/ |
| H A D | function-types-builtins.cpp | 71 auto ae = &unary<char16_t>; variable
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/ARM/ |
| H A D | ABIMacOSX_arm.cpp | 1236 llvm::ArrayRef<addr_t>::iterator ai = args.begin(), ae = args.end(); in PrepareTrivialCall() local 1239 if (ai == ae) in PrepareTrivialCall() 1250 if (ai != ae) { in PrepareTrivialCall() 1252 size_t num_stack_regs = ae - ai; in PrepareTrivialCall() 1264 for (; ai != ae; ++ai) { in PrepareTrivialCall()
|
| H A D | ABISysV_arm.cpp | 1241 llvm::ArrayRef<addr_t>::iterator ai = args.begin(), ae = args.end(); in PrepareTrivialCall() local 1244 if (ai == ae) in PrepareTrivialCall() 1256 if (ai != ae) { in PrepareTrivialCall() 1258 size_t num_stack_regs = ae - ai; in PrepareTrivialCall() 1270 for (; ai != ae; ++ai) { in PrepareTrivialCall()
|
| /llvm-project-15.0.7/llvm/test/LTO/Resolution/X86/ |
| H A D | link-odr-availextern.ll | 5 ; RUN: llvm-as %S/Inputs/link-odr-availextern-ae.ll -o %t2ae
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/archives/ |
| H A D | README | 55 [ 45] 000001ae 0f ( SECT EXT) 0b 0000 0000000100001060 '_environ'
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCDeclVendor.cpp | 362 for (size_t ai = 3, ae = m_type_vector.size(); ai != ae; ++ai) { in BuildMethod() local
|
| /llvm-project-15.0.7/llvm/test/MC/RISCV/rvv/ |
| H A D | shift.s | 243 # CHECK-UNKNOWN: 57 04 4a ae <unknown> 255 # CHECK-UNKNOWN: 57 44 45 ae <unknown> 267 # CHECK-UNKNOWN: 57 b4 4f ae <unknown>
|
| H A D | macc.s | 93 # CHECK-UNKNOWN: 57 24 4a ae <unknown> 105 # CHECK-UNKNOWN: 57 64 45 ae <unknown>
|
| H A D | fmacc.s | 192 # CHECK-UNKNOWN: 57 14 4a ae <unknown> 204 # CHECK-UNKNOWN: 57 54 45 ae <unknown>
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | constexpr-vectors.cpp | 300 constexpr auto ae = ~FourCharsVecSize{1, 2, 10, 20}; in CharUsage() 453 constexpr auto ae = ~FourCharsExtVec{1, 2, 10, 20}; in CharExtVecUsage()
|
| H A D | constant-expression-cxx14.cpp | 167 constexpr bool equal(Iterator1 a, Iterator1 ae, Iterator2 b, Iterator2 be) { in equal() argument 168 while (a != ae && b != be) in equal() 171 return a == ae && b == be; in equal()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-profgen/ |
| H A D | callback-external-addr.test | 39 ; CHECK-UNWINDER: 6a0-6ae:7
|
| /llvm-project-15.0.7/libc/AOR_v20.02/math/test/testcases/directed/ |
| H A D | logf.tst | 21 func=logf op1=3f781e49 result=bd0016d9.4ae error=0
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrCMovSetCC.td | 108 defm : CMOV_SETCC_Aliases<"ae", 3>;
|