Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCharUnits.h122 bool isPositive() const { return Quantity > 0; } in isPositive() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DWarnings.cpp99 bool isPositive = true; in ProcessWarningOptions() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DBoolean.h72 constexpr static bool isPositive() { return !isNegative(); } in isPositive() function