Home
last modified time | relevance | path

Searched refs:Three (Results 1 – 25 of 64) sorted by relevance

123

/llvm-project-15.0.7/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
H A Dallocate_shared.pass.cpp82 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 Dmissing-field-initializers.c28 struct Three { struct
35 struct Three t0 = { argument
38 struct Three t1 = {
42 struct Three data[] = {
H A Dwarn-outof-range-assign-enum.c8 Three enumerator
/llvm-project-15.0.7/clang/test/ASTMerge/class-template-partial-spec/Inputs/
H A Dclass-template-partial-spec2.cpp57 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 Dclass-template-partial-spec1.cpp66 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 Dppc32-and-aix-struct-return.c41 } Three; typedef
76 Three ret3(void) { return (Three){"abc"}; } in ret3()
H A Daix-struct-arg.c17 } Three; typedef
55 void arg3(Three x) {} in arg3()
/llvm-project-15.0.7/llvm/examples/ModuleMaker/
H A DModuleMaker.cpp51 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 Dforeach-variable-range.td7 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 Dlisp.td9 // CHECK-NEXT: def Three {
32 def Three : NameList<["Tom", "Dick", "Harry"]>;
H A Dforeach-range-parse-errors0.td7 int Three = 3;
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dbounds-checking-fam.c18 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 Dp7-cxx20.cpp75 namespace Three { namespace
81 using Three::e3; // expected-error{{using declaration in class}}
/llvm-project-15.0.7/clang/test/AST/
H A Dast-dump-enum-json.cpp9 Three, enumerator
/llvm-project-15.0.7/clang/test/Index/
H A Dcomment-c-decls.c89 Three enumerator
H A Dformat-comment-cdecls.c84 Three enumerator
/llvm-project-15.0.7/clang/test/ASTMerge/class-template-partial-spec/
H A Dtest.cpp10 static_assert(sizeof(One::Child1<double, One::Two::Three::Parent<double>>::member) == sizeof(double…
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dvarargs.cpp39 enum class Scoped { Three }; in promotable() enumerator
H A Doverload-ary-bind.cpp31 namespace Three { namespace
H A Dcxx20-using-enum.cpp61 namespace Three { namespace
/llvm-project-15.0.7/llvm/unittests/Support/
H A DMemoryBufferTest.cpp212 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 DFuzzedDataProviderUnittest.cpp338 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 Dc2x-attributes.c7 Three [[]] enumerator
/llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/
H A Dstore-long-origin.ll46 ; Three 4-byte origin stores
H A Dmsan_asm_conservative.ll208 ; 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.

123