Home
last modified time | relevance | path

Searched defs:C3 (Results 1 – 25 of 68) sorted by relevance

123

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dexplicit-constructor.cpp117 struct C3 { struct
118 C3(initializer_list<T> list1) {} in C3() argument
119 C3(const std::initializer_list<T*> &list2) {} in C3() argument
120 C3(::std::initializer_list<T**> &&list3) {} in C3() argument
123 C3(initializer_list<U> list3) {} in C3() function
/llvm-project/clang/test/Parser/
H A Dcxx2a-concept-declaration.cpp30 int C3; // expected-error {{redefinition}} variable
31 struct C3 {}; // expected-error {{redefinition}} struct
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dcontainer-contains.cpp46 auto C3 = MyMap.count(2) != 0; testDifferentCheckTypes() local
69 auto C3 = MyMap.count(-3) <= 0; testNegativeChecks() local
89 bool C3 = S.count(1003); testDifferentTypes() local
106 bool C3 = ConstRefM.count(2003); testQualifiedTypes() local
164 bool C3 = MyMap.count(1) + MyMap.count(2) * 2 + MyMap.count(3) / 3 >= 20; nonRewrittenCount() local
187 auto C3 = 0U != MyMap.count(2); testDifferentIntegerLiteralSuffixes() local
[all...]
/llvm-project/clang/test/ASTMerge/class2/
H A Dtest.cpp5 class C3 { class
/llvm-project/libcxxabi/test/
H A Ddynamic_cast.pass.cpp34 struct C3 { virtual ~C3() {} Pad1 _; }; in ~C3() argument
107 struct C3 { virtual ~C3() {} Pad2 _; }; in ~C3() argument
/llvm-project/clang/test/InterfaceStubs/
H A Dusings.cpp15 template<typename T, T t> struct C3{}; struct
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/
H A Dsymbolize_pc_inline.cpp26 static inline void C3() { C2(); } in C3() function
/llvm-project/clang/test/Layout/
H A Dms-x86-empty-nonvirtual-bases.cpp17 struct C3 { int a; C3() : a(0xf00000C3) {printf("C3 : %p\n", this);} }; in C3() argument
H A Dms-x86-empty-virtual-base.cpp17 struct C3 { int a; C3() : a(0xf00000C3) {printf("C3 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} }; in C3() function
/llvm-project/libc/AOR_v20.02/math/
H A Dv_exp.c20 #define C3 v_f64 (0x1.55555da646206p-5) macro
30 #define C3 v_f64 (0x1.5555576a59599p-5) macro
H A Dv_cos.c29 #define C3 v_f64 (Poly[4]) macro
H A Dv_sin.c29 #define C3 v_f64 (Poly[4]) macro
/llvm-project/clang/test/CXX/class.derived/class.derived.general/
H A Dp2.cpp54 struct A0<T>::B4::C3 : A0, B4 { }; struct in CurrentInstantiation::A0::B4
63 struct A0<T>::B5<U>::C3 : A0, B5 { }; struct in CurrentInstantiation::A0::B5
/llvm-project/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-non-virtual-base-ordering.cpp7 struct C3 : C0, C1, C2 {} a; struct
H A Dvtt-layout-address-space.cpp36 class C3 : public X1 { int i; }; class
55 class C3 : public X1 { int i; }; class
H A Dvtt-layout.cpp36 class C3 : public X1 { int i; }; class
55 class C3 : public X1 { int i; }; class
H A Dvtt-address-space.cpp16 class C3 : public X1 { int i; }; class
H A Dlto-visibility-inference.cpp13 struct __declspec(dllexport) C3 { struct
H A Dvtable-layout-extreme-address-space.cpp21 class C3 class
H A Dvtable-layout-extreme.cpp21 class C3 class
/llvm-project/clang/test/SemaCXX/
H A Dclass.cpp102 struct C3 { global() struct
108 jC3 f() argument
H A Dms-uuid.cpp56 [uuid("000000A0-0000-0000-C000-000000000049")] class C3 {}; class
/llvm-project/clang/test/SemaObjCXX/
H A Dnoescape.mm113 @interface C3 global() interface
119 @interface C3 () <NoescapeProt> // expected-note {{class extension conforms to protocol 'NoescapeProt' which defines method 'm0:'}} global() interface in NoescapeProt
122 @implementation C3 global() implementation
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dunchecked-optional-access.cpp116 struct C3 : public B<T> { global() struct
117 ~C3C3 ~C3() argument
/llvm-project/clang-tools-extra/test/clang-tidy/infrastructure/
H A Dnolintbeginend.cpp43 class C3 { C3(int i); }; class

123