Searched defs:hypothetical (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp131 bool hypothetical);
136 bool hypothetical = false) const;
657 bool hypothetical) {
658 if (!hypothetical) {
672 if (!hypothetical)
680 bool hypothetical) const {
735 return getCStringLengthForRegion(C, state, Ex, MR, hypothetical);
1413 // Try to get a "hypothetical" string length symbol, which we can later
1485 // Try to get a "hypothetical" string length symbol, which we can later
653 getCStringLengthForRegion(CheckerContext &C, ProgramStateRef &state, const Expr *Ex, const MemRegion *MR, bool hypothetical) argument

Completed in 122 milliseconds