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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp104 bool isBounded,
116 bool isBounded = false,
1277 /* isBounded = */ false,
1288 /* isBounded = */ true,
1299 /* isBounded = */ false,
1310 /* isBounded = */ false,
1321 /* isBounded = */ true,
1326 bool returnEnd, bool isBounded,
1366 if (isBounded) {
1627 if (isBounded
1325 evalStrcpyCommon(CheckerContext &C, const CallExpr *CE, bool returnEnd, bool isBounded, bool isAppending) const argument
1685 evalStrcmpCommon(CheckerContext &C, const CallExpr *CE, bool isBounded, bool ignoreCase) const argument
[all...]

Completed in 81 milliseconds