Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DSeparateDeclarations.cpp23 mSeparateCompoundStructDeclarations(separateCompoundStructDeclarations) in Separator()
32 if (sequence.size() <= 1 && !mSeparateCompoundStructDeclarations) in recordModifiedStructVariables()
45 if (mSeparateCompoundStructDeclarations && sequence.size() == 1) in recordModifiedStructVariables()
68 if (mSeparateCompoundStructDeclarations) in recordModifiedStructVariables()
81 const bool newTypeIsSpecifier = index == 0 && !mSeparateCompoundStructDeclarations; in recordModifiedStructVariables()
254 const bool mSeparateCompoundStructDeclarations; member in sh::__anonf6503e660111::Separator