Home
last modified time | relevance | path

Searched refs:ae (Results 1 – 25 of 41) sorted by relevance

12

/llvm-project-15.0.7/clang/test/SemaCUDA/
H A Dfunction-overload.cu611 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 Ddeduction-crash.cpp11 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 Dcall-site-info-update.ll10 %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 Dpr38795.ll125 ; 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 Dpost-ra-sched-with-debug.mir47 # 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 Dgrouped.test20 # 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 Dswitch.ll234 %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 DMallocSizeofChecker.cpp195 ae = i->AllocCall->arg_end(); ai != ae; ++ai) { in checkASTCodeBody() local
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddynamic-cast-hint.cpp30 volatile E *ae = dynamic_cast<E *>(a); in test() local
/llvm-project-15.0.7/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp560 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 Dfunction-types-builtins.lldbinit7 dv ae
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/NativePDB/
H A Dfunction-types-builtins.cpp71 auto ae = &unary<char16_t>; variable
/llvm-project-15.0.7/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1236 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 DABISysV_arm.cpp1241 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 Dlink-odr-availextern.ll5 ; RUN: llvm-as %S/Inputs/link-odr-availextern-ae.ll -o %t2ae
/llvm-project-15.0.7/lldb/test/API/functionalities/archives/
H A DREADME55 [ 45] 000001ae 0f ( SECT EXT) 0b 0000 0000000100001060 '_environ'
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp362 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 Dshift.s243 # 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 Dmacc.s93 # CHECK-UNKNOWN: 57 24 4a ae <unknown>
105 # CHECK-UNKNOWN: 57 64 45 ae <unknown>
H A Dfmacc.s192 # 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 Dconstexpr-vectors.cpp300 constexpr auto ae = ~FourCharsVecSize{1, 2, 10, 20}; in CharUsage()
453 constexpr auto ae = ~FourCharsExtVec{1, 2, 10, 20}; in CharExtVecUsage()
H A Dconstant-expression-cxx14.cpp167 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 Dcallback-external-addr.test39 ; CHECK-UNWINDER: 6a0-6ae:7
/llvm-project-15.0.7/libc/AOR_v20.02/math/test/testcases/directed/
H A Dlogf.tst21 func=logf op1=3f781e49 result=bd0016d9.4ae error=0
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrCMovSetCC.td108 defm : CMOV_SETCC_Aliases<"ae", 3>;

12