Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp297 auto It = FunctionContexts.find(F); in getControlFlowContext()
298 if (It != FunctionContexts.end()) in getControlFlowContext()
305 auto Result = FunctionContexts.insert({F, std::move(*CFCtx)}); in getControlFlowContext()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.h288 llvm::DenseMap<const FunctionDecl *, ControlFlowContext> FunctionContexts; variable