Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafety.cpp418 Context getNextContext(unsigned &CtxIndex, Stmt *S, Context C) { in getNextContext() argument
419 if (SavedContexts[CtxIndex+1].first == S) { in getNextContext()
420 CtxIndex++; in getNextContext()
421 Context Result = SavedContexts[CtxIndex].second; in getNextContext()
1468 unsigned CtxIndex; member in __anond54a86130b11::BuildLockset
1490 CtxIndex(Info.EntryIndex) in BuildLockset()
1857 LVarCtx = Analyzer->LocalVarMap.getNextContext(CtxIndex, BO, LVarCtx); in VisitBinaryOperator()
1978 LVarCtx = Analyzer->LocalVarMap.getNextContext(CtxIndex, S, LVarCtx); in VisitDeclStmt()