Home
last modified time | relevance | path

Searched defs:A0 (Results 1 – 25 of 45) sorted by relevance

12

/llvm-project/clang/test/CXX/class.derived/class.derived.general/
H A Dp2.cpp5 struct A0 { // expected-note 6{{definition of 'A0<T>' is not complete until the closing '}'}} struct
16 …struct B4 { // expected-note 2{{definition of 'CurrentInstantiation::A0::B4' is not complete until…
29 struct B5 { // expected-note 2{{definition of 'B5<U>' is not complete until the closing '}'}}
66 …struct A0<T*> { // expected-note 2{{definition of 'A0<type-parameter-0-0 *>' is not complete until… struct
88 struct A0 { struct
90 …// expected-note@-1 {{definition of 'MemberOfCurrentInstantiation::A0::B' is not complete until th…
93 struct C : C<U> { }; // expected-error {{base class has incomplete type}}
/llvm-project/clang/test/CodeGenObjC/
H A Dproperty-atomic-bool.m21 @interface A0 interface
24 @implementation A0 implementation
/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.require/
H A Dbullet_7.pass.cpp63 void*& freeFunction03(A0&) { in freeFunction03() argument
69 void*& freeFunction03(A0&, ...) { in freeFunction03() argument
74 void*& freeFunction03(A0&, A1&) { in freeFunction03() argument
80 void*& freeFunction03(A0&, A1&, ...) { in freeFunction03() argument
85 void*& freeFunction03(A0&, A1&, A2&) { in freeFunction03() argument
90 void*& freeFunction03(A0&, A1&, A2&, ...) { in freeFunction03() argument
/llvm-project/clang/test/AST/
H A Dproperty-atomic-bool.m39 @interface A0 interface
42 @implementation A0 implementation
/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
H A Dconstruct.pass.cpp58 struct A0 struct
60 TEST_CONSTEXPR_CXX20 A0(int* count) {++*count;} in A0() argument
/llvm-project/clang/test/CodeGen/
H A Dpr5406.c5 typedef struct { char x[3]; } A0; typedef
H A Ddebug-info-enum.cpp10 A0 = -128, enumerator
/llvm-project/bolt/test/X86/
H A Dlinux-alt-instruction.s66 .A0: label
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Didentifier-naming-member-decl-usage.cpp134 struct A0 { struct
135 int value;
137 A0 &operator=(const A0 &Other) { in operator =()
/llvm-project/clang/test/Index/
H A Dannotate-comments-preprocessor.c14 #define A0 0 macro
/llvm-project/clang/test/Analysis/
H A DNewDeleteLeaks-PR19102.cpp3 class A0 {}; class
/llvm-project/clang/test/CXX/temp/temp.param/
H A Dp9-0x.cpp27 struct A0 { template<typename U> struct B; }; struct
/llvm-project/clang/test/CXX/temp/temp.res/temp.dep/
H A Dp3.cpp2 struct A0 { struct
6 template <typename T> struct B0: A0 { argument
/llvm-project/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/
H A Dp6.cpp4 struct A0 { struct
/llvm-project/clang/test/SemaTemplate/
H A Dclass-template-spec.cpp62 struct A0<void> { struct
63 typedef void* pointer;
69 struct A0 { struct
/llvm-project/clang/test/SemaCXX/
H A Denum-attr.cpp4 A0 = 1, A1 = 10 enumerator
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/
H A Dp1.cpp85 using A0 = struct S3::S4; typedef
/llvm-project/clang/test/Sema/
H A Denum-attr.c4 A0 = 1, A1 = 10 enumerator
/llvm-project/libc/AOR_v20.02/math/
H A Dv_log.c25 #define A0 v_f64 (Poly[0]) macro
/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp104 A1 = Builder.CreateZExt(A0, IntTy); in expandFPToI() local
107 A1 = Builder.CreateSExt(A0, IntTy); in expandFPToI() local
422 Value *A1 = Builder.CreateLShr(A0, Builder.getIntN(32, 2)); in expandIToFP() local
/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DExecutorAddressTest.cpp82 ExecutorAddr A0(0), A1(1), A2(2), A3(3); TEST() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dpro-type-static-cast-downcast.cpp60 auto A0 = static_cast<Derived*>(ArrayOfBase); in arrays() local
H A Dpro-type-cstyle-cast.cpp82 auto A0 = (Derived*)ArrayOfBase; in arrays() local
/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dexecutor_address_test.cpp87 ExecutorAddr A0(0), A1(1), A2(2), A3(3); in TEST() local
/llvm-project/clang/test/Preprocessor/
H A Dmacro_vaopt_expand.cpp8 #define A0 expandedA0 macro

12