Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
1593 unsigned CtxIndex; member in __anon3cf8d6650d11::BuildLockset
1616 LVarCtx(Info.EntryContext), CtxIndex(Info.EntryIndex) {} in BuildLockset()
2007 LVarCtx = Analyzer->LocalVarMap.getNextContext(CtxIndex, BO, LVarCtx); in VisitBinaryOperator()
2148 LVarCtx = Analyzer->LocalVarMap.getNextContext(CtxIndex, S, LVarCtx); in VisitDeclStmt()