Searched refs:inExpr (Results 1 – 3 of 3) sorted by relevance
865 bool saved = std::exchange(inExpr, true); in readSectionAddressType()867 inExpr = saved; in readSectionAddressType()983 inExpr = true; in readOutputSectionDescription()986 inExpr = false; in readOutputSectionDescription()1044 SaveAndRestore<bool> saved(inExpr, true); in readAssignment()1113 bool orig = inExpr; in readExpr()1114 inExpr = true; in readExpr()1116 inExpr = orig; in readExpr()1331 bool orig = inExpr; in readParenLiteral()1332 inExpr = false; in readParenLiteral()[all …]
39 bool inExpr = false; variable
245 if (!inExpr || errorCount() || atEOF()) in maybeSplitExpr()