Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRandstruct.cpp194 FieldDecl *FlexibleArray = in randomizeStructureLayout() local
196 if (!FlexibleArray) { in randomizeStructureLayout()
200 FlexibleArray = RandomizedFields.pop_back_val(); in randomizeStructureLayout()
217 if (FlexibleArray) in randomizeStructureLayout()
218 FinalOrdering.push_back(FlexibleArray); in randomizeStructureLayout()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4415 QualType ArrayTy, bool Accessed, bool FlexibleArray) { in EmitCountedByBoundsChecking() argument
4422 if (FlexibleArray && in EmitCountedByBoundsChecking()
H A DCodeGenFunction.h3358 bool FlexibleArray);