/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CallAndMessageChecker.cpp | 135 void CallAndMessageChecker::emitBadCall(BugType *BT, CheckerContext &C, in emitBadCall() 188 std::unique_ptr<BugType> &BT, const ParmVarDecl *ParamDecl, const char *BD, in uninitRefOrPointer() 285 std::unique_ptr<BugType> &BT, in PreVisitProcessArg() 521 std::unique_ptr<BugType> *BT; in checkArgInitializedness() local 583 BugType *BT = nullptr; in checkPreObjCMessage() local
|
H A D | TaintTesterChecker.cpp | 26 const BugType BT{this, "Tainted data", "General"}; member in __anon874f81ec0111::TaintTesterChecker
|
H A D | CXXDeleteChecker.cpp | 69 const BugType BT{ member in __anon151e02bb0111::DeleteWithNonVirtualDtorChecker 79 const BugType BT{this, member in __anon151e02bb0111::CXXArrayDeleteChecker
|
H A D | NSAutoreleasePoolChecker.cpp | 34 const BugType BT{this, "Use -drain instead of -release", member in __anon433917ea0111::NSAutoreleasePoolChecker
|
H A D | UndefinedArraySubscriptChecker.cpp | 27 const BugType BT{this, "Array subscript is undefined"}; member in __anon03a0c0e50111::UndefinedArraySubscriptChecker
|
H A D | FixedAddressChecker.cpp | 27 const BugType BT{this, "Use fixed address"}; member in __anonda246f2b0111::FixedAddressChecker
|
H A D | PointerSubChecker.cpp | 28 const BugType BT{this, "Pointer subtraction"}; global() member in __anoncd2035800111::PointerSubChecker
|
H A D | ArrayBoundChecker.cpp | 28 const BugType BT{this, "Out-of-bound array access"}; member in __anonf05d024c0111::ArrayBoundChecker
|
H A D | UndefinedNewArraySizeChecker.cpp | 28 BugType BT{this, "Undefined array element count in new[]", member in __anon2a36914b0111::UndefinedNewArraySizeChecker
|
H A D | UndefinedAssignmentChecker.cpp | 26 const BugType BT{this, "Assigned value is garbage or undefined"}; member in __anonb2cd78a00111::UndefinedAssignmentChecker
|
H A D | MmapWriteExecChecker.cpp | 35 const BugType BT{this, "W^X check fails, Write Exec prot flags set", member in __anon4e9517500111::MmapWriteExecChecker
|
H A D | UndefCapturedBlockVarChecker.cpp | 30 const BugType BT{this, "uninitialized variable captured by block"}; member in __anona15cad130111::UndefCapturedBlockVarChecker
|
H A D | ReturnPointerRangeChecker.cpp | 31 const BugType BT{this, "Buffer overflow"}; member in __anon7d4793430111::ReturnPointerRangeChecker
|
H A D | UndefResultChecker.cpp | 31 const BugType BT{this, "Result of operation is garbage or undefined"}; member in __anon81099a060111::UndefResultChecker
|
H A D | UndefBranchChecker.cpp | 30 const BugType BT{this, "Branch condition evaluates to a garbage value"}; member in __anonc29765550111::UndefBranchChecker
|
H A D | ReturnUndefChecker.cpp | 80 static void emitBug(CheckerContext &C, const BugType &BT, StringRef Msg, in emitBug()
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/plugins/SampleAnalyzer/ |
H A D | MainCallChecker.cpp | 11 mutable std::unique_ptr<BugType> BT; member in __anona144d73d0111::MainCallChecker
|
/freebsd-src/contrib/llvm-project/clang/lib/Support/ |
H A D | RISCVVIntrinsicUtils.cpp | 74 RVVType::RVVType(BasicType BT, int Log2LMUL, in RVVType() argument 922 RVVTypeCache::computeTypes(BasicType BT, int Log2LMUL, unsigned NF, in computeTypes() argument 936 static uint64_t computeRVVTypeHashValue(BasicType BT, int Log2LMUL, in computeRVVTypeHashValue() argument 948 std::optional<RVVTypePtr> RVVTypeCache::computeType(BasicType BT, in argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | PPC.cpp | 168 if (const BuiltinType *BT = Ty->getAs<BuiltinType>()) isPromotableTypeForABI() local 329 const BuiltinType *BT = EltType->getAs<BuiltinType>(); getParamTypeAlignment() local 589 const BuiltinType *BT = T->getAs<BuiltinType>(); computeInfo() local 657 if (const BuiltinType *BT = Ty->getAs<BuiltinType>()) isPromotableTypeForABI() local 701 const BuiltinType *BT = EltType->getAs<BuiltinType>(); getParamTypeAlignment() local 733 if (const BuiltinType *BT = Ty->getAs<BuiltinType>()) { isHomogeneousAggregateBaseType() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/ |
H A D | PutenvWithAutoChecker.cpp |
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | FormatString.cpp | 362 if (const auto *BT = argTy->getAs<BuiltinType>()) { in matchesType() local 410 if (const auto *BT = argTy->getAs<BuiltinType>()) { matchesType() local 515 if (const BuiltinType *BT = pointeeTy->getAs<BuiltinType>()) matchesType() local
|
H A D | Type.cpp | 1510 const BuiltinType *BT = getTypePtr()->getAs<BuiltinType>(); UseExcessPrecision() local 1996 if (const auto *BT = dyn_cast<BuiltinType>(CanonicalType)) isIntegralType() local 2009 if (const auto *BT = dyn_cast<BuiltinType>(CanonicalType)) isIntegralOrUnscopedEnumerationType() local 2027 if (const auto *BT = dyn_cast<BuiltinType>(CanonicalType)) isCharType() local 2036 if (const auto *BT = dyn_cast<BuiltinType>(CanonicalType)) isWideCharType() local 2043 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType)) isChar8Type() local 2049 if (const auto *BT = dyn_cast<BuiltinType>(CanonicalType)) isChar16Type() local 2055 if (const auto *BT = dyn_cast<BuiltinType>(CanonicalType)) isChar32Type() local 2063 const auto *BT = dyn_cast<BuiltinType>(CanonicalType); isAnyCharacterType() local 2084 if (const auto *BT = dyn_cast<BuiltinType>(CanonicalType)) { isSignedIntegerType() local 2105 if (const auto *BT = dyn_cast<BuiltinType>(CanonicalType)) { isSignedIntegerOrEnumerationType() local 2134 if (const auto *BT = dyn_cast<BuiltinType>(CanonicalType)) { isUnsignedIntegerType() local 2155 if (const auto *BT = dyn_cast<BuiltinType>(CanonicalType)) { isUnsignedIntegerOrEnumerationType() local 2187 if (const auto *BT = dyn_cast<BuiltinType>(CanonicalType)) isFloatingType() local 2204 if (const auto *BT = dyn_cast<BuiltinType>(CanonicalType)) isRealFloatingType() local 2210 if (const auto *BT = dyn_cast<BuiltinType>(CanonicalType)) isRealType() local 2219 if (const auto *BT = dyn_cast<BuiltinType>(CanonicalType)) isArithmeticType() local 2237 if (const auto *BT = dyn_cast<BuiltinType>(T)) { getScalarTypeKind() local 2374 if (const BuiltinType *BT = getAs<BuiltinType>()) { isSizelessBuiltinType() local 2388 if (const auto *BT = getAs<BuiltinType>()) isWebAssemblyExternrefType() local 2410 if (const BuiltinType *BT = getAs<BuiltinType>()) { isSVESizelessBuiltinType() local 2424 if (const BuiltinType *BT = getAs<BuiltinType>()) { isRVVSizelessBuiltinType() local 2437 if (const BuiltinType *BT = getAs<BuiltinType>()) { isSveVLSBuiltinType() local 2476 if (const BuiltinType *BT = getAs<BuiltinType>()) { isRVVVLSBuiltinType() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCMacroFusion.cpp | 171 const MachineOperand &BT = SecondMI.getOperand(0); in checkOpConstraints() local 182 const MachineOperand &BT = SecondMI.getOperand(0); in checkOpConstraints() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ModuleDebugInfoPrinter.cpp | 79 if (auto *BT = dyn_cast<DIBasicType>(T)) { in printModuleDebugInfo() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeSymbolEnumerator.cpp | 77 const NativeTypeBuiltin &BT = Parent.getUnderlyingBuiltinType(); in getValue() local
|