Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysis.h266 auto TypeErasedBlockStates = runTypeErasedDataflowAnalysis( variable
268 if (!TypeErasedBlockStates)
269 return TypeErasedBlockStates.takeError();
273 BlockStates.reserve(TypeErasedBlockStates->size());
276 std::move(*TypeErasedBlockStates), std::back_inserter(BlockStates),