Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafety.cpp465 Context getNextContext(unsigned &CtxIndex, const Stmt *S, Context C) { in getNextContext() argument
466 if (SavedContexts[CtxIndex+1].first == S) { in getNextContext()
467 CtxIndex++; in getNextContext()
468 Context Result = SavedContexts[CtxIndex].second; in getNextContext()
1591 unsigned CtxIndex; member in __anon68dfda3c0d11::BuildLockset
1614 LVarCtx(Info.EntryContext), CtxIndex(Info.EntryIndex) {} in BuildLockset()
2005 LVarCtx = Analyzer->LocalVarMap.getNextContext(CtxIndex, BO, LVarCtx); in VisitBinaryOperator()
2146 LVarCtx = Analyzer->LocalVarMap.getNextContext(CtxIndex, S, LVarCtx); in VisitDeclStmt()