Home
last modified time | relevance | path

Searched refs:BT_NotCString (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp39 BT_NotCString, BT_AdditionOverflow; member in __anonc4c1a89f0111::CStringChecker
719 if (!BT_NotCString) in getCStringLength()
720 BT_NotCString.reset(new BuiltinBug( in getCStringLength()
732 auto report = llvm::make_unique<BugReport>(*BT_NotCString, os.str(), N); in getCStringLength()
779 if (!BT_NotCString) in getCStringLength()
780 BT_NotCString.reset(new BuiltinBug( in getCStringLength()
796 auto report = llvm::make_unique<BugReport>(*BT_NotCString, os.str(), N); in getCStringLength()