Home
last modified time | relevance | path

Searched refs:pathStack (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h729 SmallVector<PathPieces *, 3> pathStack; variable
750 if (pathStack.empty()) in getActivePath()
752 return *pathStack.back(); in getActivePath()
763 void pushActivePath(PathPieces *p) { pathStack.push_back(p); } in pushActivePath()
764 void popActivePath() { if (!pathStack.empty()) pathStack.pop_back(); } in popActivePath()
766 bool isWithinCall() const { return !pathStack.empty(); } in isWithinCall()
782 pathStack.clear(); in resetPath()
/external/skia/tests/
DClipStackTest.cpp1374 SkClipStack pathStack; in test_tiny_query_bounds_assertion_bug() local
1375 pathStack.clipPath(clipPath, SkMatrix::I(), kIntersect_SkClipOp, true); in test_tiny_query_bounds_assertion_bug()
1377 for (const SkClipStack& stack : {rectStack, pathStack}) { in test_tiny_query_bounds_assertion_bug()