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

/external/clang/lib/Analysis/
H A DThreadSafety.cpp1014 Context getNextContext(unsigned &CtxIndex, Stmt *S, Context C) { argument
1015 if (SavedContexts[CtxIndex+1].first == S) {
1016 CtxIndex++;
1017 Context Result = SavedContexts[CtxIndex].second;
1808 unsigned CtxIndex; member in class:BuildLockset
1829 CtxIndex(Info.EntryIndex)
2135 LVarCtx = Analyzer->LocalVarMap.getNextContext(CtxIndex, BO, LVarCtx);
2212 LVarCtx = Analyzer->LocalVarMap.getNextContext(CtxIndex, S, LVarCtx);

Completed in 451 milliseconds