| /external/clang/test/SemaCXX/ |
| D | ns_returns_retained_block_return.cpp | 6 typedef void (^BT) (); typedef
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| D | CallAndMessageChecker.cpp | 91 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
|
| D | NSAutoreleasePoolChecker.cpp | 35 mutable std::unique_ptr<BugType> BT; member in __anond953b6f10111::NSAutoreleasePoolChecker
|
| D | TaintTesterChecker.cpp | 25 mutable std::unique_ptr<BugType> BT; member in __anoneffd27b30111::TaintTesterChecker
|
| D | UndefinedArraySubscriptChecker.cpp | 28 mutable std::unique_ptr<BugType> BT; member in __anoncbce492c0111::UndefinedArraySubscriptChecker
|
| D | FixedAddressChecker.cpp | 28 mutable std::unique_ptr<BuiltinBug> BT; member in __anon5886cdd20111::FixedAddressChecker
|
| D | PointerArithChecker.cpp | 27 mutable std::unique_ptr<BuiltinBug> BT; member in __anon4f9b00d50111::PointerArithChecker
|
| D | UndefResultChecker.cpp | 31 mutable std::unique_ptr<BugType> BT; member in __anone9b73fcd0111::UndefResultChecker
|
| D | PointerSubChecker.cpp | 28 mutable std::unique_ptr<BuiltinBug> BT; member in __anon923cbe670111::PointerSubChecker
|
| D | CastToStructChecker.cpp | 27 mutable std::unique_ptr<BuiltinBug> BT; member in __anon77c2e8ef0111::CastToStructChecker
|
| D | ArrayBoundChecker.cpp | 28 mutable std::unique_ptr<BuiltinBug> BT; member in __anonb5798b330111::ArrayBoundChecker
|
| D | ReturnPointerRangeChecker.cpp | 28 mutable std::unique_ptr<BuiltinBug> BT; member in __anond6b6132a0111::ReturnPointerRangeChecker
|
| D | UndefinedAssignmentChecker.cpp | 27 mutable std::unique_ptr<BugType> BT; member in __anon3a0bf5670111::UndefinedAssignmentChecker
|
| D | DivZeroChecker.cpp | 26 mutable std::unique_ptr<BuiltinBug> BT; member in __anone943e23f0111::DivZeroChecker
|
| D | UndefCapturedBlockVarChecker.cpp | 30 mutable std::unique_ptr<BugType> BT; member in __anonf22d779a0111::UndefCapturedBlockVarChecker
|
| D | ReturnUndefChecker.cpp | 81 static void emitBug(CheckerContext &C, BuiltinBug &BT, const Expr *RetE, in emitBug()
|
| D | UndefBranchChecker.cpp | 27 mutable std::unique_ptr<BuiltinBug> BT; member in __anon2b450b1c0111::UndefBranchChecker
|
| D | BoolAssignmentChecker.cpp | 26 mutable std::unique_ptr<BuiltinBug> BT; member in __anon83fe6e610111::BoolAssignmentChecker
|
| D | CastSizeChecker.cpp | 26 mutable std::unique_ptr<BuiltinBug> BT; member in __anoncf0c4a820111::CastSizeChecker
|
| /external/clang/lib/AST/ |
| D | Type.cpp | 637 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType)) in isIntegralType() local 650 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType)) in isIntegralOrUnscopedEnumerationType() local 667 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType)) in isCharType() local 676 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType)) in isWideCharType() local 683 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType)) in isChar16Type() local 689 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType)) in isChar32Type() local 697 const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType); in isAnyCharacterType() local 717 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType)) { in isSignedIntegerType() local 733 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType)) { in isSignedIntegerOrEnumerationType() local 757 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType)) { in isUnsignedIntegerType() local [all …]
|
| /external/clang/lib/Analysis/ |
| D | FormatString.cpp | 282 if (const BuiltinType *BT = argTy->getAs<BuiltinType>()) in matchesType() local 303 if (const BuiltinType *BT = argTy->getAs<BuiltinType>()) in matchesType() local 337 if (const BuiltinType *BT = pointeeTy->getAs<BuiltinType>()) in matchesType() local
|
| /external/clang/examples/analyzer-plugin/ |
| D | MainCallChecker.cpp | 11 mutable std::unique_ptr<BugType> BT; member in __anonc157ed420111::MainCallChecker
|
| /external/clang/test/SemaObjC/ |
| D | ns_returns_retained_block_return.m | 8 typedef void (^BT) (); typedef
|
| /external/clang/lib/Serialization/ |
| D | ASTCommon.cpp | 26 serialization::TypeIdxFromBuiltin(const BuiltinType *BT) { in TypeIdxFromBuiltin()
|
| D | ASTCommon.h | 53 if (const BuiltinType *BT = dyn_cast<BuiltinType>(T.getTypePtr())) in MakeTypeID() local
|