Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.h58 CFGMatchSwitch<TransferState<NoopLattice>> TransferMatchSwitch;
73 CFGMatchSwitch<const Environment, llvm::SmallVector<SourceLocation>>
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DCFGMatchSwitch.h33 using CFGMatchSwitch = variable
70 CFGMatchSwitch<State, Result> Build() && { in Build()