Searched defs:ternary (Results 1 – 7 of 7) sorted by relevance
50 void ternary() { in ternary() function
31 int ternary = a ? undef : a; variable
107 int ternary = a ? nullptr : a; variable
538 private Tree.Expression ternary(Tree.Expression term1) { in ternary() method in ConstExpressionParser
1601 ASTNode::ID ternary = this->createNode(getNode(base).fOffset, ASTNode::Kind::kTernary); in ternaryExpression() local
1920 isl_ast_expr *ternary, *arg; in add_intermediate_piece() local
1000 auto ternary = [&](auto&& fn) { in writeIntrinsicCall() local