Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp45 class PPValue { class
53 PPValue(unsigned BitWidth) : Val(BitWidth) {} in PPValue() function in __anon807bcb150111::PPValue
75 static bool EvaluateDirectiveSubExpr(PPValue &LHS, unsigned MinPrec,
102 static bool EvaluateDefined(PPValue &Result, Token &PeekTok, DefinedTracker &DT, in EvaluateDefined()
233 static bool EvaluateValue(PPValue &Result, Token &PeekTok, DefinedTracker &DT, in EvaluateValue()
576 static void diagnoseUnexpectedOperator(Preprocessor &PP, PPValue &LHS, in diagnoseUnexpectedOperator()
592 static bool EvaluateDirectiveSubExpr(PPValue &LHS, unsigned MinPrec, in EvaluateDirectiveSubExpr()
630 PPValue RHS(LHS.getBitWidth()); in EvaluateDirectiveSubExpr()
826 PPValue AfterColonVal(LHS.getBitWidth()); in EvaluateDirectiveSubExpr()
892 PPValue ResVal(BitWidth); in EvaluateDirectiveExpression()