Searched refs:initField (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Descriptor.cpp | 147 static void initField(Block *B, std::byte *Ptr, bool IsConst, bool IsMutable, in initField() function 185 initField(B, Ptr + FieldOffset, IsConst, IsMutable, IsActive, IsUnion, in initBase() 194 initField(B, Ptr, IsConst, IsMutable, IsActive, D->ElemRecord->isUnion(), F.Desc, F.Offset); in ctorRecord()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | DataflowEnvironment.cpp | 1045 auto initField = [&](QualType FieldType, StorageLocation &FieldLoc) { in initializeFieldsWithValues() local 1073 initField(FieldType, *FieldLoc); in initializeFieldsWithValues() 1080 initField(FieldType, Loc.getSyntheticField(FieldName)); in initializeFieldsWithValues()
|