Home
last modified time | relevance | path

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

/external/libcxxabi/src/demangle/
DItaniumDemangle.h1641 NewExpr(NodeArray ExprList_, Node *Type_, NodeArray InitList_, bool IsGlobal_, in NewExpr()
1730 ConversionExpr(const Node *Type_, NodeArray Expressions_) in ConversionExpr()
1915 IntegerLiteral(StringView Type_, StringView Value_) in IntegerLiteral()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DItaniumDemangle.cpp1468 NewExpr(NodeArray ExprList_, Node *Type_, NodeArray InitList_, bool IsGlobal_, in NewExpr()
1546 ConversionExpr(const Node *Type_, NodeArray Expressions_) in ConversionExpr()
1710 IntegerExpr(StringView Type_, StringView Value_) : Type(Type_), Value(Value_) {} in IntegerExpr()