Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenObjC/
H A Divar-layout-flexible-array.m13 typedef char FlexibleArray[]; typedef
/llvm-project/clang/lib/AST/
H A DRandstruct.cpp196 if (!FlexibleArray) { in randomizeStructureLayout() local
/llvm-project/flang/include/flang/
H A DISO_Fortran_binding.h128 extern "C++" template <typename T> struct FlexibleArray : T { global() struct