Home
last modified time | relevance | path

Searched refs:CEXPR (Results 1 – 3 of 3) 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 DRewriteObjC.cpp3725 else if (const ConditionalOperator *CEXPR = in SynthesizeBlockCall() local
3727 Expr *LHSExp = CEXPR->getLHS(); in SynthesizeBlockCall()
3729 Expr *RHSExp = CEXPR->getRHS(); in SynthesizeBlockCall()
3731 Expr *CONDExp = CEXPR->getCond(); in SynthesizeBlockCall()
H A DRewriteModernObjC.cpp4547 else if (const ConditionalOperator *CEXPR = in SynthesizeBlockCall() local
4549 Expr *LHSExp = CEXPR->getLHS(); in SynthesizeBlockCall()
4551 Expr *RHSExp = CEXPR->getRHS(); in SynthesizeBlockCall()
4553 Expr *CONDExp = CEXPR->getCond(); in SynthesizeBlockCall()