Home
last modified time | relevance | path

Searched refs:hasMutableFields (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dob.d1743 return t.hasMutableFields() ? PtrState.Borrowed : PtrState.Readonly; in toPtrState()
1771 if (v.type.hasMutableFields()) in hasPointersToMutableFields()
1780 return tbn && tbn.hasMutableFields(); in hasPointersToMutableFields()
1786 bool hasMutableFields(Type t) in hasMutableFields() function
1793 return tsa.nextOf().hasMutableFields(); in hasMutableFields()
1799 if (v.type.hasMutableFields()) in hasMutableFields()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp696 if (ParentRecord->hasMutableFields()) in getExtraInvalidatedValues()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp448 if (BaseClassDecl->hasMutableFields()) in setBases()
1278 if (FieldRec->hasMutableFields()) in addedMember()
H A DJSONNodeDumper.cpp460 FIELD1(hasMutableFields); in createCXXRecordDefinitionData()
H A DTextNodeDumper.cpp1885 FLAG(hasMutableFields, has_mutable_fields); in VisitCXXRecordDecl()
H A DExprConstant.cpp3475 if (!RD->hasMutableFields()) in diagnoseMutableFields()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h1177 bool hasMutableFields() const { return data().HasMutableFields; } in hasMutableFields() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp403 return !record->hasMutableFields(); in isSafeForCXXConstantCapture()
H A DCodeGenModule.cpp3780 return ExcludeCtor && !Record->hasMutableFields() && in isTypeConstant()
3933 bool HasMutableFields = Record && Record->hasMutableFields(); in GetOrCreateLLVMGlobal()
H A DCGExpr.cpp1446 if (RD->hasMutableFields() || !RD->isTrivial()) in isConstantEmittableObjectType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp18006 if (RD->hasMutableFields()) in rebuildPotentialResultsAsNonOdrUsed()
H A DSemaOpenMP.cpp1569 RD->hasDefinition() && RD->hasMutableFields()); in isConstNotMutableType()