Home
last modified time | relevance | path

Searched defs:BT (Results 1 – 25 of 105) sorted by relevance

12345

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp135 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 DTaintTesterChecker.cpp26 const BugType BT{this, "Tainted data", "General"}; member in __anon874f81ec0111::TaintTesterChecker
H A DCXXDeleteChecker.cpp69 const BugType BT{ member in __anon151e02bb0111::DeleteWithNonVirtualDtorChecker
79 const BugType BT{this, member in __anon151e02bb0111::CXXArrayDeleteChecker
H A DNSAutoreleasePoolChecker.cpp34 const BugType BT{this, "Use -drain instead of -release", member in __anon433917ea0111::NSAutoreleasePoolChecker
H A DUndefinedArraySubscriptChecker.cpp27 const BugType BT{this, "Array subscript is undefined"}; member in __anon03a0c0e50111::UndefinedArraySubscriptChecker
H A DFixedAddressChecker.cpp27 const BugType BT{this, "Use fixed address"}; member in __anonda246f2b0111::FixedAddressChecker
H A DPointerSubChecker.cpp28 const BugType BT{this, "Pointer subtraction"}; global() member in __anoncd2035800111::PointerSubChecker
H A DArrayBoundChecker.cpp28 const BugType BT{this, "Out-of-bound array access"}; member in __anonf05d024c0111::ArrayBoundChecker
H A DUndefinedNewArraySizeChecker.cpp28 BugType BT{this, "Undefined array element count in new[]", member in __anon2a36914b0111::UndefinedNewArraySizeChecker
H A DUndefinedAssignmentChecker.cpp26 const BugType BT{this, "Assigned value is garbage or undefined"}; member in __anonb2cd78a00111::UndefinedAssignmentChecker
H A DMmapWriteExecChecker.cpp35 const BugType BT{this, "W^X check fails, Write Exec prot flags set", member in __anon4e9517500111::MmapWriteExecChecker
H A DUndefCapturedBlockVarChecker.cpp30 const BugType BT{this, "uninitialized variable captured by block"}; member in __anona15cad130111::UndefCapturedBlockVarChecker
H A DReturnPointerRangeChecker.cpp31 const BugType BT{this, "Buffer overflow"}; member in __anon7d4793430111::ReturnPointerRangeChecker
H A DUndefResultChecker.cpp31 const BugType BT{this, "Result of operation is garbage or undefined"}; member in __anon81099a060111::UndefResultChecker
H A DUndefBranchChecker.cpp30 const BugType BT{this, "Branch condition evaluates to a garbage value"}; member in __anonc29765550111::UndefBranchChecker
H A DReturnUndefChecker.cpp80 static void emitBug(CheckerContext &C, const BugType &BT, StringRef Msg, in emitBug()
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/plugins/SampleAnalyzer/
H A DMainCallChecker.cpp11 mutable std::unique_ptr<BugType> BT; member in __anona144d73d0111::MainCallChecker
/freebsd-src/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp74 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 DPPC.cpp168 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 DPutenvWithAutoChecker.cpp
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp362 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 DType.cpp1510 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 DPPCMacroFusion.cpp171 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 DModuleDebugInfoPrinter.cpp79 if (auto *BT = dyn_cast<DIBasicType>(T)) { in printModuleDebugInfo() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSymbolEnumerator.cpp77 const NativeTypeBuiltin &BT = Parent.getUnderlyingBuiltinType(); in getValue() local

12345