HomeSort by relevance Sort by last modified time
    Searched refs:AliasNode (Results 1 - 5 of 5) sorted by null

  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 125 } else if (yaml::AliasNode *an = dyn_cast<yaml::AliasNode>(n)){
  /external/llvm/include/llvm/Support/
YAMLParser.h 487 class AliasNode final : public Node {
491 AliasNode(std::unique_ptr<Document> &D, StringRef Val)
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
test_modulegraph.py 450 self.assertIsSubclass(modulegraph.AliasNode, modulegraph.Node)
473 # AliasNode is basicly a clone of an existing node
478 a1 = modulegraph.AliasNode('a1', n1)
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
modulegraph.py 446 class AliasNode(Node):
448 super(AliasNode, self).__init__(name)
882 m = self.createNode(AliasNode, name, other)
    [all...]
  /external/llvm/lib/Support/
YAMLParser.cpp 108 void AliasNode::anchor() {}
    [all...]

Completed in 674 milliseconds