Home
last modified time | relevance | path

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

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