Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp921 SaveAndRestore saved(inExpr, true); in readSectionAddressType()
931 SaveAndRestore saved(inExpr, true); in readSectionAddressType()
1047 inExpr = true; in readOutputSectionDescription()
1050 inExpr = false; in readOutputSectionDescription()
1112 SaveAndRestore saved(inExpr, true); in readAssignment()
1118 SaveAndRestore saved(inExpr, true); in readAssignment()
1121 SaveAndRestore saved(inExpr, true); in readAssignment()
1124 SaveAndRestore saved(inExpr, true); in readAssignment()
1185 SaveAndRestore saved(inExpr, true); in readExpr()
1403 bool orig = inExpr; in readParenLiteral()
[all …]
H A DScriptLexer.h38 bool inExpr = false; variable
H A DScriptLexer.cpp240 if (!inExpr || errorCount() || atEOF()) in maybeSplitExpr()