HomeSort by relevance Sort by last modified time
    Searched defs:Root (Results 76 - 100 of 181) sorted by null

1 2 34 5 6 7 8

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ImmutableMap.h 74 TreeTy* Root;
77 /// Constructs a map from a pointer to a tree root. In general one
81 explicit ImmutableMap(const TreeTy* R) : Root(const_cast<TreeTy*>(R)) {
82 if (Root) { Root->retain(); }
85 ImmutableMap(const ImmutableMap &X) : Root(X.Root) {
86 if (Root) { Root->retain(); }
90 if (Root != X.Root)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CallGraph.h 44 /// The CallGraph class also attempts to figure out what the root of the
85 /// \brief Root is root of the call graph, or the external node if a 'main'
87 CallGraphNode *Root;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
ImmutableMap.h 74 TreeTy* Root;
77 /// Constructs a map from a pointer to a tree root. In general one
81 explicit ImmutableMap(const TreeTy* R) : Root(const_cast<TreeTy*>(R)) {
82 if (Root) { Root->retain(); }
85 ImmutableMap(const ImmutableMap &X) : Root(X.Root) {
86 if (Root) { Root->retain(); }
90 if (Root != X.Root)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
CallGraph.h 44 /// The CallGraph class also attempts to figure out what the root of the
85 /// \brief Root is root of the call graph, or the external node if a 'main'
87 CallGraphNode *Root;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
ImmutableMap.h 74 TreeTy* Root;
77 /// Constructs a map from a pointer to a tree root. In general one
81 explicit ImmutableMap(const TreeTy* R) : Root(const_cast<TreeTy*>(R)) {
82 if (Root) { Root->retain(); }
85 ImmutableMap(const ImmutableMap &X) : Root(X.Root) {
86 if (Root) { Root->retain(); }
90 if (Root != X.Root)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
CallGraph.h 44 /// The CallGraph class also attempts to figure out what the root of the
85 /// \brief Root is root of the call graph, or the external node if a 'main'
87 CallGraphNode *Root;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
ImmutableMap.h 74 TreeTy* Root;
77 /// Constructs a map from a pointer to a tree root. In general one
81 explicit ImmutableMap(const TreeTy* R) : Root(const_cast<TreeTy*>(R)) {
82 if (Root) { Root->retain(); }
85 ImmutableMap(const ImmutableMap &X) : Root(X.Root) {
86 if (Root) { Root->retain(); }
90 if (Root != X.Root)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
CallGraph.h 44 /// The CallGraph class also attempts to figure out what the root of the
85 /// \brief Root is root of the call graph, or the external node if a 'main'
87 CallGraphNode *Root;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ImmutableMap.h 74 TreeTy* Root;
77 /// Constructs a map from a pointer to a tree root. In general one
81 explicit ImmutableMap(const TreeTy* R) : Root(const_cast<TreeTy*>(R)) {
82 if (Root) { Root->retain(); }
85 ImmutableMap(const ImmutableMap &X) : Root(X.Root) {
86 if (Root) { Root->retain(); }
90 if (Root != X.Root)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CallGraph.h 44 /// The CallGraph class also attempts to figure out what the root of the
85 /// \brief Root is root of the call graph, or the external node if a 'main'
87 CallGraphNode *Root;
  /external/chromium-trace/catapult/devil/devil/android/sdk/
adb_wrapper.py 870 def Root(self, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES):
871 """Restarts the adbd daemon with root permissions, if possible.
877 output = self._RunDeviceAdbCmd(['root'], timeout, retries)
880 ['root'], output, device_serial=self._device_serial)
  /external/llvm/include/llvm/Support/
YAMLParser.h 503 /// \brief A YAML Stream is a sequence of Documents. A document contains a root
507 /// \brief Root for parsing a node. Returns a single node.
516 /// \brief Parse and return the root level node.
518 if (Root)
519 return Root;
520 return Root = parseBlockNode();
536 /// \brief The root node. Used to support skipping a partially parsed
538 Node *Root;
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 268 GlobalObject *Root = Alias.getBaseObject();
269 Function *F = dyn_cast_or_null<Function>(Root);
274 } else if (Root->isNullValue()) {
    [all...]
  /external/parameter-framework/upstream/tools/xmlGenerator/
EddParser.py 496 # Do not create a root rule if there is only one fist level Operator rule
640 """return the root configuration group"""
699 class Root(Element):
700 tag = "root"
867 myroot = Root("root")
868 context = [myroot] # root is element of rank 0
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
YAMLParser.h 506 /// \brief A YAML Stream is a sequence of Documents. A document contains a root
510 /// \brief Root for parsing a node. Returns a single node.
519 /// \brief Parse and return the root level node.
521 if (Root)
522 return Root;
523 return Root = parseBlockNode();
539 /// \brief The root node. Used to support skipping a partially parsed
541 Node *Root;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
VirtualFileSystem.h 314 std::unique_ptr<detail::InMemoryDirectory> Root;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
YAMLParser.h 506 /// \brief A YAML Stream is a sequence of Documents. A document contains a root
510 /// \brief Root for parsing a node. Returns a single node.
519 /// \brief Parse and return the root level node.
521 if (Root)
522 return Root;
523 return Root = parseBlockNode();
539 /// \brief The root node. Used to support skipping a partially parsed
541 Node *Root;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
VirtualFileSystem.h 314 std::unique_ptr<detail::InMemoryDirectory> Root;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
YAMLParser.h 506 /// \brief A YAML Stream is a sequence of Documents. A document contains a root
510 /// \brief Root for parsing a node. Returns a single node.
519 /// \brief Parse and return the root level node.
521 if (Root)
522 return Root;
523 return Root = parseBlockNode();
539 /// \brief The root node. Used to support skipping a partially parsed
541 Node *Root;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
VirtualFileSystem.h 314 std::unique_ptr<detail::InMemoryDirectory> Root;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
YAMLParser.h 506 /// \brief A YAML Stream is a sequence of Documents. A document contains a root
510 /// \brief Root for parsing a node. Returns a single node.
519 /// \brief Parse and return the root level node.
521 if (Root)
522 return Root;
523 return Root = parseBlockNode();
539 /// \brief The root node. Used to support skipping a partially parsed
541 Node *Root;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
VirtualFileSystem.h 314 std::unique_ptr<detail::InMemoryDirectory> Root;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
YAMLParser.h 506 /// \brief A YAML Stream is a sequence of Documents. A document contains a root
510 /// \brief Root for parsing a node. Returns a single node.
519 /// \brief Parse and return the root level node.
521 if (Root)
522 return Root;
523 return Root = parseBlockNode();
539 /// \brief The root node. Used to support skipping a partially parsed
541 Node *Root;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
VirtualFileSystem.h 314 std::unique_ptr<detail::InMemoryDirectory> Root;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
YAMLParser.h 506 /// \brief A YAML Stream is a sequence of Documents. A document contains a root
510 /// \brief Root for parsing a node. Returns a single node.
519 /// \brief Parse and return the root level node.
521 if (Root)
522 return Root;
523 return Root = parseBlockNode();
539 /// \brief The root node. Used to support skipping a partially parsed
541 Node *Root;

Completed in 1422 milliseconds

1 2 34 5 6 7 8