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 __anonca25b8fe0111::CStringChecker
723 if (!BT_NotCString) in getCStringLength()
724 BT_NotCString.reset(new BuiltinBug( in getCStringLength()
736 auto report = llvm::make_unique<BugReport>(*BT_NotCString, os.str(), N); in getCStringLength()
783 if (!BT_NotCString) in getCStringLength()
784 BT_NotCString.reset(new BuiltinBug( in getCStringLength()
800 auto report = llvm::make_unique<BugReport>(*BT_NotCString, os.str(), N); in getCStringLength()