HomeSort by relevance Sort by last modified time
    Searched refs:withTag (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 326 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
332 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
CheckerContext.h 336 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
  /cts/hostsidetests/incident/src/com/android/server/cts/
NetstatsIncidentTest.java 108 checkStats(dump.getDevStats(), /*withUid=*/ false, /*withTag=*/ false);
109 checkStats(dump.getXtStats(), /*withUid=*/ false, /*withTag=*/ false);
110 checkStats(dump.getUidStats(), /*withUid=*/ true, /*withTag=*/ false);
111 checkStats(dump.getUidTagStats(), /*withUid=*/ true, /*withTag=*/ true);
297 private void checkStats(NetworkStatsRecorderProto recorder, boolean withUid, boolean withTag) {
  /external/clang/lib/StaticAnalyzer/Core/
CheckerManager.cpp 355 const ProgramPoint &L = PP.withTag(checkFn.Checker);
396 const ProgramPoint &L = PP.withTag(checkFn.Checker);
CoreEngine.cpp 578 if (Loc == N->getLocation().withTag(nullptr)) {
  /external/clang/include/clang/Analysis/
ProgramPoint.h 131 ProgramPoint withTag(const ProgramPointTag *tag) const {

Completed in 605 milliseconds