Home
last modified time | relevance | path

Searched refs:Base_ (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DItaniumDemangle.cpp354 AbiTagAttr(Node* Base_, StringView Tag_) in AbiTagAttr()
355 : Node(KAbiTagAttr, Base_->RHSComponentCache, in AbiTagAttr()
356 Base_->ArrayCache, Base_->FunctionCache), in AbiTagAttr()
357 Base(Base_), Tag(Tag_) {} in AbiTagAttr()
575 ArrayType(Node *Base_, NodeOrString Dimension_) in ArrayType() argument
579 Base(Base_), Dimension(Dimension_) {} in ArrayType()
582 ArrayType(Node *Base_) in ArrayType() argument
586 Base(Base_) {} in ArrayType()
1242 DtorName(Node *Base_) : Node(KDtorName), Base(Base_) {} in DtorName() argument
/external/libcxxabi/src/demangle/
DItaniumDemangle.h412 AbiTagAttr(Node* Base_, StringView Tag_) in AbiTagAttr()
413 : Node(KAbiTagAttr, Base_->RHSComponentCache, in AbiTagAttr()
414 Base_->ArrayCache, Base_->FunctionCache), in AbiTagAttr()
415 Base(Base_), Tag(Tag_) {} in AbiTagAttr()
645 ArrayType(const Node *Base_, NodeOrString Dimension_) in ArrayType() argument
649 Base(Base_), Dimension(Dimension_) {} in ArrayType()
1388 DtorName(const Node *Base_) : Node(KDtorName), Base(Base_) {} in DtorName() argument