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

  /external/llvm/include/llvm/Support/
YAMLTraits.h 1011 class HNode {
1014 HNode(Node *n) : _node(n) { }
1015 virtual ~HNode() { }
1016 static inline bool classof(const HNode *) { return true; }
1021 class EmptyHNode : public HNode {
1024 EmptyHNode(Node *n) : HNode(n) { }
1025 static inline bool classof(const HNode *n) {
1031 class ScalarHNode : public HNode {
1034 ScalarHNode(Node *n, StringRef s) : HNode(n), _value(s) { }
1038 static inline bool classof(const HNode *n)
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
YAMLTraits.h     [all...]

Completed in 998 milliseconds