Searched refs:CEXPR (Results 1 – 2 of 2) sorted by relevance
84 %x CEXPR105 BEGIN CEXPR;108 <CEXPR>\( { *string_buf_ptr++ = '('; parren_count++; }109 <CEXPR>\) {121 <CEXPR>\n { ++yylineno; }122 <CEXPR>\r ;123 <CEXPR>[^()\n]+ {
4563 else if (const ConditionalOperator *CEXPR = in SynthesizeBlockCall() local4565 Expr *LHSExp = CEXPR->getLHS(); in SynthesizeBlockCall()4567 Expr *RHSExp = CEXPR->getRHS(); in SynthesizeBlockCall()4569 Expr *CONDExp = CEXPR->getCond(); in SynthesizeBlockCall()