Home
last modified time | relevance | path

Searched refs:popLocation (Results 1 – 4 of 4) sorted by relevance

/external/testng/src/main/java/org/testng/xml/
DTestNGContentHandler.java132 popLocation(Location.SUITE); in xmlSuiteFile()
224 popLocation(Location.SUITE); in xmlSuite()
332 popLocation(Location.TEST); in xmlTest()
655 popLocation(Location.INCLUDE); in xmlInclude()
674 popLocation(Location.EXCLUDE); in xmlExclude()
682 private Location popLocation(Location location) { in popLocation() method in TestNGContentHandler
724 popLocation(Location.CLASS); in endElement()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp980 void popLocation() { in popLocation() function in __anon889b26420211::EdgeBuilder
1003 while (!CLocs.empty()) popLocation(); in ~EdgeBuilder()
1016 popLocation(); in flushLocations()
1157 popLocation(); in addEdge()
1218 popLocation(); in addContext()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.h128 static void popLocation(PyLocation &location);
DIRModules.cpp613 void PyThreadContextEntry::popLocation(PyLocation &location) { in popLocation() function in PyThreadContextEntry
663 PyThreadContextEntry::popLocation(*this); in contextExit()