Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp886 inExpr = saved; in readSectionAddressType()
1004 inExpr = true; in readOutputSectionDescription()
1007 inExpr = false; in readOutputSectionDescription()
1066 SaveAndRestore saved(inExpr, true); in readAssignment()
1072 SaveAndRestore saved(inExpr, true); in readAssignment()
1139 bool orig = inExpr; in readExpr()
1140 inExpr = true; in readExpr()
1142 inExpr = orig; in readExpr()
1359 bool orig = inExpr; in readParenLiteral()
1360 inExpr = false; in readParenLiteral()
[all …]
H A DScriptLexer.h39 bool inExpr = false; variable
H A DScriptLexer.cpp245 if (!inExpr || errorCount() || atEOF()) in maybeSplitExpr()