Home
last modified time | relevance | path

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

12345

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DMemoryUnsafeCastChecker.cpp32 BugType BT{this, "Unsafe cast", "WebKit coding guidelines"}; member in __anonecdce49e0111::MemoryUnsafeCastChecker
43 const BugType &BT) { in emitDiagnostics()
63 const BugType &BT) { in emitDiagnosticsUnrelated()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangBuiltinsEmitter.cpp54 BuiltinType BT; member
375 std::string renderAttributes(const Record *Builtin, BuiltinType BT) { in renderAttributes()
410 Twine Spelling, BuiltinType BT) { in buildBuiltin()
459 BuiltinType BT = BuiltinType::Builtin; in collectBuiltins() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp133 void CallAndMessageChecker::emitBadCall(BugType *BT, CheckerContext &C, in emitBadCall()
186 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 DCXXDeleteChecker.cpp65 const BugType BT{ member in __anon2fcef0a90111::DeleteWithNonVirtualDtorChecker
75 const BugType BT{this, member in __anon2fcef0a90111::CXXArrayDeleteChecker
H A DFixedAddressChecker.cpp27 const BugType BT{this, "Use fixed address"}; member in __anonb94cbe590111::FixedAddressChecker
H A DPutenvStackArrayChecker.cpp30 BugType BT{this, "'putenv' called with stack-allocated string", member in __anon5da4ee1a0111::PutenvStackArrayChecker
H A DUndefinedNewArraySizeChecker.cpp28 BugType BT{this, "Undefined array element count in new[]", member in __anon930dd4390111::UndefinedNewArraySizeChecker
H A DUndefinedAssignmentChecker.cpp26 const BugType BT{this, "Assigned value is uninitialized"}; member in __anonb97b280e0111::UndefinedAssignmentChecker
H A DUndefResultChecker.cpp30 const BugType BT{this, "Result of operation is garbage or undefined"}; member in __anon0badbb740111::UndefResultChecker
H A DMmapWriteExecChecker.cpp33 const BugType BT{this, "W^X check fails, Write Exec prot flags set", member in __anon12c74c3e0111::MmapWriteExecChecker
H A DPointerSubChecker.cpp29 const BugType BT{this, "Pointer subtraction"}; member in __anon3deee12e0111::PointerSubChecker
H A DBoolAssignmentChecker.cpp27 const BugType BT{this, "Assignment of a non-Boolean value"}; member in __anon2e029ca80111::BoolAssignmentChecker
H A DBitwiseShiftChecker.cpp55 const BugType &BT; member in __anon1c4322b80111::BitwiseShiftValidator
346 BugType BT{this, "Bitwise shift", "Suspicious operation"}; member in BitwiseShiftChecker
H A DBasicObjCFoundationChecks.cpp102 mutable std::unique_ptr<APIMisuse> BT; member in __anoncdfed0b60211::NilArgChecker
353 mutable std::unique_ptr<APIMisuse> BT; member in __anoncdfed0b60311::CFNumberChecker
542 mutable APIMisuse BT{this, "null passed to CF memory management function"}; member in __anoncdfed0b60411::CFRetainReleaseChecker
603 mutable std::unique_ptr<BugType> BT; member in __anoncdfed0b60511::ClassReleaseChecker
661 mutable std::unique_ptr<BugType> BT; member in __anoncdfed0b60611::VariadicMethodTypeChecker
H A DCastSizeChecker.cpp27 const BugType BT{this, "Cast region with wrong size."}; member in __anon6c790f890111::CastSizeChecker
/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp71 RVVType::RVVType(BasicType BT, int Log2LMUL, in RVVType()
919 RVVTypeCache::computeTypes(BasicType BT, int Log2LMUL, unsigned NF, in computeTypes()
933 static uint64_t computeRVVTypeHashValue(BasicType BT, int Log2LMUL, in computeRVVTypeHashValue()
945 std::optional<RVVTypePtr> RVVTypeCache::computeType(BasicType BT, int Log2LMUL, in computeType()
/freebsd/contrib/llvm-project/clang/lib/Analysis/plugins/SampleAnalyzer/
H A DMainCallChecker.cpp11 mutable std::unique_ptr<BugType> BT; member in __anon6d3d0d6b0111::MainCallChecker
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp169 if (const BuiltinType *BT = Ty->getAs<BuiltinType>()) in isPromotableTypeForABI() local
389 const BuiltinType *BT = EltType->getAs<BuiltinType>(); in getParamTypeAlignment() local
650 const BuiltinType *BT = T->getAs<BuiltinType>(); in computeInfo() local
718 if (const BuiltinType *BT = Ty->getAs<BuiltinType>()) in isPromotableTypeForABI() local
762 const BuiltinType *BT = EltType->getAs<BuiltinType>(); in getParamTypeAlignment() local
794 if (const BuiltinType *BT = Ty->getAs<BuiltinType>()) { in isHomogeneousAggregateBaseType() local
H A DMips.cpp177 const BuiltinType *BT = Ty->getAs<BuiltinType>(); in HandleAggregates() local
284 const BuiltinType *BT = b->getType()->getAs<BuiltinType>(); in returnAggregateInRegs() local
/freebsd/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/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp77 if (auto *BT = dyn_cast<DIBasicType>(T)) { in printModuleDebugInfo() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSymbolEnumerator.cpp77 const NativeTypeBuiltin &BT = Parent.getUnderlyingBuiltinType(); in getValue() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1618 const BuiltinType *BT = getTypePtr()->getAs<BuiltinType>(); in UseExcessPrecision() local
2111 if (const auto *BT = dyn_cast<BuiltinType>(CanonicalType)) in isIntegralType() local
2123 if (const auto *BT = dyn_cast<BuiltinType>(CanonicalType)) in isIntegralOrUnscopedEnumerationType() local
2140 if (const auto *BT = dyn_cast<BuiltinType>(CanonicalType)) in isCharType() local
2149 if (const auto *BT = dyn_cast<BuiltinType>(CanonicalType)) in isWideCharType() local
2156 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType)) in isChar8Type() local
2162 if (const auto *BT = dyn_cast<BuiltinType>(CanonicalType)) in isChar16Type() local
2168 if (const auto *BT = dyn_cast<BuiltinType>(CanonicalType)) in isChar32Type() local
2176 const auto *BT = dyn_cast<BuiltinType>(CanonicalType); in isAnyCharacterType() local
2196 const auto *BT = dyn_cast<BuiltinType>(CanonicalType); in isUnicodeCharacterType() local
[all …]
H A DFormatString.cpp362 if (const auto *BT = argTy->getAs<BuiltinType>()) { in matchesType() local
414 if (const auto *BT = argTy->getAs<BuiltinType>()) { in matchesType() local
H A DScanfFormatString.cpp435 const BuiltinType *BT = PT->getAs<BuiltinType>(); in fixType() local

12345