/llvm-project/libcxxabi/test/ |
H A D | catch_class_03.pass.cpp | 37 struct C1 struct 42 explicit C1(int id) : B(id-2), id_(id) {count++;} in C1() function 43 C1(const C1& a) : B(a.id_-2), id_(a.id_) {count++;} in C1() argument 44 ~C1() {count--;} in ~C1() argument
|
H A D | catch_ptr.pass.cpp | 37 struct C1 struct 42 explicit C1(int id) : B(id-2), id_(id) {count++;} in C1() function 43 C1(const C1& a) : B(a.id_-2), id_(a.id_) {count++;} in C1() argument 44 ~C1() {count--;} in ~C1() argument
|
H A D | catch_class_04.pass.cpp | 37 struct C1 struct 42 explicit C1(int id) : B(id-2), id_(id) {count++;} in C1() function 43 C1(const C1& a) : B(a.id_-2), id_(a.id_) {count++;} in C1() function 44 ~C1() {count--;} in ~C1() argument
|
/llvm-project/compiler-rt/test/asan/TestCases/Darwin/ |
H A D | mixing-global-constructors.cpp | 25 struct C1 { struct 26 C1() { in C1() function
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | microsoft-abi-non-virtual-base-ordering.cpp | 5 struct C1 { int a; virtual void C1M() {} }; in C1M() argument
|
/llvm-project/clang/test/CodeGenObjCXX/ |
H A D | instantiate-return.mm | 10 @interface C1 interface 19 @implementation C1 implementation
|
H A D | property-objects.mm | 175 struct C1 { struct 177 friend C1 operator+(C1, void(&)()); argument 181 @property C1 c1; argument
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | undefined-template.cpp | 4 template <class T> struct C1 { struct 22 extern template char C1<int>::s_var_2; argument
|
H A D | dependent-class-member-operator.cpp | 4 template<class T> struct C1 { void operator()(T); }; struct
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | container-contains.cpp | 63 return C1 + C2 + C3 + C4 + C5 + C6; in testNegativeChecks() local 83 return C1 + C2 + C3 + C4 + C5; in testDifferentTypes() local 100 return C1 + C2 + C3 + C4; in testQualifiedTypes() local 40 bool C1 = MyMap.count(1); testDifferentCheckTypes() local 134 bool C1 = MyMap.count(99); typeAliases() local 153 bool C1 = MyMap.count(1) >= 2; nonRewrittenCount() local 181 auto C1 = MyMap.count(2) != 0U; testDifferentIntegerLiteralSuffixes() local [all...] |
/llvm-project/clang/test/Layout/ |
H A D | aix-bitfield-alignment.c | 65 struct C1 { struct 73 } C1; argument
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | property-list-in-class.m | 16 @interface C1 { id isa; } @end interface 24 @implementation C1 implementation
|
H A D | objc-non-trivial-struct-nrvo.m | 118 @interface C1 interface 122 @implementation C1 implementation
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | ValueLatticeTest.cpp | 30 auto *C1 = ConstantInt::get(I32Ty, 1); in TEST_F() local 62 auto *C1 = ConstantInt::get(I32Ty, 1); in TEST_F() local 105 auto *C1 = ConstantInt::get(I32Ty, 1); in TEST_F() local 150 auto *C1 = ConstantFP::get(FloatTy, 1.0); in TEST_F() local [all...] |
/llvm-project/libcxx/test/libcxx/debug/containers/ |
H A D | sequence_container_iterators.pass.cpp | 184 Container C1 = makeContainer(3); in EraseIterIter() local 206 Container C1 = makeContainer(2); in PopBack() local 218 Container C1 = makeContainer(2); in PopFront() local 229 Container C1 = makeContainer(2); in InsertIterValue() local 254 Container C1 = makeContainer(2); in EmplaceIterValue() local 274 Container C1 = makeContainer(2); in InsertIterSizeValue() local 293 Container C1 = makeContainer(2); in InsertIterIterIter() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | out-of-line-def-mismatch.cpp | 7 class C1 {}; class 21 func(C1 &,unsigned,const S1 *) func() argument
|
/llvm-project/clang/test/Modules/Inputs/wildcard-submodule-exports/ |
H A D | C_one.h | 4 long *C1; variable
|
/llvm-project/clang/test/Modules/ |
H A D | misplaced-3.cpp | 4 class C1 { // expected-note{{'C1' begins here}} class
|
/llvm-project/bolt/lib/Passes/ |
H A D | PettisAndHansen.cpp | 39 Cluster *const C1; member in llvm::bolt::__anon0ca3f2600111::ClusterArc 54 void orderFuncs(const CallGraph &Cg, Cluster *C1, Cluster *C2) { in orderFuncs() 115 auto insertOrInc = [&](Cluster *C1, Cluster *C2, double Weight) { in pettisAndHansen() 155 Cluster *const C1 = Max.C1; in pettisAndHansen() local
|
/llvm-project/clang/test/CXX/temp/temp.param/ |
H A D | p12.cpp | 37 class C1 {}; global() class
|
/llvm-project/clang/test/Modules/Inputs/submodule-visibility/ |
H A D | cycle1.h | 6 struct C1 {}; struct
|
/llvm-project/clang/test/InterfaceStubs/ |
H A D | cxx-conversion.cpp | 9 template<typename T> class C1 { class
|
H A D | unresolved-using-typename.cpp | 10 template<typename T> class C1 { using ReprType = unsigned; }; class
|
/llvm-project/llvm/lib/IR/ |
H A D | ConstantsContext.h | 71 BinaryConstantExpr(unsigned Opcode,Constant * C1,Constant * C2,unsigned Flags) BinaryConstantExpr() argument 99 ExtractElementConstantExpr(Constant * C1,Constant * C2) ExtractElementConstantExpr() argument 126 InsertElementConstantExpr(Constant * C1,Constant * C2,Constant * C3) InsertElementConstantExpr() argument 154 ShuffleVectorConstantExpr(Constant * C1,Constant * C2,ArrayRef<int> Mask) ShuffleVectorConstantExpr() argument [all...] |
/llvm-project/clang/test/Sema/ |
H A D | attr-only-in-default-eval.cpp | 7 class __attribute__((available_only_in_default_eval_method)) C1 { class
|