Home
last modified time | relevance | path

Searched defs:isPositive (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DCharUnits.h128 bool isPositive() const { return Quantity > 0; } in isPositive() function
/openbsd/gnu/llvm/clang/lib/Basic/
H A DWarnings.cpp99 bool isPositive = true; in ProcessWarningOptions() local
/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DBoolean.h78 constexpr static bool isPositive() { return !isNegative(); } in isPositive() function