/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CallAndMessageChecker.cpp | 98 void CallAndMessageChecker::emitBadCall(BugType *BT, CheckerContext &C, in emitBadCall() 143 std::unique_ptr<BugType> &BT, in uninitRefOrPointer() 194 std::unique_ptr<BugType> &BT, in PreVisitProcessArg() 351 BugType *BT = BT_cxx_delete_undef.get(); in checkPreStmt() local 422 std::unique_ptr<BugType> *BT; in checkPreCall() local 447 BugType *BT = nullptr; in checkPreObjCMessage() local
|
H A D | BasicObjCFoundationChecks.cpp | 99 mutable std::unique_ptr<APIMisuse> BT; member in __anon567d094e0211::NilArgChecker 344 mutable std::unique_ptr<APIMisuse> BT; member in __anon567d094e0311::CFNumberCreateChecker 530 mutable std::unique_ptr<APIMisuse> BT; member in __anon567d094e0411::CFRetainReleaseChecker 628 mutable std::unique_ptr<BugType> BT; member in __anon567d094e0511::ClassReleaseChecker 686 mutable std::unique_ptr<BugType> BT; member in __anon567d094e0611::VariadicMethodTypeChecker
|
H A D | NSAutoreleasePoolChecker.cpp | 35 mutable std::unique_ptr<BugType> BT; member in __anon3d0599700111::NSAutoreleasePoolChecker
|
H A D | TaintTesterChecker.cpp | 25 mutable std::unique_ptr<BugType> BT; member in __anon46d2d6f20111::TaintTesterChecker
|
H A D | UndefinedArraySubscriptChecker.cpp | 28 mutable std::unique_ptr<BugType> BT; member in __anon8a05ceeb0111::UndefinedArraySubscriptChecker
|
H A D | FixedAddressChecker.cpp | 28 mutable std::unique_ptr<BuiltinBug> BT; member in __anon8a1264f10111::FixedAddressChecker
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | Type.cpp | 1626 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType)) in isIntegralType() local 1640 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType)) in isIntegralOrUnscopedEnumerationType() local 1657 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType)) in isCharType() local 1666 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType)) in isWideCharType() local 1673 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType)) in isChar16Type() local 1679 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType)) in isChar32Type() local 1687 const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType); in isAnyCharacterType() local 1707 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType)) { in isSignedIntegerType() local 1723 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType)) { in isSignedIntegerOrEnumerationType() local 1747 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType)) { in isUnsignedIntegerType() local [all …]
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | encoder_utils.h | 130 #define HIGHBD_BFP(BT, SDF, SDAF, VF, SVF, SVAF, SDX4DF, SDX3DF, JSDAF, JSVAF) \ argument 354 #define HIGHBD_MBFP(BT, MCSDF, MCSVF) \ in MAKE_BFP_SADAVG_WRAPPER() argument 415 #define HIGHBD_SDSFP(BT, SDSF, SDSX4DF) \ argument 516 #define HIGHBD_OBFP(BT, OSDF, OVF, OSVF) \ argument
|
/aosp_15_r20/external/clang/lib/Analysis/ |
H A D | FormatString.cpp | 316 if (const BuiltinType *BT = argTy->getAs<BuiltinType>()) in matchesType() local 337 if (const BuiltinType *BT = argTy->getAs<BuiltinType>()) in matchesType() local 372 if (const BuiltinType *BT = pointeeTy->getAs<BuiltinType>()) in matchesType() local
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/ |
H A D | TransposeConvolution2dEndToEndTestImpl.hpp | 132 using BT = ResolveType<ArmnnBType>; in TransposeConvolution2dEndToEnd() typedef 201 using BT = ResolveType<ArmnnBType>; in SimpleTransposeConvolution2dEndToEnd() typedef
|
/aosp_15_r20/frameworks/compile/slang/ |
D | slang_rs_export_type.cpp | 275 const clang::BuiltinType *BT = static_cast<const clang::BuiltinType*>(CTI); in TypeExportableHelper() local 761 const clang::BuiltinType *BT = static_cast<const clang::BuiltinType*>(CTI); in GetTypeName() local 1117 const clang::BuiltinType *BT = in GetDataType() local 1309 const clang::BuiltinType *BT = in GetTypeName() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
H A D | PPCMacroFusion.cpp | 171 const MachineOperand &BT = SecondMI.getOperand(0); in checkOpConstraints() local 182 const MachineOperand &BT = SecondMI.getOperand(0); in checkOpConstraints() local
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | TargetInfo.cpp | 843 if (const BuiltinType *BT = Ty->getAs<BuiltinType>()) { in isX86VectorTypeForVectorCall() local 1390 if (const BuiltinType *BT = T->getAs<BuiltinType>()) { in classify() local 2332 if (const BuiltinType *BT = Ty->getAs<BuiltinType>()) { in classify() local 3620 const BuiltinType *BT = Ty->getAs<BuiltinType>(); in classify() local 3948 const BuiltinType *BT = T->getAs<BuiltinType>(); in computeInfo() local 4010 if (const BuiltinType *BT = Ty->getAs<BuiltinType>()) in isPromotableTypeForABI() local 4045 const BuiltinType *BT = EltType->getAs<BuiltinType>(); in getParamTypeAlignment() local 4185 if (const BuiltinType *BT = Ty->getAs<BuiltinType>()) { in isHomogeneousAggregateBaseType() local 4671 if (const BuiltinType *BT = Ty->getAs<BuiltinType>()) { in isHomogeneousAggregateBaseType() local 5569 if (const BuiltinType *BT = Ty->getAs<BuiltinType>()) { in isHomogeneousAggregateBaseType() local [all …]
|
/aosp_15_r20/external/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitSimplify.cpp | 1017 BitTracker &BT; member in __anonb78d304d0511::RedundantInstrElimination 1328 BitTracker &BT; member in __anonb78d304d0611::ConstGeneration 1469 BitTracker &BT; member in __anonb78d304d0711::CopyGeneration 1692 BitTracker &BT; member in __anonb78d304d0811::BitSimplification 2194 BitTracker BT(HE, MF); in runOnMachineFunction() local 2733 BitTracker BT(HE, MF); in runOnMachineFunction() local
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 3218 void BugReporter::Register(BugType *BT) { in Register() 3252 BugType& BT = R->getBugType(); in emitReport() local 3286 BugType& BT = I->getBugType(); in FindReportInEquivalenceClass() local 3395 BugType& BT = exampleReport->getBugType(); in FlushReport() local 3461 BugType *BT = getBugTypeForName(CheckName, name, category); in EmitBasicReport() local 3475 BugType *&BT = StrBugTypes[fullDesc]; in getBugTypeForName() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugReporter.h | 128 const BugType& BT; variable 139 BugReport(Kind K, const BugType &BT, StringRef ShortDescription, in BugReport()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugReporter.h | 128 const BugType& BT; variable 139 BugReport(Kind K, const BugType &BT, StringRef ShortDescription, in BugReport()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugReporter.h | 128 const BugType& BT; variable 139 BugReport(Kind K, const BugType &BT, StringRef ShortDescription, in BugReport()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitSimplify.cpp | 1071 BitTracker &BT; member in __anon8d6f032f0511::RedundantInstrElimination 1388 BitTracker &BT; member in __anon8d6f032f0611::ConstGeneration 1510 BitTracker &BT; member in __anon8d6f032f0711::CopyGeneration 1788 BitTracker &BT; member in __anon8d6f032f0811::BitSimplification 2774 BitTracker BT(HE, MF); in runOnMachineFunction() local 3319 BitTracker BT(HE, MF); in runOnMachineFunction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitSimplify.cpp | 1100 BitTracker &BT; member in __anonf34567f50511::RedundantInstrElimination 1417 BitTracker &BT; member in __anonf34567f50611::ConstGeneration 1547 BitTracker &BT; member in __anonf34567f50711::CopyGeneration 1823 BitTracker &BT; member in __anonf34567f50811::BitSimplification 2809 BitTracker BT(HE, MF); in runOnMachineFunction() local 3351 BitTracker BT(HE, MF); in runOnMachineFunction() local
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | ns_returns_retained_block_return.cpp | 6 typedef void (^BT) (); typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugReporter.h | 128 const BugType& BT; variable 139 BugReport(Kind K, const BugType &BT, StringRef ShortDescription, in BugReport()
|
/aosp_15_r20/external/clang/lib/Index/ |
H A D | USRGeneration.cpp | 572 if (const BuiltinType *BT = T->getAs<BuiltinType>()) { in VisitType() local 693 if (const BlockPointerType *BT = T->getAs<BlockPointerType>()) { in VisitType() local
|
/aosp_15_r20/libcore/ojluni/src/test/java/nio/Buffer/ |
H A D | EqualsCompareTest.java | 623 BiFunction<BT, Integer, B> aConstructor, in testBufferType()
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | ns_returns_retained_block_return.m | 8 typedef void (^BT) (); typedef
|