Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DThreadSafety.cpp461 Context getNextContext(unsigned &CtxIndex, const Stmt *S, Context C) { in getNextContext() argument
462 if (SavedContexts[CtxIndex+1].first == S) { in getNextContext()
463 CtxIndex++; in getNextContext()
464 Context Result = SavedContexts[CtxIndex].second; in getNextContext()
1533 unsigned CtxIndex; member in __anon6254f0e10d11::BuildLockset
1555 LVarCtx(Info.EntryContext), CtxIndex(Info.EntryIndex) {} in BuildLockset()
1940 LVarCtx = Analyzer->LocalVarMap.getNextContext(CtxIndex, BO, LVarCtx); in VisitBinaryOperator()
2092 LVarCtx = Analyzer->LocalVarMap.getNextContext(CtxIndex, S, LVarCtx); in VisitDeclStmt()