HomeSort by relevance Sort by last modified time
    Searched refs:isStr (Results 1 - 25 of 44) sorted by null

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
NSAutoreleasePoolChecker.cpp 52 if (!OD->getIdentifier()->isStr("NSAutoreleasePool"))
NoReturnFunctionChecker.cpp 115 if (!Receiver->getIdentifier()->isStr("NSAssertionHandler"))
MallocOverflowSecurityChecker.cpp 321 if (FnInfo->isStr ("malloc") || FnInfo->isStr ("_MALLOC")) {
LocalizationChecker.cpp 681 if (odInfo->isStr("NSString")) {
    [all...]
  /external/clang/lib/Frontend/
ASTMerge.cpp 66 if (II->isStr("__va_list_tag") || II->isStr("__builtin_va_list"))
  /external/clang/examples/analyzer-plugin/
MainCallChecker.cpp 32 if (II->isStr("main")) {
  /external/clang/lib/Sema/
SemaStmtAttr.cpp 112 if (StateLoc->Ident->isStr("disable"))
114 else if (StateLoc->Ident->isStr("assume_safety"))
116 else if (StateLoc->Ident->isStr("full"))
118 else if (StateLoc->Ident->isStr("enable"))
SemaType.cpp 86 if (II->isStr("strong")) {
88 } else if (II->isStr("weak")) {
    [all...]
SemaTemplateInstantiateDecl.cpp 380 RD->getIdentifier() && RD->getIdentifier()->isStr("common_type") &&
381 D->getIdentifier() && D->getIdentifier()->isStr("type") &&
    [all...]
SemaDecl.cpp     [all...]
SemaExceptionSpec.cpp 49 !D.getIdentifier() || !D.getIdentifier()->isStr("swap"))
    [all...]
  /external/clang/lib/Lex/
Pragma.cpp 791 if (II->isStr("ON"))
793 else if (II->isStr("OFF"))
795 else if (II->isStr("DEFAULT"))
869 if (II->isStr("assert")) {
871 } else if (II->isStr("crash")) {
873 } else if (II->isStr("parser_crash")) {
879 } else if (II->isStr("llvm_fatal_error")) {
881 } else if (II->isStr("llvm_unreachable")) {
883 } else if (II->isStr("macro")) {
891 } else if (II->isStr("overflow_stack"))
    [all...]
PPDirectives.cpp     [all...]
TokenLexer.cpp 413 FirstTok.getIdentifierInfo()->isStr("L") && SecondTok.isLiteral() &&
    [all...]
PPExpressions.cpp 179 if (II->isStr("defined"))
  /external/clang/lib/Parse/
ParsePragma.cpp 468 if (state == 0 && ename->isStr("all")) {
472 #define OPENCLEXT(nm) else if (ename->isStr(#nm)) { f.nm = state; }
815 OptionUnroll = OptionInfo->isStr("unroll");
837 (!StateInfo->isStr("enable") && !StateInfo->isStr("disable") &&
838 ((OptionUnroll && !StateInfo->isStr("full")) ||
839 (!OptionUnroll && !StateInfo->isStr("assume_safety"))))) {
894 if (PushPop && PushPop->isStr("pop")) {
    [all...]
ParseObjc.cpp 890 if (II->isStr("readonly"))
892 else if (II->isStr("assign"))
894 else if (II->isStr("unsafe_unretained"))
896 else if (II->isStr("readwrite"))
898 else if (II->isStr("retain")
    [all...]
  /external/clang/include/clang/Sema/
TypoCorrection.h 190 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 363 if (II->isStr("pthread_setspecific"))
368 if (II->isStr("xpc_connection_set_context"))
372 if (II->isStr("funopen"))
934 Sel.getIdentifierInfoForSlot(0)->isStr("valueWithPointer"))
    [all...]
ExprEngineCallAndReturn.cpp 735 if (II->isStr("shared_ptr"))
    [all...]
  /external/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 505 if (RawToken.getIdentifierInfo()->isStr("__has_include")) {
510 } else if (RawToken.getIdentifierInfo()->isStr(
  /external/clang/lib/AST/
Decl.cpp     [all...]
ItaniumMangle.cpp 544 return II && II->isStr("std");
    [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 88 /// This is intended to be used for string literals only: II->isStr("foo").
90 bool isStr(const char (&Str)[StrLen]) const {
  /external/clang/lib/Analysis/
UninitializedValues.cpp 445 FD->getIdentifier()->isStr("move")) {

Completed in 424 milliseconds

1 2