Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DScriptParser.cpp865 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 …]
H A DScriptLexer.h39 bool inExpr = false; variable
H A DScriptLexer.cpp245 if (!inExpr || errorCount() || atEOF()) in maybeSplitExpr()