HomeSort by relevance Sort by last modified time
    Searched full:isstr (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/clang/examples/analyzer-plugin/
MainCallChecker.cpp 32 if (II->isStr("main")) {
  /external/clang/lib/Frontend/
ASTMerge.cpp 66 if (II->isStr("__va_list_tag") || II->isStr("__builtin_va_list"))
  /external/clang/lib/Parse/
ParsePragma.cpp 476 if (state == 0 && ename->isStr("all")) {
482 #define OPENCLEXT(nm) else if (ename->isStr(#nm)) \
832 OptionUnroll = OptionInfo->isStr("unroll");
833 OptionDistribute = OptionInfo->isStr("distribute");
    [all...]
ParseObjc.cpp 877 if (II->isStr("readonly"))
879 else if (II->isStr("assign"))
881 else if (II->isStr("unsafe_unretained"))
883 else if (II->isStr("readwrite"))
885 else if (II->isStr("retain"))
887 else if (II->isStr("strong"))
889 else if (II->isStr("copy"))
891 else if (II->isStr("nonatomic"))
893 else if (II->isStr("atomic"))
895 else if (II->isStr("weak")
    [all...]
  /external/clang/lib/Sema/
SemaStmtAttr.cpp 124 if (StateLoc->Ident->isStr("disable"))
126 else if (StateLoc->Ident->isStr("assume_safety"))
128 else if (StateLoc->Ident->isStr("full"))
130 else if (StateLoc->Ident->isStr("enable"))
  /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("dump")) {
895 } else if (II->isStr("llvm_fatal_error")) {
897 } else if (II->isStr("llvm_unreachable")) {
899 } else if (II->isStr("macro"))
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
NSAutoreleasePoolChecker.cpp 52 if (!OD->getIdentifier()->isStr("NSAutoreleasePool"))
MallocOverflowSecurityChecker.cpp 321 if (FnInfo->isStr ("malloc") || FnInfo->isStr ("_MALLOC")) {
NoReturnFunctionChecker.cpp 116 if (!Receiver->getIdentifier()->isStr("NSAssertionHandler"))
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 373 if (II->isStr("pthread_setspecific"))
378 if (II->isStr("xpc_connection_set_context"))
382 if (II->isStr("funopen"))
    [all...]
  /external/one-true-awk/
awk.h 192 #define isstr(n) ((n)->tval & STR) macro
  /external/clang/include/clang/Sema/
TypoCorrection.h 196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
TypoCorrection.h 196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
TypoCorrection.h 196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
TypoCorrection.h 196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
TypoCorrection.h 196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
TypoCorrection.h 196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
TypoCorrection.h 196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
TypoCorrection.h 196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
TypoCorrection.h 196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
TypoCorrection.h 196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
TypoCorrection.h 196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
TypoCorrection.h 196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
TypoCorrection.h 196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
TypoCorrection.h 196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);

Completed in 1395 milliseconds

1 2 3 4