HomeSort by relevance Sort by last modified time
    Searched defs:NodeTy (Results 1 - 3 of 3) sorted by null

  /external/llvm/unittests/Analysis/
CallGraphTest.cpp 20 typedef typename GraphTraits<Ty *>::NodeType NodeTy;
27 static_assert(std::is_same<decltype(*I), NodeTy &>::value,
29 static_assert(std::is_same<decltype(*X), NodeTy &>::value,
31 static_assert(std::is_same<decltype(*E), NodeTy &>::value,
34 NodeTy *N = GraphTraits<Ty *>::getEntryNode(G);
36 auto S = GraphTraits<NodeTy *>::child_begin(N);
37 auto F = GraphTraits<NodeTy *>::child_end(N);
40 static_assert(std::is_same<decltype(*S), NodeTy *>::value,
42 static_assert(std::is_same<decltype(*F), NodeTy *>::value,
  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 253 EVT NodeTy = Node->getValueType(0);
298 std::pair<SDNode*, SDNode*> LoHi = selectMULT(Node, MultOpc, DL, NodeTy,
312 SDNode *Result = selectMULT(Node, MultOpc, DL, NodeTy, false, true).second;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 325 typedef ExplodedNode NodeTy;
374 trim(ArrayRef<const NodeTy *> Nodes,

Completed in 92 milliseconds