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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp102 bool isBounded,
114 bool isBounded = false,
1232 /* isBounded = */ false,
1243 /* isBounded = */ true,
1254 /* isBounded = */ false,
1265 /* isBounded = */ false,
1276 /* isBounded = */ true,
1281 bool returnEnd, bool isBounded,
1321 if (isBounded) {
1576 if (isBounded
1280 evalStrcpyCommon(CheckerContext &C, const CallExpr *CE, bool returnEnd, bool isBounded, bool isAppending) const argument
1634 evalStrcmpCommon(CheckerContext &C, const CallExpr *CE, bool isBounded, bool ignoreCase) const argument
[all...]

Completed in 58 milliseconds