Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp11026 ComparisonResult LTFlag = LT, GTFlag = GT; in constantValue() local
11027 if (ConstantOnRHS) std::swap(LTFlag, GTFlag); in constantValue()
11031 if (R & GTFlag) return StringRef("'std::strong_ordering::greater'"); in constantValue()