/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangBuiltinsEmitter.cpp | 217 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 D | RISCVVIntrinsicUtils.cpp | 74 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 D | MainCallChecker.cpp | 11 mutable std::unique_ptr<BugType> BT; member in __anon6d3d0d6b0111::MainCallChecker
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CXXDeleteChecker.cpp | 69 const BugType BT{ member in __anon2fcef0a90111::DeleteWithNonVirtualDtorChecker 79 const BugType BT{this, member in __anon2fcef0a90111::CXXArrayDeleteChecker
|
H A D | PutenvStackArrayChecker.cpp | 31 BugType BT{this, "'putenv' called with stack-allocated string", member in __anon5da4ee1a0111::PutenvStackArrayChecker
|
H A D | UndefinedNewArraySizeChecker.cpp | 28 BugType BT{this, "Undefined array element count in new[]", member in __anon930dd4390111::UndefinedNewArraySizeChecker
|
H A D | MmapWriteExecChecker.cpp | 35 const BugType BT{this, "W^X check fails, Write Exec prot flags set", member in __anon12c74c3e0111::MmapWriteExecChecker
|
H A D | BoolAssignmentChecker.cpp | 27 const BugType BT{this, "Assignment of a non-Boolean value"}; member in __anon2e029ca80111::BoolAssignmentChecker
|
H A D | BasicObjCFoundationChecks.cpp | 103 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 D | CastSizeChecker.cpp | 27 const BugType BT{this, "Cast region with wrong size."}; member in __anon6c790f890111::CastSizeChecker
|
H A D | PointerSubChecker.cpp | 29 const BugType BT{this, "Pointer subtraction"}; member in __anon3deee12e0111::PointerSubChecker
|
H A D | ObjCContainersChecker.cpp | 33 const BugType BT{this, "CFArray API", categories::CoreFoundationObjectiveC}; member in __anon5c979d570111::ObjCContainersChecker
|
H A D | SetgidSetuidOrderChecker.cpp | 32 const BugType BT{this, "Possible wrong order of privilege revocation"}; member in __anon7b1d350d0111::SetgidSetuidOrderChecker
|
H A D | MIGChecker.cpp | 41 BugType BT{this, "Use-after-free (MIG calling convention violation)", member in __anona8c5f9400111::MIGChecker
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | FormatString.cpp | 362 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 D | Type.cpp | 1572 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 D | ScanfFormatString.cpp | 435 const BuiltinType *BT = PT->getAs<BuiltinType>(); in fixType() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | PPC.cpp | 169 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 D | Mips.cpp | 160 const BuiltinType *BT = Ty->getAs<BuiltinType>(); in HandleAggregates() local 266 const BuiltinType *BT = b->getType()->getAs<BuiltinType>(); in returnAggregateInRegs() local
|
H A D | SystemZ.cpp | 159 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 D | PPCMacroFusion.cpp | 171 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 D | ModuleDebugInfoPrinter.cpp | 79 if (auto *BT = dyn_cast<DIBasicType>(T)) { in printModuleDebugInfo() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeSymbolEnumerator.cpp | 77 const NativeTypeBuiltin &BT = Parent.getUnderlyingBuiltinType(); in getValue() local
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTCommon.cpp | 26 serialization::TypeIdxFromBuiltin(const BuiltinType *BT) { in TypeIdxFromBuiltin()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountDiagnostics.cpp | 24 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
|