HomeSort by relevance Sort by last modified time
    Searched defs:NodeTy (Results 1 - 17 of 17) 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 187 EVT NodeTy = Node->getValueType(0);
234 selectMULT(Node, MultOpc, DL, NodeTy, true, true);
248 auto LoHi = selectMULT(Node, MultOpc, DL, NodeTy, false, true);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 335 typedef ExplodedNode NodeTy;
384 trim(ArrayRef<const NodeTy *> Nodes,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 334 typedef ExplodedNode NodeTy;
383 trim(ArrayRef<const NodeTy *> Nodes,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 334 typedef ExplodedNode NodeTy;
383 trim(ArrayRef<const NodeTy *> Nodes,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 334 typedef ExplodedNode NodeTy;
383 trim(ArrayRef<const NodeTy *> Nodes,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 334 typedef ExplodedNode NodeTy;
383 trim(ArrayRef<const NodeTy *> Nodes,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 334 typedef ExplodedNode NodeTy;
383 trim(ArrayRef<const NodeTy *> Nodes,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 334 typedef ExplodedNode NodeTy;
383 trim(ArrayRef<const NodeTy *> Nodes,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 334 typedef ExplodedNode NodeTy;
383 trim(ArrayRef<const NodeTy *> Nodes,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 334 typedef ExplodedNode NodeTy;
383 trim(ArrayRef<const NodeTy *> Nodes,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 334 typedef ExplodedNode NodeTy;
383 trim(ArrayRef<const NodeTy *> Nodes,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 334 typedef ExplodedNode NodeTy;
383 trim(ArrayRef<const NodeTy *> Nodes,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 334 typedef ExplodedNode NodeTy;
383 trim(ArrayRef<const NodeTy *> Nodes,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 334 typedef ExplodedNode NodeTy;
383 trim(ArrayRef<const NodeTy *> Nodes,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 334 typedef ExplodedNode NodeTy;
383 trim(ArrayRef<const NodeTy *> Nodes,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 334 typedef ExplodedNode NodeTy;
383 trim(ArrayRef<const NodeTy *> Nodes,

Completed in 485 milliseconds