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

  /external/llvm/include/llvm/Support/
DOTGraphTraits.h 24 /// DefaultDOTGraphTraits - This class provides the default implementations of
29 struct DefaultDOTGraphTraits {
39 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {}
158 /// from DefaultDOTGraphTraits if you don't need to override everything.
161 struct DOTGraphTraits : public DefaultDOTGraphTraits {
162 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {}
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
DOTGraphTraits.h 24 /// DefaultDOTGraphTraits - This class provides the default implementations of
29 struct DefaultDOTGraphTraits {
39 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {}
152 /// from DefaultDOTGraphTraits if you don't need to override everything.
155 struct DOTGraphTraits : public DefaultDOTGraphTraits {
156 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {}
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
DOTGraphTraits.h 24 /// DefaultDOTGraphTraits - This class provides the default implementations of
29 struct DefaultDOTGraphTraits {
39 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {}
158 /// from DefaultDOTGraphTraits if you don't need to override everything.
161 struct DOTGraphTraits : public DefaultDOTGraphTraits {
162 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {}
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
DOTGraphTraits.h 24 /// DefaultDOTGraphTraits - This class provides the default implementations of
29 struct DefaultDOTGraphTraits {
39 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {}
158 /// from DefaultDOTGraphTraits if you don't need to override everything.
161 struct DOTGraphTraits : public DefaultDOTGraphTraits {
162 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {}
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
DOTGraphTraits.h 24 /// DefaultDOTGraphTraits - This class provides the default implementations of
29 struct DefaultDOTGraphTraits {
39 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {}
158 /// from DefaultDOTGraphTraits if you don't need to override everything.
161 struct DOTGraphTraits : public DefaultDOTGraphTraits {
162 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DOTGraphTraits.h 24 /// DefaultDOTGraphTraits - This class provides the default implementations of
29 struct DefaultDOTGraphTraits {
39 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {}
158 /// from DefaultDOTGraphTraits if you don't need to override everything.
161 struct DOTGraphTraits : public DefaultDOTGraphTraits {
162 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {}
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
DOTGraphTraits.h 24 /// DefaultDOTGraphTraits - This class provides the default implementations of
29 struct DefaultDOTGraphTraits {
39 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {}
158 /// from DefaultDOTGraphTraits if you don't need to override everything.
161 struct DOTGraphTraits : public DefaultDOTGraphTraits {
162 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {}
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
DOTGraphTraits.h 24 /// DefaultDOTGraphTraits - This class provides the default implementations of
29 struct DefaultDOTGraphTraits {
39 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {}
158 /// from DefaultDOTGraphTraits if you don't need to override everything.
161 struct DOTGraphTraits : public DefaultDOTGraphTraits {
162 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {}
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
DOTGraphTraits.h 24 /// DefaultDOTGraphTraits - This class provides the default implementations of
29 struct DefaultDOTGraphTraits {
39 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {}
158 /// from DefaultDOTGraphTraits if you don't need to override everything.
161 struct DOTGraphTraits : public DefaultDOTGraphTraits {
162 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DOTGraphTraits.h 24 /// DefaultDOTGraphTraits - This class provides the default implementations of
29 struct DefaultDOTGraphTraits {
39 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {}
158 /// from DefaultDOTGraphTraits if you don't need to override everything.
161 struct DOTGraphTraits : public DefaultDOTGraphTraits {
162 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {}

Completed in 330 milliseconds