Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp11035 ComparisonResult TrueFlag, FalseFlag; in constantValue() local
11038 FalseFlag = NE; in constantValue()
11041 FalseFlag = EQ; in constantValue()
11045 FalseFlag = GE; in constantValue()
11048 FalseFlag = LE; in constantValue()
11051 std::swap(TrueFlag, FalseFlag); in constantValue()
11055 if (R & FalseFlag) in constantValue()