Home
last modified time | relevance | path

Searched defs:ArrayDocNode (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMsgPackDocument.h26 class ArrayDocNode; variable
219 ArrayDocNode() {} in ArrayDocNode() function
220 ArrayDocNode(DocNode &N) : DocNode(N) { assert(getKind() == Type::Array); } in ArrayDocNode() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
DMsgPackDocument.h26 class ArrayDocNode; variable
252 ArrayDocNode(DocNode &N) : DocNode(N) { assert(getKind() == Type::Array); } in ArrayDocNode() function