Searched defs:isPositive (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DWarnings.cpp98 bool isPositive = true; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCharUnits.h122 bool isPositive() const { return Quantity > 0; } function in class:clang::CharUnits
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h72 constexpr static bool isPositive() { return !isNegative(); } function in class:clang::interp::Boolean
H A DIntegral.h132 bool isPositive() const { return !isNegative(); } function in class:clang::interp::Integral

Completed in 121 milliseconds