Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp2853 std::size_t IdentifierPos = End; in expandMacro() local
2862 if (IdentifierPos == End) in expandMacro()
2863 IdentifierPos = Pos; in expandMacro()
2865 IdentifierPos = End; in expandMacro()
2882 if (IdentifierPos != End) { in expandMacro()
2885 Pos = IdentifierPos; in expandMacro()
2886 IdentifierPos = End; in expandMacro()