Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangBuiltinsEmitter.cpp217 void PrintAttributes(const Record *Builtin, BuiltinType BT, in PrintAttributes()
245 const Record *Builtin, Twine Spelling, BuiltinType BT) { in EmitBuiltinDef()
328 BuiltinType BT = BuiltinType::Builtin; in EmitBuiltin() local
/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp74 RVVType::RVVType(BasicType BT, int Log2LMUL, in RVVType()
922 RVVTypeCache::computeTypes(BasicType BT, int Log2LMUL, unsigned NF, in computeTypes()
936 static uint64_t computeRVVTypeHashValue(BasicType BT, int Log2LMUL, in computeRVVTypeHashValue()
948 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/StaticAnalyzer/Checkers/
H A DCXXDeleteChecker.cpp69 const BugType BT{ member in __anon2fcef0a90111::DeleteWithNonVirtualDtorChecker
79 const BugType BT{this, member in __anon2fcef0a90111::CXXArrayDeleteChecker
H A DPutenvStackArrayChecker.cpp31 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 DMmapWriteExecChecker.cpp35 const BugType BT{this, "W^X check fails, Write Exec prot flags set", member in __anon12c74c3e0111::MmapWriteExecChecker
H A DBoolAssignmentChecker.cpp27 const BugType BT{this, "Assignment of a non-Boolean value"}; member in __anon2e029ca80111::BoolAssignmentChecker
H A DBasicObjCFoundationChecks.cpp103 mutable std::unique_ptr<APIMisuse> BT; member in __anoncdfed0b60211::NilArgChecker
354 mutable std::unique_ptr<APIMisuse> BT; member in __anoncdfed0b60311::CFNumberChecker
543 mutable APIMisuse BT{this, "null passed to CF memory management function"}; member in __anoncdfed0b60411::CFRetainReleaseChecker
604 mutable std::unique_ptr<BugType> BT; member in __anoncdfed0b60511::ClassReleaseChecker
662 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
H A DPointerSubChecker.cpp29 const BugType BT{this, "Pointer subtraction"}; member in __anon3deee12e0111::PointerSubChecker
H A DObjCContainersChecker.cpp33 const BugType BT{this, "CFArray API", categories::CoreFoundationObjectiveC}; member in __anon5c979d570111::ObjCContainersChecker
H A DSetgidSetuidOrderChecker.cpp32 const BugType BT{this, "Possible wrong order of privilege revocation"}; member in __anon7b1d350d0111::SetgidSetuidOrderChecker
H A DMIGChecker.cpp41 BugType BT{this, "Use-after-free (MIG calling convention violation)", member in __anona8c5f9400111::MIGChecker
/freebsd/contrib/llvm-project/clang/lib/AST/
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
528 if (const BuiltinType *BT = pointeeTy->getAs<BuiltinType>()) in matchesType() local
H A DType.cpp1572 const BuiltinType *BT = getTypePtr()->getAs<BuiltinType>(); in UseExcessPrecision() local
2059 if (const auto *BT = dyn_cast<BuiltinType>(CanonicalType)) in isIntegralType() local
2072 if (const auto *BT = dyn_cast<BuiltinType>(CanonicalType)) in isIntegralOrUnscopedEnumerationType() local
2090 if (const auto *BT = dyn_cast<BuiltinType>(CanonicalType)) in isCharType() local
2099 if (const auto *BT = dyn_cast<BuiltinType>(CanonicalType)) in isWideCharType() local
2106 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType)) in isChar8Type() local
2112 if (const auto *BT = dyn_cast<BuiltinType>(CanonicalType)) in isChar16Type() local
2118 if (const auto *BT = dyn_cast<BuiltinType>(CanonicalType)) in isChar32Type() local
2126 const auto *BT = dyn_cast<BuiltinType>(CanonicalType); in isAnyCharacterType() local
2147 if (const auto *BT = dyn_cast<BuiltinType>(CanonicalType)) { in isSignedIntegerType() local
[all …]
H A DScanfFormatString.cpp435 const BuiltinType *BT = PT->getAs<BuiltinType>(); in fixType() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp169 if (const BuiltinType *BT = Ty->getAs<BuiltinType>()) in isPromotableTypeForABI() local
385 const BuiltinType *BT = EltType->getAs<BuiltinType>(); in getParamTypeAlignment() local
646 const BuiltinType *BT = T->getAs<BuiltinType>(); in computeInfo() local
714 if (const BuiltinType *BT = Ty->getAs<BuiltinType>()) in isPromotableTypeForABI() local
758 const BuiltinType *BT = EltType->getAs<BuiltinType>(); in getParamTypeAlignment() local
790 if (const BuiltinType *BT = Ty->getAs<BuiltinType>()) { in isHomogeneousAggregateBaseType() local
H A DMips.cpp160 const BuiltinType *BT = Ty->getAs<BuiltinType>(); in HandleAggregates() local
266 const BuiltinType *BT = b->getType()->getAs<BuiltinType>(); in returnAggregateInRegs() local
H A DSystemZ.cpp159 if (const BuiltinType *BT = Ty->getAs<BuiltinType>()) in isPromotableIntegerTypeForABI() local
186 if (const BuiltinType *BT = Ty->getAs<BuiltinType>()) in isFPArgumentType() 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.cpp79 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/Serialization/
H A DASTCommon.cpp26 serialization::TypeIdxFromBuiltin(const BuiltinType *BT) { in TypeIdxFromBuiltin()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp24 StringRef RefCountBug::bugTypeToName(RefCountBug::RefCountBugKind BT) { in bugTypeToName()
69 RefCountBug::RefCountBug(CheckerNameRef Checker, RefCountBugKind BT) in RefCountBug()
456 const auto &BT = static_cast<const RefCountBug&>(BR.getBugType()); in VisitNode() local

1234