Home
last modified time | relevance | path

Searched defs:NodeT (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DCFGMatchSwitch.h50 MatchSwitchAction<NodeT, State, Result> A) && { in CaseOfCFGStmt()
65 MatchSwitchAction<NodeT, State, Result> A) && { in CaseOfCFGInit()
H A DMatchSwitch.h108 MatchSwitchAction<NodeT, State, Result> A) && { in CaseOf()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DRegionIterator.h265 #define RegionNodeGraphTraits(NodeT, BlockT, RegionT) \ argument
290 #define RegionGraphTraits(RegionT, NodeT) \ argument
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h58 using NodeT = typename DomTreeT::NodeType; member