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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp133 bool hypothetical);
138 bool hypothetical = false) const;
664 bool hypothetical) {
665 if (!hypothetical) {
679 if (!hypothetical) {
700 bool hypothetical) const {
755 return getCStringLengthForRegion(C, state, Ex, MR, hypothetical);
1458 // Try to get a "hypothetical" string length symbol, which we can later
1530 // Try to get a "hypothetical" string length symbol, which we can later
660 getCStringLengthForRegion(CheckerContext &C, ProgramStateRef &state, const Expr *Ex, const MemRegion *MR, bool hypothetical) argument

Completed in 79 milliseconds