Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp363 auto It = FunctionContexts.find(F); in getControlFlowContext()
364 if (It != FunctionContexts.end()) in getControlFlowContext()
371 auto Result = FunctionContexts.insert({F, std::move(*CFCtx)}); in getControlFlowContext()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.h391 llvm::DenseMap<const FunctionDecl *, ControlFlowContext> FunctionContexts; variable