Searched defs:BT (Results 26 - 50 of 60) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVforkChecker.cpp46 mutable std::unique_ptr<BuiltinBug> BT; member in class:__anon2325::VforkChecker
H A DArrayBoundCheckerV2.cpp34 mutable std::unique_ptr<BuiltinBug> BT; member in class:__anon2163::ArrayBoundCheckerV2
H A DExprInspectionChecker.cpp27 mutable std::unique_ptr<BugType> BT; member in class:__anon2225::ExprInspectionChecker
H A DObjCSelfInitChecker.cpp64 mutable std::unique_ptr<BugType> BT; member in class:__anon2282::ObjCSelfInitChecker
H A DUnixAPIChecker.cpp92 LazyInitialize(const CheckerBase *Checker, std::unique_ptr<BugType> &BT, const char *name) argument
H A DVLASizeChecker.cpp36 mutable std::unique_ptr<BugType> BT; member in class:__anon2323::VLASizeChecker
H A DVirtualCallChecker.cpp144 const std::unique_ptr<BugType> &BT = IsPure ? BT_Pure : BT_Impure; local
H A DLocalizationChecker.cpp63 mutable std::unique_ptr<BugType> BT; member in class:__anon2247::NonLocalizedStringChecker
H A DCallAndMessageChecker.cpp136 void CallAndMessageChecker::emitBadCall(BugType *BT, CheckerContext &C, argument
187 uninitRefOrPointer( CheckerContext &C, const SVal &V, SourceRange ArgRange, const Expr *ArgEx, std::unique_ptr<BugType> &BT, const ParmVarDecl *ParamDecl, const char *BD, int ArgumentNumber) const argument
279 PreVisitProcessArg(CheckerContext &C, SVal V, SourceRange ArgRange, const Expr *ArgEx, int ArgumentNumber, bool CheckUninitFields, const CallEvent &Call, std::unique_ptr<BugType> &BT, const ParmVarDecl *ParamDecl ) const argument
503 BugType *BT = BT_cxx_delete_undef.get(); local
522 std::unique_ptr<BugType> *BT; local
584 BugType *BT = nullptr; local
[all...]
H A DMacOSKeychainAPIChecker.cpp34 mutable std::unique_ptr<BugType> BT; member in class:__anon2250::MacOSKeychainAPIChecker
H A DGenericTaintChecker.cpp97 mutable std::unique_ptr<BugType> BT; member in class:__anon2231::GenericTaintChecker
H A DMoveChecker.cpp205 mutable std::unique_ptr<BugType> BT; member in class:__anon2263::MoveChecker
H A DNullabilityChecker.cpp169 const std::unique_ptr<BugType> &BT = getBugType(CK); local
H A DBasicObjCFoundationChecks.cpp99 mutable std::unique_ptr<APIMisuse> BT; member in class:__anon2165::NilArgChecker
343 mutable std::unique_ptr<APIMisuse> BT; member in class:__anon2166::CFNumberChecker
599 mutable std::unique_ptr<BugType> BT; member in class:__anon2168::ClassReleaseChecker
657 mutable std::unique_ptr<BugType> BT; member in class:__anon2169::VariadicMethodTypeChecker
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp379 const BuiltinType *BT = T->getAs<BuiltinType>(); local
H A DPrintfFormatString.cpp730 const BuiltinType *BT = QT->getAs<BuiltinType>(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp285 const BitTracker &BT; member in struct:__anon4125::CellMapShadow
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp260 auto BT = static_cast<WebAssembly::BlockType>(MO.getImm()); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp101 BranchType BT = analyzeBranch(MBB, TBB, FBB, Cond, AllowModify, BranchInstrs); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp21 StringRef RefCountBug::bugTypeToName(RefCountBug::RefCountBugKind BT) { argument
66 RefCountBug::RefCountBug(CheckerNameRef Checker, RefCountBugKind BT) argument
456 const auto &BT local
[all...]
H A DRetainCountChecker.cpp1323 const RefCountBug &BT = Pred ? *LeakWithinFunction : *LeakAtReturn; local
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp809 Intrinsic(StringRef Name, StringRef Proto, uint64_t MergeTy, StringRef MergeSuffix, uint64_t MemoryElementTy, StringRef LLVMName, uint64_t Flags, ArrayRef<ImmCheck> Checks, TypeSpec BT, ClassKind Class, SVEEmitter &Emitter, StringRef Guard) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h130 const BugType& BT; member in class:clang::ento::BugReport
141 BugReport(Kind K, const BugType &BT, StringRef ShortDescription, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp550 auto BT = parseBlockType(Id.getString()); variable
433 addBlockTypeOperand(OperandVector &Operands, SMLoc NameLoc, WebAssembly::BlockType BT) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2245 Value *BT = Builder.CreateSExt(B, NewTy); local

Completed in 292 milliseconds

123