Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafety.cpp420 Context getNextContext(unsigned &CtxIndex, Stmt *S, Context C) { in getNextContext() argument
421 if (SavedContexts[CtxIndex+1].first == S) { in getNextContext()
422 CtxIndex++; in getNextContext()
423 Context Result = SavedContexts[CtxIndex].second; in getNextContext()
1465 unsigned CtxIndex; member in __anon4f66b6dc0b11::BuildLockset
1487 CtxIndex(Info.EntryIndex) in BuildLockset()
1854 LVarCtx = Analyzer->LocalVarMap.getNextContext(CtxIndex, BO, LVarCtx); in VisitBinaryOperator()
1983 LVarCtx = Analyzer->LocalVarMap.getNextContext(CtxIndex, S, LVarCtx); in VisitDeclStmt()