/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CallAndMessageChecker.cpp | 136 void CallAndMessageChecker::emitBadCall(BugType *BT, CheckerContext &C, in emitBadCall() 189 std::unique_ptr<BugType> &BT, const ParmVarDecl *ParamDecl, const char *BD, in uninitRefOrPointer() 286 std::unique_ptr<BugType> &BT, in PreVisitProcessArg() 503 BugType *BT = BT_cxx_delete_undef.get(); in checkCXXDeallocation() local 522 std::unique_ptr<BugType> *BT; in checkArgInitializedness() local 584 BugType *BT = nullptr; in checkPreObjCMessage() local
|
H A D | TaintTesterChecker.cpp | 27 mutable std::unique_ptr<BugType> BT; member in __anon72d7acc50111::TaintTesterChecker
|
H A D | FixedAddressChecker.cpp | 27 mutable std::unique_ptr<BuiltinBug> BT; member in __anon36b1f5240111::FixedAddressChecker
|
H A D | UndefinedArraySubscriptChecker.cpp | 27 mutable std::unique_ptr<BugType> BT; member in __anon5a46f93e0111::UndefinedArraySubscriptChecker
|
H A D | NSAutoreleasePoolChecker.cpp | 34 mutable std::unique_ptr<BugType> BT; member in __anon02d641830111::NSAutoreleasePoolChecker
|
H A D | PointerSubChecker.cpp | 27 mutable std::unique_ptr<BuiltinBug> BT; member in __anon8e71e9390111::PointerSubChecker
|
H A D | ArrayBoundChecker.cpp | 28 mutable std::unique_ptr<BuiltinBug> BT; member in __anonb1aeb6050111::ArrayBoundChecker
|
H A D | ReturnPointerRangeChecker.cpp | 28 mutable std::unique_ptr<BuiltinBug> BT; member in __anon3089effc0111::ReturnPointerRangeChecker
|
H A D | UndefinedAssignmentChecker.cpp | 26 mutable std::unique_ptr<BugType> BT; member in __anonce5b6c790111::UndefinedAssignmentChecker
|
H A D | MmapWriteExecChecker.cpp | 34 mutable std::unique_ptr<BugType> BT; member in __anon3cd35c690111::MmapWriteExecChecker
|
H A D | DivZeroChecker.cpp | 27 mutable std::unique_ptr<BuiltinBug> BT; member in __anon2852ae510111::DivZeroChecker
|
H A D | UndefCapturedBlockVarChecker.cpp | 29 mutable std::unique_ptr<BugType> BT; member in __anond836fb2c0111::UndefCapturedBlockVarChecker
|
H A D | BoolAssignmentChecker.cpp | 25 mutable std::unique_ptr<BuiltinBug> BT; member in __anon9990b2330111::BoolAssignmentChecker
|
H A D | ReturnUndefChecker.cpp | 80 static void emitBug(CheckerContext &C, BuiltinBug &BT, const Expr *RetE, in emitBug()
|
H A D | UndefBranchChecker.cpp | 29 mutable std::unique_ptr<BuiltinBug> BT; member in __anonae1f902e0111::UndefBranchChecker
|
H A D | DeleteWithNonVirtualDtorChecker.cpp | 39 mutable std::unique_ptr<BugType> BT; member in __anon2232f7a80111::DeleteWithNonVirtualDtorChecker
|
H A D | ConversionChecker.cpp | 45 mutable std::unique_ptr<BuiltinBug> BT; member in __anon83a778740111::ConversionChecker
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/plugins/SampleAnalyzer/ |
H A D | MainCallChecker.cpp | 11 mutable std::unique_ptr<BugType> BT; member in __anonf4a6b1b60111::MainCallChecker
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | FormatString.cpp | 354 if (const BuiltinType *BT = argTy->getAs<BuiltinType>()) in matchesType() local 382 if (const BuiltinType *BT = argTy->getAs<BuiltinType>()) in matchesType() local 420 if (const BuiltinType *BT = pointeeTy->getAs<BuiltinType>()) in matchesType() local
|
H A D | Type.cpp | 1916 if (const auto *BT = dyn_cast<BuiltinType>(CanonicalType)) in isIntegralType() local 1929 if (const auto *BT = dyn_cast<BuiltinType>(CanonicalType)) in isIntegralOrUnscopedEnumerationType() local 1947 if (const auto *BT = dyn_cast<BuiltinType>(CanonicalType)) in isCharType() local 1956 if (const auto *BT = dyn_cast<BuiltinType>(CanonicalType)) in isWideCharType() local 1963 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType)) in isChar8Type() local 1969 if (const auto *BT = dyn_cast<BuiltinType>(CanonicalType)) in isChar16Type() local 1975 if (const auto *BT = dyn_cast<BuiltinType>(CanonicalType)) in isChar32Type() local 1983 const auto *BT = dyn_cast<BuiltinType>(CanonicalType); in isAnyCharacterType() local 2004 if (const auto *BT = dyn_cast<BuiltinType>(CanonicalType)) { in isSignedIntegerType() local 2023 if (const auto *BT = dyn_cast<BuiltinType>(CanonicalType)) { in isSignedIntegerOrEnumerationType() local [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/cert/ |
H A D | PutenvWithAutoChecker.cpp | 30 BugType BT{this, "'putenv' function should not be called with auto variables", member in __anone0a3db420111::PutenvWithAutoChecker
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeSymbolEnumerator.cpp | 77 const NativeTypeBuiltin &BT = Parent.getUnderlyingBuiltinType(); in getValue() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.h | 46 BT, enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTCommon.h | 62 if (const BuiltinType *BT = dyn_cast<BuiltinType>(T.getTypePtr())) in MakeTypeID() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ModuleDebugInfoPrinter.cpp | 112 if (auto *BT = dyn_cast<DIBasicType>(T)) { in printModuleDebugInfo() local
|