Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DItaniumDemangle.cpp1365 ConditionalExpr(Node *Cond_, Node *Then_, Node *Else_) in ConditionalExpr() argument
1366 : Cond(Cond_), Then(Then_), Else(Else_) {} in ConditionalExpr()
/external/libcxxabi/src/demangle/
DItaniumDemangle.h1523 ConditionalExpr(const Node *Cond_, const Node *Then_, const Node *Else_) in ConditionalExpr() argument
1524 : Node(KConditionalExpr), Cond(Cond_), Then(Then_), Else(Else_) {} in ConditionalExpr()