HomeSort by relevance Sort by last modified time
    Searched refs:BT (Results 26 - 50 of 83) sorted by null

12 3 4

  /external/clang/lib/StaticAnalyzer/Checkers/
VLASizeChecker.cpp 32 mutable std::unique_ptr<BugType> BT;
53 if (!BT)
54 BT.reset(new BuiltinBug(
72 BugReport *report = new BugReport(*BT, os.str(), N);
ArrayBoundCheckerV2.cpp 31 mutable std::unique_ptr<BuiltinBug> BT;
189 if (!BT)
190 BT.reset(new BuiltinBug(this, "Out-of-bound access"));
210 checkerContext.emitReport(new BugReport(*BT, os.str(), errorNode));
BasicObjCFoundationChecks.cpp 99 mutable std::unique_ptr<APIMisuse> BT;
207 if (!BT)
208 BT.reset(new APIMisuse(this, "nil argument"));
210 BugReport *R = new BugReport(*BT, Msg, N);
346 mutable std::unique_ptr<APIMisuse> BT;
516 if (!BT)
517 BT.reset(new APIMisuse(this, "Bad use of CFNumberCreate"));
519 BugReport *report = new BugReport(*BT, os.str(), N);
531 mutable std::unique_ptr<APIMisuse> BT;
553 if (!BT) {
    [all...]
MacOSKeychainAPIChecker.cpp 32 mutable std::unique_ptr<BugType> BT;
93 if (!BT)
94 BT.reset(new BugType(this, "Improper use of SecKeychain API",
272 BugReport *Report = new BugReport(*BT, os.str(), N);
313 BugReport *Report = new BugReport(*BT, os.str(), N);
365 BugReport *Report = new BugReport(*BT,
431 BugReport *Report = new BugReport(*BT,
540 BugReport *Report = new BugReport(*BT, os.str(), N, LocUsedForUniqueing,
ObjCSelfInitChecker.cpp 65 mutable std::unique_ptr<BugType> BT;
160 if (!BT)
161 BT.reset(new BugType(this, "Missing \"self = [(super or self) init...]\"",
163 BugReport *report = new BugReport(*BT, errorStr, N);
UnixAPIChecker.cpp 60 void LazyInitialize(std::unique_ptr<BugType> &BT, const char *name) const {
61 if (BT)
63 BT.reset(new BugType(this, name, categories::UnixAPI));
GenericTaintChecker.cpp 45 mutable std::unique_ptr<BugType> BT;
47 if (!BT)
48 BT.reset(new BugType(this, "Use of Untrusted Data", "Untrusted Data"));
645 BugReport *report = new BugReport(*BT, Msg, N);
  /frameworks/compile/libbcc/bcinfo/tools/
main.cpp 288 std::unique_ptr<bcinfo::BitcodeTranslator> BT;
289 BT.reset(new bcinfo::BitcodeTranslator(bitcode, bitcodeSize, version));
290 if (!BT->translate()) {
296 ME.reset(new bcinfo::MetadataExtractor(BT->getTranslatedBitcode(),
297 BT->getTranslatedBitcodeSize()));
306 const char *translatedBitcode = BT->getTranslatedBitcode();
307 size_t translatedBitcodeSize = BT->getTranslatedBitcodeSize();
  /external/clang/lib/AST/
Type.cpp 637 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType))
638 return BT->getKind() >= BuiltinType::Bool &&
639 BT->getKind() <= BuiltinType::Int128;
650 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType))
651 return BT->getKind() >= BuiltinType::Bool &&
652 BT->getKind() <= BuiltinType::Int128;
667 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType))
668 return BT->getKind() == BuiltinType::Char_U ||
669 BT->getKind() == BuiltinType::UChar ||
670 BT->getKind() == BuiltinType::Char_S |
    [all...]
NSAPI.cpp 290 const BuiltinType *BT = T->getAs<BuiltinType>();
291 if (!BT)
305 switch (BT->getKind()) {
  /device/generic/arm64/
BoardConfig.mk 25 # Some framework code requires this to enable BT
  /device/generic/armv7-a-neon/
BoardConfig.mk 18 # Some framework code requires this to enable BT
  /device/generic/x86_64/
BoardConfig.mk 24 # Some framework code requires this to enable BT
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 74 BugType& BT;
146 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode)
147 : BT(bt), DeclWithIssue(nullptr), Description(desc), ErrorNode(errornode),
150 BugReport(BugType& bt, StringRef shortDesc, StringRef desc,
152 : BT(bt), DeclWithIssue(nullptr), ShortDescription(shortDesc),
156 BugReport(BugType &bt, StringRef desc, PathDiagnosticLocation l)
157 : BT(bt), DeclWithIssue(nullptr), Description(desc), Location(l)
    [all...]
  /frameworks/rs/
rsScriptC.h 74 bcinfo::BitcodeTranslator *BT;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsScriptC.h 68 bcinfo::BitcodeTranslator *BT;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsScriptC.h 68 bcinfo::BitcodeTranslator *BT;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsScriptC.h 68 bcinfo::BitcodeTranslator *BT;
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 92 BranchType BT = AnalyzeBranch(MBB, TBB, FBB, Cond, AllowModify, BranchInstrs);
94 return (BT == BT_None) || (BT == BT_Indirect);
  /external/clang/lib/Analysis/
FormatString.cpp 282 if (const BuiltinType *BT = argTy->getAs<BuiltinType>())
283 switch (BT->getKind()) {
303 if (const BuiltinType *BT = argTy->getAs<BuiltinType>())
304 switch (BT->getKind()) {
337 if (const BuiltinType *BT = pointeeTy->getAs<BuiltinType>())
338 switch (BT->getKind()) {
ScanfFormatString.cpp 408 const BuiltinType *BT = PT->getAs<BuiltinType>();
409 if (!BT)
432 switch (BT->getKind()) {
  /external/clang/lib/Serialization/
ASTCommon.cpp 26 serialization::TypeIdxFromBuiltin(const BuiltinType *BT) {
28 switch (BT->getKind()) {
  /external/llvm/lib/Transforms/Utils/
BypassSlowDivision.cpp 256 IntegerType *BT = IntegerType::get(J->getContext(), BI->second);
258 MadeChange |= reuseOrInsertFastDiv(F, I, J, BT, UseDivOp,
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 536 if (const BuiltinType *BT = T->getAs<BuiltinType>()) {
538 switch (BT->getKind()) {
643 if (const BlockPointerType *BT = T->getAs<BlockPointerType>()) {
645 T = BT->getPointeeType();

Completed in 393 milliseconds

12 3 4