Home
last modified time | relevance | path

Searched refs:AAA (Results 1 – 25 of 44) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dvararg_named.ll23 %struct.AAA = type { i32, i32, i32, i32 }
34 …i32 @foo(i32 %xx, i32 %z, i32 %m, %struct.AAA* byval(%struct.AAA) align 4 %bbb, %struct.AAA* byval…
42 %ddd = alloca %struct.AAA, align 4
43 %ggg = alloca %struct.AAA, align 4
44 %nnn = alloca %struct.AAA, align 4
52 %d2 = getelementptr inbounds %struct.AAA, %struct.AAA* %bbb, i32 0, i32 3
102 %12 = bitcast %struct.AAA* %10 to i8*
104 %d10 = getelementptr inbounds %struct.AAA, %struct.AAA* %ddd, i32 0, i32 3
118 %d16 = getelementptr inbounds %struct.AAA, %struct.AAA* %ggg, i32 0, i32 3
132 %d22 = getelementptr inbounds %struct.AAA, %struct.AAA* %nnn, i32 0, i32 3
[all …]
H A Dvararg_align_check.ll23 %struct.AAA = type { i32, i32, i32, i32 }
27 @aaa = global %struct.AAA { i32 100, i32 200, i32 300, i32 400 }, align 4
39 %bbb = alloca %struct.AAA, align 4
102 %9 = bitcast i8* %__overflow_area_pointer9 to %struct.AAA*
105 %10 = bitcast %struct.AAA* %bbb to i8*
106 %11 = bitcast %struct.AAA* %9 to i8*
108 %d11 = getelementptr inbounds %struct.AAA, %struct.AAA* %bbb, i32 0, i32 3
172 …i8, i64, i32, [4 x i8] }* @ddd to %struct.BBB*), i64 %0, %struct.AAA* byval(%struct.AAA) align 4 @…
H A Dvararg_double_onstack.ll13 %struct.AAA = type { i32, i32, i32, i32 }
16 @aaa = global %struct.AAA { i32 100, i32 200, i32 300, i32 400 }, align 4
30 %bbb = alloca %struct.AAA, align 4
86 %8 = bitcast i8* %__overflow_area_pointer9 to %struct.AAA*
89 %9 = bitcast %struct.AAA* %bbb to i8*
90 %10 = bitcast %struct.AAA* %8 to i8*
92 %d11 = getelementptr inbounds %struct.AAA, %struct.AAA* %bbb, i32 0, i32 3
200 …32, ...) @foo(i32 1, i32 2, i32 3, i32 4, i32 5, i64 %0, %struct.AAA* byval(%struct.AAA) align 4 @…
H A Dvararg.ll15 %struct.AAA = type { i32, i32, i32, i32 }
18 @aaa = global %struct.AAA { i32 100, i32 200, i32 300, i32 400 }, align 4
85 …%call = tail call i32 (i32, ...) @foo(i32 undef, i32 2, %struct.AAA* byval(%struct.AAA) align 4 @a…
/llvm-project-15.0.7/clang/test/Index/
H A Doverriding-ftemplate-comments.cpp14 void comment_to_html_conversion_17(T AAA);
27 template<typename AAA, typename BBB>
28 void comment_to_html_conversion_19(AAA aaa, BBB bbb);
43 template<typename AAA, typename BBB, int CCC>
44 void comment_to_html_conversion_20(AAA aaa, BBB bbb);
59 template<template<template<typename CCC> class DDD, class BBB> class AAA>
77 template <class C1, template <class C2, template <class C3, class C4> class BBB > class AAA>
H A Doverriding-method-comments.mm17 * \param[in] AAA ZZZ
19 - (void)METH:(id)AAA;
22 …s)Root(im)METH:</USR><Declaration>- (void)METH:(id)AAA;</Declaration><Parameters><Parameter><Name>
44 * \param[in] AAA input value
48 - (void)EXT_METH:(id)AAA : (double)BBB : (int)CCC;
61 /// \param AAA argument to foo_pure.
62 virtual void foo_pure(int AAA) = 0;
115 /// \tparam AAA The type, silly as well.
116 template<typename AAA, typename BBB>
117 void foo(AAA, BBB);
[all …]
H A Dcomment-cplus-template-decls.cpp64 void func_template_1(T AAA);
67 template<template<template<typename CCC> class DDD, class BBB> class AAA>
/llvm-project-15.0.7/clang/test/OpenMP/
H A Ddeclare_variant_clauses_ast_print.cpp41 void foo_v1(float *AAA, float *BBB, int *I) {return;} in foo_v1() argument
42 void foo_v2(float *AAA, float *BBB, int *I) {return;} in foo_v2() argument
43 void foo_v3(float *AAA, float *BBB, int *I) {return;} in foo_v3() argument
65 adjust_args(need_device_ptr:AAA,BBB)
69 adjust_args(need_device_ptr:AAA)
75 void foo(float *AAA, float *BBB, int *I) {return;} in foo() argument
77 void Foo_Var(float *AAA, float *BBB) {return;} in Foo_Var() argument
81 adjust_args(need_device_ptr:AAA) adjust_args(nothing:BBB)
83 void Foo(T *AAA, T *BBB) {return;} in Foo() argument
H A Ddeclare_variant_clauses_messages.cpp90 void foo_v1(float *AAA, float *BBB, int *I) { return; } in foo_v1() argument
91 void foo_v2(float *AAA, float *BBB, int *I) { return; } in foo_v2() argument
92 void foo_v3(float *AAA, float *BBB, int *I) { return; } in foo_v3() argument
93 void foo_v4(float *AAA, float *BBB, int *I, omp_interop_t IOp) { return; } in foo_v4() argument
110 adjust_args(need_device_ptr:AAA,BBB) adjust_args(need_device_ptr:AAA)
115 adjust_args(need_device_ptr:AAA) adjust_args(nothing:AAA)
193 adjust_args(need_device_ptr:AAA) match(device={arch(arm)})
199 void foo(float *AAA, float *BBB, int *I) { return; } in foo() argument
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/
H A Dstack-buffer-overflow-with-position.cpp23 char AAA[10], BBB[10], CCC[10]; in main() local
24 memset(AAA, 0, sizeof(AAA)); in main()
28 char *p = AAA + idx; in main()
29 printf("AAA: %p\ny: %p\nz: %p\np: %p\n", AAA, BBB, CCC, p); in main()
/llvm-project-15.0.7/clang/test/FixIt/
H A Dtypo-using.cpp11 namespace N { class AAA {}; } // expected-note {{'AAA' declared here}} class
16 namespace N { class AAA {}; } // expected-note {{'AAA' declared here}} class
44 class CCC { public: typedef int AAA; }; // expected-note {{'AAA' declared here}} typedef in using_suggestion_member_ty::CCC
49 class CCC { public: void AAA() { } }; // expected-note {{'AAA' declared here}} in AAA() function in using_suggestion_member_val::CCC
54 class CCC { public: typedef int AAA; }; // expected-note {{'AAA' declared here}} typedef in using_suggestion_member_tyname_ty::CCC
/llvm-project-15.0.7/llvm/test/Instrumentation/AddressSanitizer/
H A Dstack_layout.ll16 ; CHECK: private unnamed_addr constant{{.*}}3 32 5 3 AAA 64 55 3 BBB 160 555 3 CCC\0
18 ; CHECK: private unnamed_addr constant{{.*}}2 32 4 3 AAA 48 4 5 BBB:7\0
52 %AAA = alloca [5 x i8], align 1
55 %arr1.ptr = bitcast [5 x i8]* %AAA to i8*
75 %AAA = alloca [128 x i8], align 16
78 %arr1.ptr = bitcast [128 x i8]* %AAA to i8*
90 %AAA = alloca i32, align 4 ; File is not the same as !11
95 %AAA.ptr = bitcast i32* %AAA to i8*
96 call void @llvm.lifetime.start.p0i8(i64 4, i8* nonnull %AAA.ptr), !dbg !14
97 store volatile i32 3, i32* %AAA, align 4
[all …]
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dhexagon-linux-vararg.c5 struct AAA { struct
59 struct AAA aaa = {100, 200, 300, 400};
65 struct AAA bbb; in foo()
69 bbb = va_arg(ap, struct AAA); in foo()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Davoid-bind.cpp136 auto AAA = std::bind(add, x, y); in testCaptureByValue() local
179 auto AAA = std::bind(add, 2, 2); in testLiteralParameters() local
191 auto AAA = std::bind(add, std::ref(x), std::ref(y)); in testCaptureByReference() local
220 auto AAA = std::bind(add, x, F(x).get()); in testCaptureByInitExpression() local
228 auto AAA = std::bind(d, 1, 2); in testFunctionObjects() local
272 auto AAA = std::bind(add, x, _1); in testPlaceholders() local
298 auto AAA = std::bind(C::add, 1, 1); in testGlobalFunctions() local
325 auto AAA = std::bind(add, 1, add(2, 5)); in testCapturedSubexpressions() local
347 auto AAA = std::bind(&D::MemberFunction, d, 1); in testMemberFunctions() local
/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Dvirtual_inheritance_compile_bug.cpp6 struct AAA { struct
9 struct BBB : virtual AAA { argument
12 struct CCC: virtual AAA { };
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddebug-info-use-after-free.cpp125 template < class SSS, class GGG = EEE < SSS > >class AAA:FFF <GGG> { }; class
130 class ZZZ:AAA < Data >, BBB { virtual ZZZ *ppp () ; };
237 AAA { class
240 AAA () { in ~AAA()
261 AAA {
H A Dthunk-use-after-free.cpp36 template < class SSS, class GGG = EEE < SSS > >class AAA:FFF <GGG> { }; class
41 class ZZZ:AAA < Data >, BBB { virtual ZZZ *ppp () ; };
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dusing-decl-1.cpp128 class CCC { public: void AAA() { } }; in AAA() function in using_suggestion_member_tyname_val::CCC
141 class AAA {}; // expected-note {{'N::AAA' declared here}} class
144 using N::M::AAA; // expected-error {{no member named 'AAA' in namespace 'using_suggestion_ty_droppe…
149 class AAA {}; // expected-note {{'N::AAA' declared here}} class
152 using typename N::M::AAA; // expected-error {{no member named 'AAA' in namespace 'using_suggestion_…
/llvm-project-15.0.7/llvm/test/Other/
H A Dbcanalyzer-block-info.txt8 CHECK: <AAA
14 CHECK: <AAA
/llvm-project-15.0.7/lld/test/ELF/
H A Demit-relocs-mergeable-i386.s29 ## Check that offsets for AAA is 0x0, for BBB is 0x8 and CCC has offset 0x4.
46 # CHECK-NEXT: |AAA.CCC.BBB.|
/llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dsizeofpack.cpp39 struct AAA { struct
45 array<2> arr2 = AAA<int, int>::make_array<int>(1,2); in qq4()
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/Windows/
H A Dwineh-basic.ll3 ; CHECK: "??1field@@AAA@XZ":
19 define arm_aapcs_vfpcc void @"\01??1field@@AAA@XZ"(%class.field* nocapture readnone %this) unnamed_…
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/
H A Dinvalid-yaml.yaml4 AAA: | BBB
/llvm-project-15.0.7/clang/test/Analysis/inlining/
H A DInlineObjCClassMethod.m66 @interface AAA : NSObject interface
68 @interface AAA (MyCat) interface in MyCat
72 int y = [AAA getInt];
75 @implementation AAA implementation
77 @implementation AAA (MyCat) implementation in MyCat
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/COFF/
H A Dupdate-section.test2 # RUN: echo -n AAA > %t.smaller
23 # SMALLER-NEXT: 0x00000000 414141 AAA

12