Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/WindowsResource/
H A DResourceScriptToken.h43 bool isLongInt() const;
/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A DResourceScriptToken.h55 bool isLongInt() const;
H A DResourceScriptToken.cpp59 bool RCToken::isLongInt() const { in isLongInt() function in RCToken
H A DResourceScriptStmt.h36 : Val(Token.intValue()), Long(Token.isLongInt()) {} in RCInt()