Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Parser/
H A Dtoken-parsers.h500 static constexpr auto getSign{space >> attempt("+-"_ch)}; in Parse()
502 if (std::optional<const char *> sign{getSign.Parse(state)}) { in Parse()
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DSignAnalysisTest.cpp39 Sign getSign(int64_t V) { in getSign() function
302 const Sign S = getSign(R.Val.getInt().getExtValue()); in transferExpr()