Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_scan.l84 %x CEXPR
105 BEGIN CEXPR;
108 <CEXPR>\( { *string_buf_ptr++ = '('; parren_count++; }
109 <CEXPR>\) {
121 <CEXPR>\n { ++yylineno; }
122 <CEXPR>\r ;
123 <CEXPR>[^()\n]+ {
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp4563 else if (const ConditionalOperator *CEXPR = in SynthesizeBlockCall() local
4565 Expr *LHSExp = CEXPR->getLHS(); in SynthesizeBlockCall()
4567 Expr *RHSExp = CEXPR->getRHS(); in SynthesizeBlockCall()
4569 Expr *CONDExp = CEXPR->getCond(); in SynthesizeBlockCall()