Searched refs:getCategory (Results 1 – 15 of 15) sorted by relevance
1018 return getCategory() == fcNormal && exponent == semantics->minExponent && in isSmallestNormalized()4830 if (LHS.getCategory() == fcNaN) { in addWithSpecial()4834 if (RHS.getCategory() == fcNaN) { in addWithSpecial()4838 if (LHS.getCategory() == fcZero) { in addWithSpecial()4842 if (RHS.getCategory() == fcZero) { in addWithSpecial()4846 if (LHS.getCategory() == fcInfinity && RHS.getCategory() == fcInfinity && in addWithSpecial()4851 if (LHS.getCategory() == fcInfinity) { in addWithSpecial()4855 if (RHS.getCategory() == fcInfinity) { in addWithSpecial()4859 assert(LHS.getCategory() == fcNormal && RHS.getCategory() == fcNormal); in addWithSpecial()4904 if (LHS.getCategory() == fcNaN) { in multiply()[all …]
444 fltCategory getCategory() const { return category; } in getCategory() function753 fltCategory getCategory() const;1350 bool isZero() const { return getCategory() == fcZero; } in isZero()1351 bool isInfinity() const { return getCategory() == fcInfinity; } in isInfinity()1352 bool isNaN() const { return getCategory() == fcNaN; } in isNaN()1361 fltCategory getCategory() const { return getIEEE().getCategory(); } in getCategory() function
102 APFloat::fltCategory getCategory() const { return F.getCategory(); } in getCategory() function
460 switch (Val.getCategory()) { in interp__builtin_fpclassify()
139 Record *getCategory() const { return Def->getValueAsDef("category"); } in getCategory() function
361 if (X.getCategory() != Y.getCategory()) in compare()362 return X.getCategory() < Y.getCategory(); in compare()
341 if (auto category = MD->getCategory()) in mangleObjCMethodName()369 if (const auto *CID = MD->getCategory()) { in mangleObjCMethodName()
1223 ObjCCategoryDecl *ObjCMethodDecl::getCategory() { in getCategory() function in ObjCMethodDecl
12677 switch (Val.getCategory()) { in VisitBuiltinCallExpr()
160 BR.getBugType().getCategory() != categories::TaintedData) { in taintOriginTrackerTag()191 BR.getBugType().getCategory() != categories::TaintedData) { in taintPropagationExplainerTag()
322 ObjCCategoryDecl *getCategory();323 const ObjCCategoryDecl *getCategory() const { in getCategory() function324 return const_cast<ObjCMethodDecl*>(this)->getCategory(); in getCategory()
842 StringRef getCategory() const { return Category; } in getCategory() function
770 << D.getCategory()->getValueAsString("name") << ";\n"; in GenerateGetDirectiveCategory()
666 StringRef BugCategory = D.getCategory(); in FinalizeHTML()
1342 BT.getCategory(), R->getUniqueingLocation(), R->getUniqueingDecl(), in generateDiagnosticForBasicReport()1354 BT.getCategory(), R->getUniqueingLocation(), R->getUniqueingDecl(), in generateEmptyDiagnosticForReport()