Home
last modified time | relevance | path

Searched refs:FlexibleArray (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DRandstruct.cpp196 FieldDecl *FlexibleArray = in randomizeStructureLayout() local
198 if (!FlexibleArray) { in randomizeStructureLayout()
202 FlexibleArray = RandomizedFields.pop_back_val(); in randomizeStructureLayout()
221 if (FlexibleArray) in randomizeStructureLayout()
222 FinalOrdering.push_back(FlexibleArray); in randomizeStructureLayout()
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Divar-layout-flexible-array.m14 typedef char FlexibleArray[]; typedef
18 FlexibleArray data;
/llvm-project-15.0.7/flang/include/flang/
H A DISO_Fortran_binding.h124 template <typename T> struct FlexibleArray : T { struct
144 cfi_internal::FlexibleArray<CFI_dim_t> dim;
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DDescriptorModel.h104 getModel<Fortran::ISO::cfi_internal::FlexibleArray<Fortran::ISO::CFI_dim_t>>() {