Home
last modified time | relevance | path

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

123

/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dns_returns_retained_block_return.cpp6 typedef void (^BT) (); typedef
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DTaintTesterChecker.cpp25 mutable std::unique_ptr<BugType> BT; member in __anon6a61842d0111::TaintTesterChecker
H A DNSAutoreleasePoolChecker.cpp35 mutable std::unique_ptr<BugType> BT; member in __anon2bce06eb0111::NSAutoreleasePoolChecker
H A DFixedAddressChecker.cpp28 mutable std::unique_ptr<BuiltinBug> BT; member in __anon1f76b98c0111::FixedAddressChecker
H A DUndefinedArraySubscriptChecker.cpp28 mutable std::unique_ptr<BugType> BT; member in __anonf6e72ca60111::UndefinedArraySubscriptChecker
H A DPointerArithChecker.cpp27 mutable std::unique_ptr<BuiltinBug> BT; member in __anon168aec8f0111::PointerArithChecker
H A DCallAndMessageChecker.cpp91 void CallAndMessageChecker::emitBadCall(BugType *BT, CheckerContext &C, in emitBadCall()
136 std::unique_ptr<BugType> &BT, in uninitRefOrPointer()
187 std::unique_ptr<BugType> &BT, in PreVisitProcessArg()
344 BugType *BT = BT_cxx_delete_undef.get(); in checkPreStmt() local
415 std::unique_ptr<BugType> *BT; in checkPreCall() local
440 BugType *BT = nullptr; in checkPreObjCMessage() local
H A DUndefResultChecker.cpp31 mutable std::unique_ptr<BugType> BT; member in __anon641b9c470111::UndefResultChecker
H A DCastToStructChecker.cpp27 mutable std::unique_ptr<BuiltinBug> BT; member in __anon3eb2d4a90111::CastToStructChecker
H A DPointerSubChecker.cpp28 mutable std::unique_ptr<BuiltinBug> BT; member in __anon76ea73a10111::PointerSubChecker
H A DArrayBoundChecker.cpp28 mutable std::unique_ptr<BuiltinBug> BT; member in __anon9a27406d0111::ArrayBoundChecker
H A DUndefinedAssignmentChecker.cpp27 mutable std::unique_ptr<BugType> BT; member in __anon145a2be10111::UndefinedAssignmentChecker
H A DReturnPointerRangeChecker.cpp28 mutable std::unique_ptr<BuiltinBug> BT; member in __anon787a62640111::ReturnPointerRangeChecker
H A DDivZeroChecker.cpp26 mutable std::unique_ptr<BuiltinBug> BT; member in __anon2e0911b90111::DivZeroChecker
H A DUndefCapturedBlockVarChecker.cpp30 mutable std::unique_ptr<BugType> BT; member in __anon98e334940111::UndefCapturedBlockVarChecker
H A DReturnUndefChecker.cpp81 static void emitBug(CheckerContext &C, BuiltinBug &BT, const Expr *RetE, in emitBug()
H A DUndefBranchChecker.cpp27 mutable std::unique_ptr<BuiltinBug> BT; member in __anona5a967960111::UndefBranchChecker
H A DBoolAssignmentChecker.cpp26 mutable std::unique_ptr<BuiltinBug> BT; member in __anonc698309b0111::BoolAssignmentChecker
H A DCastSizeChecker.cpp26 mutable std::unique_ptr<BuiltinBug> BT; member in __anonac77693c0111::CastSizeChecker
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dns_returns_retained_block_return.m8 typedef void (^BT) (); typedef
/minix3/external/bsd/llvm/dist/clang/examples/analyzer-plugin/
H A DMainCallChecker.cpp11 mutable std::unique_ptr<BugType> BT; member in __anon5236f63c0111::MainCallChecker
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DType.cpp641 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType)) in isIntegralType() local
654 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType)) in isIntegralOrUnscopedEnumerationType() local
671 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType)) in isCharType() local
680 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType)) in isWideCharType() local
687 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType)) in isChar16Type() local
693 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType)) in isChar32Type() local
701 const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType); in isAnyCharacterType() local
721 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType)) { in isSignedIntegerType() local
737 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType)) { in isSignedIntegerOrEnumerationType() local
761 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType)) { in isUnsignedIntegerType() local
[all …]
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTCommon.cpp27 serialization::TypeIdxFromBuiltin(const BuiltinType *BT) { in TypeIdxFromBuiltin()
H A DASTCommon.h54 if (const BuiltinType *BT = dyn_cast<BuiltinType>(T.getTypePtr())) in MakeTypeID() local
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DFormatString.cpp284 if (const BuiltinType *BT = argTy->getAs<BuiltinType>()) in matchesType() local
305 if (const BuiltinType *BT = argTy->getAs<BuiltinType>()) in matchesType() local
339 if (const BuiltinType *BT = pointeeTy->getAs<BuiltinType>()) in matchesType() local

123