Home
last modified time | relevance | path

Searched defs:FlexibleArray (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Divar-layout-flexible-array.m14 typedef char FlexibleArray[]; typedef
/llvm-project-15.0.7/clang/lib/AST/
H A DRandstruct.cpp196 FieldDecl *FlexibleArray = in randomizeStructureLayout() local
/llvm-project-15.0.7/flang/include/flang/
H A DISO_Fortran_binding.h124 template <typename T> struct FlexibleArray : T { struct