Searched refs:initField (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Descriptor.cpp | 152 static void initField(Block *B, std::byte *Ptr, bool IsConst, bool IsMutable, in initField() function 195 initField(B, Ptr + FieldOffset, IsConst, IsMutable, IsVolatile, IsActive, in initBase() 208 initField(B, Ptr, IsConst, IsMutable, IsVolatile, IsActive, IsUnionField, in ctorRecord()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | DataflowEnvironment.cpp | 1044 auto initField = [&](QualType FieldType, StorageLocation &FieldLoc) { in initializeFieldsWithValues() local 1072 initField(FieldType, *FieldLoc); in initializeFieldsWithValues() 1079 initField(FieldType, Loc.getSyntheticField(FieldName)); in initializeFieldsWithValues()
|