Home
last modified time | relevance | path

Searched refs:getCategory (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp1018 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 …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h444 fltCategory getCategory() const { return category; } in getCategory() function
753 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
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DFloating.h102 APFloat::fltCategory getCategory() const { return F.getCategory(); } in getCategory() function
H A DInterpBuiltin.cpp460 switch (Val.getCategory()) { in interp__builtin_fpclassify()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DDirectiveEmitter.h139 Record *getCategory() const { return Def->getValueAsDef("category"); } in getCategory() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp361 if (X.getCategory() != Y.getCategory()) in compare()
362 return X.getCategory() < Y.getCategory(); in compare()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp341 if (auto category = MD->getCategory()) in mangleObjCMethodName()
369 if (const auto *CID = MD->getCategory()) { in mangleObjCMethodName()
H A DDeclObjC.cpp1223 ObjCCategoryDecl *ObjCMethodDecl::getCategory() { in getCategory() function in ObjCMethodDecl
H A DExprConstant.cpp12677 switch (Val.getCategory()) { in VisitBuiltinCallExpr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp160 BR.getBugType().getCategory() != categories::TaintedData) { in taintOriginTrackerTag()
191 BR.getBugType().getCategory() != categories::TaintedData) { in taintPropagationExplainerTag()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h322 ObjCCategoryDecl *getCategory();
323 const ObjCCategoryDecl *getCategory() const { in getCategory() function
324 return const_cast<ObjCMethodDecl*>(this)->getCategory(); in getCategory()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h842 StringRef getCategory() const { return Category; } in getCategory() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDirectiveEmitter.cpp770 << D.getCategory()->getValueAsString("name") << ";\n"; in GenerateGetDirectiveCategory()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp666 StringRef BugCategory = D.getCategory(); in FinalizeHTML()
H A DBugReporter.cpp1342 BT.getCategory(), R->getUniqueingLocation(), R->getUniqueingDecl(), in generateDiagnosticForBasicReport()
1354 BT.getCategory(), R->getUniqueingLocation(), R->getUniqueingDecl(), in generateEmptyDiagnosticForReport()