Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1335 static bool isContainedByStmt(ParentMap &PM, const Stmt *S, const Stmt *SubS) { in isContainedByStmt() argument
1336 while (SubS) { in isContainedByStmt()
1337 if (SubS == S) in isContainedByStmt()
1339 SubS = PM.getParent(SubS); in isContainedByStmt()
/external/chromium_org/v8/src/arm64/
Dlithium-arm64.h166 V(SubS) \
2873 DECLARE_CONCRETE_INSTRUCTION(SubS, "sub-s")