Searched defs:isPositive (Results 1 – 12 of 12) sorted by relevance
23 static bool isPositive(int a) { return a > 0; } function
128 bool isPositive() const { return Quantity > 0; } in isPositive() function
99 bool isPositive = !Opt.consume_front("no-"); ProcessWarningOptions() local
136 bool isPositive = !remarkOpt.starts_with("no-"); in updateDiagEngineForOptRemarks() local
140 bool isPositive; in foo() local
108 bool isPositive = !Opt.consume_front("no-"); optimizeDiagnosticOpts() local
426 Value isPositive; in emulateSignedRemainder() local
503 testing::AssertionResult isPositive(const Node *N, ASTContext &ASTCtx, in isPositive() function
228 frexp(ImplicitLocOpBuilder & builder,Value arg,bool isPositive=false) frexp() argument