Home
last modified time | relevance | path

Searched refs:Composite2 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp6601 QualType Composite2 = T2; in FindCompositePointerType() local
6604 assert(!Composite1.isNull() && !Composite2.isNull()); in FindCompositePointerType()
6608 Composite2 = Context.getUnqualifiedArrayType(Composite2, Q2); in FindCompositePointerType()
6656 (Ptr2 = Composite2->getAs<PointerType>())) { in FindCompositePointerType()
6658 Composite2 = Ptr2->getPointeeType(); in FindCompositePointerType()
6665 (ObjPtr2 = Composite2->getAs<ObjCObjectPointerType>())) { in FindCompositePointerType()
6667 Composite2 = ObjPtr2->getPointeeType(); in FindCompositePointerType()
6674 (MemPtr2 = Composite2->getAs<MemberPointerType>())) { in FindCompositePointerType()
6676 Composite2 = MemPtr2->getPointeeType(); in FindCompositePointerType()
6705 Composite2->isObjCObjectPointerType()) || in FindCompositePointerType()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmeta.d1357 alias Composite2 = Repeat!(2, Composite); variable
1358 static assert(is(Composite2 == AliasSeq!(uint, int, uint, int)));
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dmeta.d1247 alias Composite2 = Repeat!(2, Composite); variable
1248 static assert(is(Composite2 == AliasSeq!(uint, int, uint, int)));