Home
last modified time | relevance | path

Searched defs:ExpressionValue (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/lib/FileCheck/
DFileCheckImpl.h34 class ExpressionValue; variable
124 explicit ExpressionValue(T Val) : Value(Val), Negative(Val < 0) {} in ExpressionValue() function
/external/llvm-project/flang/lib/Parser/
Dpreprocessor.cpp712 static std::int64_t ExpressionValue(const TokenSequence &token, in ExpressionValue() function