Home
last modified time | relevance | path

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

12345

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp136 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 DTaintTesterChecker.cpp27 mutable std::unique_ptr<BugType> BT; member in __anon72d7acc50111::TaintTesterChecker
H A DFixedAddressChecker.cpp27 mutable std::unique_ptr<BuiltinBug> BT; member in __anon36b1f5240111::FixedAddressChecker
H A DUndefinedArraySubscriptChecker.cpp27 mutable std::unique_ptr<BugType> BT; member in __anon5a46f93e0111::UndefinedArraySubscriptChecker
H A DNSAutoreleasePoolChecker.cpp34 mutable std::unique_ptr<BugType> BT; member in __anon02d641830111::NSAutoreleasePoolChecker
H A DPointerSubChecker.cpp27 mutable std::unique_ptr<BuiltinBug> BT; member in __anon8e71e9390111::PointerSubChecker
H A DArrayBoundChecker.cpp28 mutable std::unique_ptr<BuiltinBug> BT; member in __anonb1aeb6050111::ArrayBoundChecker
H A DReturnPointerRangeChecker.cpp28 mutable std::unique_ptr<BuiltinBug> BT; member in __anon3089effc0111::ReturnPointerRangeChecker
H A DUndefinedAssignmentChecker.cpp26 mutable std::unique_ptr<BugType> BT; member in __anonce5b6c790111::UndefinedAssignmentChecker
H A DMmapWriteExecChecker.cpp34 mutable std::unique_ptr<BugType> BT; member in __anon3cd35c690111::MmapWriteExecChecker
H A DDivZeroChecker.cpp27 mutable std::unique_ptr<BuiltinBug> BT; member in __anon2852ae510111::DivZeroChecker
H A DUndefCapturedBlockVarChecker.cpp29 mutable std::unique_ptr<BugType> BT; member in __anond836fb2c0111::UndefCapturedBlockVarChecker
H A DBoolAssignmentChecker.cpp25 mutable std::unique_ptr<BuiltinBug> BT; member in __anon9990b2330111::BoolAssignmentChecker
H A DReturnUndefChecker.cpp80 static void emitBug(CheckerContext &C, BuiltinBug &BT, const Expr *RetE, in emitBug()
H A DUndefBranchChecker.cpp29 mutable std::unique_ptr<BuiltinBug> BT; member in __anonae1f902e0111::UndefBranchChecker
H A DDeleteWithNonVirtualDtorChecker.cpp39 mutable std::unique_ptr<BugType> BT; member in __anon2232f7a80111::DeleteWithNonVirtualDtorChecker
H A DConversionChecker.cpp45 mutable std::unique_ptr<BuiltinBug> BT; member in __anon83a778740111::ConversionChecker
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/plugins/SampleAnalyzer/
H A DMainCallChecker.cpp11 mutable std::unique_ptr<BugType> BT; member in __anonf4a6b1b60111::MainCallChecker
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DFormatString.cpp354 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 DType.cpp1916 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 DPutenvWithAutoChecker.cpp30 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 DNativeSymbolEnumerator.cpp77 const NativeTypeBuiltin &BT = Parent.getUnderlyingBuiltinType(); in getValue() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kISelLowering.h46 BT, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTCommon.h62 if (const BuiltinType *BT = dyn_cast<BuiltinType>(T.getTypePtr())) in MakeTypeID() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp112 if (auto *BT = dyn_cast<DIBasicType>(T)) { in printModuleDebugInfo() local

12345