Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DScriptLexer.h41 bool InExpr = false; variable
H A DScriptParser.cpp951 bool Orig = InExpr; in readExpr()
952 InExpr = true; in readExpr()
954 InExpr = Orig; in readExpr()
1112 bool Orig = InExpr; in readParenLiteral()
1113 InExpr = false; in readParenLiteral()
1115 InExpr = Orig; in readParenLiteral()
H A DScriptLexer.cpp217 if (!InExpr || errorCount() || atEOF()) in maybeSplitExpr()