Searched refs:Subobj (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 7604 Result visitSubobject(QualType Type, Subobject Subobj) { in visitSubobject() argument 7609 CAT->getSize(), Subobj); in visitSubobject() 7610 return getDerived().visitExpandedSubobject(Type, Subobj); in visitSubobject() 7614 Subobject Subobj) { in visitSubobjectArray() argument 7615 return getDerived().visitSubobject(Type, Subobj); in visitSubobjectArray() 7711 Result visitExpandedSubobject(QualType Type, Subobject Subobj) { in visitExpandedSubobject() argument 7717 S.Diag(Subobj.Loc, diag::note_defaulted_comparison_reference_member) in visitExpandedSubobject() 7730 return visitBinaryOperator(OO, Args, Subobj); in visitExpandedSubobject() 7735 Subobject Subobj, in visitBinaryOperator() argument 7793 QualType ObjectType = Subobj.Kind == Subobject::Member in visitBinaryOperator() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | DeclCXX.cpp | 504 void CXXRecordDecl::addedClassSubobject(CXXRecordDecl *Subobj) { in addedClassSubobject() argument 511 if (!Subobj->hasSimpleCopyConstructor()) in addedClassSubobject() 513 if (!Subobj->hasSimpleMoveConstructor()) in addedClassSubobject() 522 if (!Subobj->hasSimpleCopyAssignment()) in addedClassSubobject() 524 if (!Subobj->hasSimpleMoveAssignment()) in addedClassSubobject() 534 if (!Subobj->hasSimpleDestructor()) { in addedClassSubobject() 545 if (!Subobj->hasConstexprDestructor()) in addedClassSubobject() 552 if (!Subobj->data().StructuralIfLiteral) in addedClassSubobject()
|
H A D | ExprConstant.cpp | 3800 bool found(APValue &Subobj, QualType SubobjType) { in found() 3801 Result = Subobj; in found() 3846 bool found(APValue &Subobj, QualType SubobjType) { in found() 3850 Subobj.swap(NewVal); in found() 4301 bool found(APValue &Subobj, QualType SubobjType) { in found() 4302 switch (Subobj.getKind()) { in found() 4304 return found(Subobj.getInt(), SubobjType); in found() 4306 return found(Subobj.getFloat(), SubobjType); in found() 4313 return foundPointer(Subobj, SubobjType); in found() 4315 return foundVector(Subobj, SubobjType); in found() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | exception.d | 1084 foreach (i, Subobj; typeof(source.tupleof)) 1130 foreach (i, Subobj; typeof(source.tupleof))
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | exception.d | 1076 foreach (i, Subobj; typeof(source.tupleof)) 1119 foreach (i, Subobj; typeof(source.tupleof))
|