| /llvm-project-15.0.7/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
| H A D | allocate_shared.pass.cpp | 82 struct Three struct 86 Three(int v, int, int) : value(v) {++count;} in Three() argument 87 Three(Three const & o) : value(o.value) {++count;} in Three() function 88 ~Three() {--count;} in ~Three() argument 91 int Three::count = 0; 134 std::shared_ptr<Three> p = std::allocate_shared<Three>(Alloc(), i, bad, bad); in test() 135 assert(Three::count == 1); in test() 138 assert(Three::count == 0); in test()
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | missing-field-initializers.c | 28 struct Three { struct 35 struct Three t0 = { argument 38 struct Three t1 = { 42 struct Three data[] = {
|
| H A D | warn-outof-range-assign-enum.c | 8 Three enumerator
|
| /llvm-project-15.0.7/clang/test/ASTMerge/class-template-partial-spec/Inputs/ |
| H A D | class-template-partial-spec2.cpp | 57 namespace Three { namespace 67 struct Child1: public Two::Three::Parent<unsigned> { 72 struct Child1<T, One::Two::Three::Parent<T>> { 78 namespace Dst { One::Child1<double, One::Two::Three::Parent<double>> Z0Dst; }
|
| H A D | class-template-partial-spec1.cpp | 66 namespace Three { namespace 76 struct Child1: public Two::Three::Parent<unsigned> { 81 struct Child1<T, One::Two::Three::Parent<T>> {
|
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | ppc32-and-aix-struct-return.c | 41 } Three; typedef 76 Three ret3(void) { return (Three){"abc"}; } in ret3()
|
| H A D | aix-struct-arg.c | 17 } Three; typedef 55 void arg3(Three x) {} in arg3()
|
| /llvm-project-15.0.7/llvm/examples/ModuleMaker/ |
| H A D | ModuleMaker.cpp | 51 Value *Three = ConstantInt::get(Type::getInt32Ty(Context), 3); in main() local 54 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three, in main()
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | foreach-variable-range.td | 7 int Three = 3; 101 foreach Index = {Constants.Zero...Constants.One, Constants.Two...Constants.Three} in { 110 foreach Index = {0...Constants.One, Constants.Three...Constants.Five} in { 118 foreach Index = {0...Constants.One, 2...Constants.Three} in {
|
| H A D | lisp.td | 9 // CHECK-NEXT: def Three { 32 def Three : NameList<["Tom", "Dick", "Harry"]>;
|
| H A D | foreach-range-parse-errors0.td | 7 int Three = 3;
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | bounds-checking-fam.c | 18 struct Three { struct 39 int test_three(struct Three *p, int i) { in test_three() argument
|
| /llvm-project-15.0.7/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
| H A D | p7-cxx20.cpp | 75 namespace Three { namespace 81 using Three::e3; // expected-error{{using declaration in class}}
|
| /llvm-project-15.0.7/clang/test/AST/ |
| H A D | ast-dump-enum-json.cpp | 9 Three, enumerator
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | comment-c-decls.c | 89 Three enumerator
|
| H A D | format-comment-cdecls.c | 84 Three enumerator
|
| /llvm-project-15.0.7/clang/test/ASTMerge/class-template-partial-spec/ |
| H A D | test.cpp | 10 static_assert(sizeof(One::Child1<double, One::Two::Three::Parent<double>>::member) == sizeof(double…
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | varargs.cpp | 39 enum class Scoped { Three }; in promotable() enumerator
|
| H A D | overload-ary-bind.cpp | 31 namespace Three { namespace
|
| H A D | cxx20-using-enum.cpp | 61 namespace Three { namespace
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | MemoryBufferTest.cpp | 212 OwningBuffer Three(WritableMemoryBuffer::getNewMemBuffer(321, data)); in TEST_F() local 213 EXPECT_NE(nullptr, Three.get()); in TEST_F() 215 EXPECT_EQ(0, Three->getBufferStart()[0]); in TEST_F()
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/tests/ |
| H A D | FuzzedDataProviderUnittest.cpp | 338 Three, in TEST() enumerator 351 EXPECT_EQ(Enum::Three, DataProv.ConsumeEnum<Enum>()); in TEST() 352 EXPECT_EQ(Enum::Three, DataProv.ConsumeEnum<Enum>()); in TEST()
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | c2x-attributes.c | 7 Three [[]] enumerator
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/ |
| H A D | store-long-origin.ll | 46 ; Three 4-byte origin stores
|
| H A D | msan_asm_conservative.ll | 208 ; Three outputs, first and last returned via regs, second via mem: 225 ; Three inputs and three outputs of different types: a pair, a char, a function pointer. 251 ; Three inputs and three outputs of different types: a pair, a char, a function pointer.
|