Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/
H A DParseContext.cpp287 mDeferredNonEmptyDeclarationErrorCheck(false), in TParseContext()
3486 mDeferredNonEmptyDeclarationErrorCheck = emptyDeclaration; in parseSingleDeclaration()
3543 mDeferredNonEmptyDeclarationErrorCheck = false; in parseSingleArrayDeclaration()
3590 mDeferredNonEmptyDeclarationErrorCheck = false; in parseSingleInitDeclaration()
3630 mDeferredNonEmptyDeclarationErrorCheck = false; in parseSingleArrayInitDeclaration()
3725 if (mDeferredNonEmptyDeclarationErrorCheck) in parseDeclarator()
3728 mDeferredNonEmptyDeclarationErrorCheck = false; in parseDeclarator()
3766 if (mDeferredNonEmptyDeclarationErrorCheck) in parseArrayDeclarator()
3769 mDeferredNonEmptyDeclarationErrorCheck = false; in parseArrayDeclarator()
3813 if (mDeferredNonEmptyDeclarationErrorCheck) in parseInitDeclarator()
[all …]
H A DParseContext.h738 bool mDeferredNonEmptyDeclarationErrorCheck; variable