Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dobjc-function-naming.m23 static bool isPositive(int a) { return a > 0; } function
/llvm-project/clang/include/clang/AST/
H A DCharUnits.h128 bool isPositive() const { return Quantity > 0; } in isPositive() function
/llvm-project/clang/lib/Basic/
H A DWarnings.cpp99 bool isPositive = !Opt.consume_front("no-"); ProcessWarningOptions() local
/llvm-project/flang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp136 bool isPositive = !remarkOpt.starts_with("no-"); in updateDiagEngineForOptRemarks() local
/llvm-project/clang/test/Analysis/
H A Dtest-after-div-zero.c140 bool isPositive; in foo() local
/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h
H A DFloating.h
H A DIntegralAP.h
/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp108 bool isPositive = !Opt.consume_front("no-"); optimizeDiagnosticOpts() local
/llvm-project/mlir/lib/Conversion/ArithToSPIRV/
H A DArithToSPIRV.cpp426 Value isPositive; in emulateSignedRemainder() local
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DSignAnalysisTest.cpp503 testing::AssertionResult isPositive(const Node *N, ASTContext &ASTCtx, in isPositive() function
/llvm-project/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp228 frexp(ImplicitLocOpBuilder & builder,Value arg,bool isPositive=false) frexp() argument