Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DParseContext.cpp194 mDeferredNonEmptyDeclarationErrorCheck(false), in TParseContext()
2884 mDeferredNonEmptyDeclarationErrorCheck = emptyDeclaration; in parseSingleDeclaration()
2940 mDeferredNonEmptyDeclarationErrorCheck = false; in parseSingleArrayDeclaration()
2986 mDeferredNonEmptyDeclarationErrorCheck = false; in parseSingleInitDeclaration()
3026 mDeferredNonEmptyDeclarationErrorCheck = false; in parseSingleArrayInitDeclaration()
3118 if (mDeferredNonEmptyDeclarationErrorCheck) in parseDeclarator()
3121 mDeferredNonEmptyDeclarationErrorCheck = false; in parseDeclarator()
3158 if (mDeferredNonEmptyDeclarationErrorCheck) in parseArrayDeclarator()
3161 mDeferredNonEmptyDeclarationErrorCheck = false; in parseArrayDeclarator()
3202 if (mDeferredNonEmptyDeclarationErrorCheck) in parseInitDeclarator()
[all …]
DParseContext.h657 bool mDeferredNonEmptyDeclarationErrorCheck; variable