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

12 3

  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 74 mutable OwningPtr<APIMisuse> BT;
88 if (!BT)
89 BT.reset(new APIMisuse("nil argument"));
97 BugReport *R = new BugReport(*BT, os.str(), N);
145 mutable OwningPtr<APIMisuse> BT;
335 if (!BT)
336 BT.reset(new APIMisuse("Bad use of CFNumberCreate"));
338 BugReport *report = new BugReport(*BT, os.str(), N);
350 mutable OwningPtr<APIMisuse> BT;
370 if (!BT) {
    [all...]
ObjCContainersChecker.cpp 34 mutable OwningPtr<BugType> BT;
36 if (!BT)
37 BT.reset(new BugType("CFArray API",
148 BugReport *R = new BugReport(*BT, "Index is out of bounds", N);
VLASizeChecker.cpp 31 mutable OwningPtr<BugType> BT;
52 if (!BT)
53 BT.reset(new BuiltinBug("Dangerous variable-length array (VLA) declaration"));
70 BugReport *report = new BugReport(*BT, os.str(), N);
ArrayBoundCheckerV2.cpp 31 mutable OwningPtr<BuiltinBug> BT;
190 if (!BT)
191 BT.reset(new BuiltinBug("Out-of-bound access"));
211 checkerContext.EmitReport(new BugReport(*BT, os.str(), errorNode));
MacOSKeychainAPIChecker.cpp 33 mutable OwningPtr<BugType> BT;
96 if (!BT)
97 BT.reset(new BugType("Improper use of SecKeychain API", "Mac OS API"));
281 BugReport *Report = new BugReport(*BT, os.str(), N);
318 BugReport *Report = new BugReport(*BT, os.str(), N);
370 BugReport *Report = new BugReport(*BT,
434 BugReport *Report = new BugReport(*BT,
555 BugReport *Report = new BugReport(*BT, os.str(), N, LocUsedForUniqueing);
UnixAPIChecker.cpp 66 static inline void LazyInitialize(OwningPtr<BugType> &BT,
68 if (BT)
70 BT.reset(new BugType(name, categories::UnixAPI));
GenericTaintChecker.cpp 45 mutable OwningPtr<BugType> BT;
47 if (!BT)
48 BT.reset(new BugType("Use of Untrusted Data", "Untrusted Data"));
645 BugReport *report = new BugReport(*BT, Msg, N);
IdempotentOperationChecker.cpp 346 BugType *BT = new BugType("Idempotent operation", "Dead code");
416 BugReport *report = new BugReport(*BT, os.str(), *I);
  /frameworks/compile/libbcc/bcinfo/tools/
main.cpp 212 bcinfo::BitcodeTranslator *BT =
214 if (!BT->translate()) {
220 new bcinfo::MetadataExtractor(BT->getTranslatedBitcode(),
221 BT->getTranslatedBitcodeSize());
230 delete BT;
  /external/clang/lib/AST/
Type.cpp 579 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType))
580 return BT->getKind() >= BuiltinType::Bool &&
581 BT->getKind() <= BuiltinType::Int128;
592 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType))
593 return BT->getKind() >= BuiltinType::Bool &&
594 BT->getKind() <= BuiltinType::Int128;
609 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType))
610 return BT->getKind() == BuiltinType::Char_U ||
611 BT->getKind() == BuiltinType::UChar ||
612 BT->getKind() == BuiltinType::Char_S |
    [all...]
NSAPI.cpp 255 const BuiltinType *BT = T->getAs<BuiltinType>();
256 if (!BT)
259 switch (BT->getKind()) {
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 71 BugType& BT;
106 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode)
107 : BT(bt), DeclWithIssue(0), Description(desc), ErrorNode(errornode),
110 BugReport(BugType& bt, StringRef shortDesc, StringRef desc,
112 : BT(bt), DeclWithIssue(0), ShortDescription(shortDesc), Description(desc),
115 BugReport(BugType& bt, StringRef desc, PathDiagnosticLocation l)
116 : BT(bt), DeclWithIssue(0), Description(desc), Location(l), ErrorNode(0)
    [all...]
  /external/clang/lib/Serialization/
ASTCommon.cpp 25 serialization::TypeIdxFromBuiltin(const BuiltinType *BT) {
27 switch (BT->getKind()) {
  /frameworks/rs/
rsScriptC.h 70 bcinfo::BitcodeTranslator *BT;
  /external/clang/lib/Analysis/
FormatString.cpp 244 if (const BuiltinType *BT = argTy->getAs<BuiltinType>())
245 switch (BT->getKind()) {
262 if (const BuiltinType *BT = argTy->getAs<BuiltinType>())
263 switch (BT->getKind()) {
297 if (const BuiltinType *BT = pointeeTy->getAs<BuiltinType>())
298 switch (BT->getKind()) {
PrintfFormatString.cpp 363 const BuiltinType *BT = QT->getAs<BuiltinType>();
364 if (!BT)
368 switch (BT->getKind()) {
ScanfFormatString.cpp 319 const BuiltinType *BT = PT->getAs<BuiltinType>();
320 if (!BT)
334 switch (BT->getKind()) {
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
ExprEngineCallAndReturn.cpp 164 else if (const BlockPointerType *BT = callee->getAs<BlockPointerType>()) {
166 // FT = dyn_cast<FunctionProtoType>(BT->getPointeeType());
167 (void) BT;
  /external/clang/include/clang/AST/
Type.h     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 173 const clang::BuiltinType *BT =
176 switch (BT->getKind()) {
548 const clang::BuiltinType *BT =
551 switch (BT->getKind()) {
906 const clang::BuiltinType *BT =
908 switch (BT->getKind()) {
    [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 412 #define BT(n, c) (((c)+((n)*4))<<21)
584 tcg_out32 (s, CRAND | BT (7, CR_EQ) | BA (6, CR_EQ) | BB (7, CR_EQ));
780 tcg_out32 (s, CRAND | BT (7, CR_EQ) | BA (6, CR_EQ) | BB (7, CR_EQ));
1100 tcg_out32 (s, op | BT (7, CR_EQ) | BA (6, CR_EQ) | BB (7, CR_EQ));
1114 tcg_out32 (s, op | BT (7, CR_EQ) | BA (5, CR_EQ) | BB (7, b->bit2));
1115 tcg_out32 (s, CROR | BT (7, CR_EQ) | BA (5, b->bit1) | BB (7, CR_EQ));
1205 crop = CRNOR | BT (7, CR_EQ) | BA (7, CR_LT) | BB (7, CR_LT);
1211 crop = CRNOR | BT (7, CR_EQ) | BA (7, CR_GT) | BB (7, CR_GT);
    [all...]
  /external/clang/tools/libclang/
CIndexUSRs.cpp 539 if (const BuiltinType *BT = T->getAs<BuiltinType>()) {
541 switch (BT->getKind()) {
640 if (const BlockPointerType *BT = T->getAs<BlockPointerType>()) {
642 T = BT->getPointeeType();
CXType.cpp 28 static CXTypeKind GetBuiltinTypeKind(const BuiltinType *BT) {
30 switch (BT->getKind()) {
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 444 milliseconds

12 3