Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/aic7xxx/aicasm/
H A Daicasm_scan.l86 %x CEXPR
107 BEGIN CEXPR;
110 <CEXPR>\( { *string_buf_ptr++ = '('; parren_count++; }
111 <CEXPR>\) {
123 <CEXPR>\n { ++yylineno; }
124 <CEXPR>\r ;
125 <CEXPR>[^()\n]+ {
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3733 else if (const ConditionalOperator *CEXPR = in SynthesizeBlockCall() local
3735 Expr *LHSExp = CEXPR->getLHS(); in SynthesizeBlockCall()
3737 Expr *RHSExp = CEXPR->getRHS(); in SynthesizeBlockCall()
3739 Expr *CONDExp = CEXPR->getCond(); in SynthesizeBlockCall()
H A DRewriteModernObjC.cpp4565 else if (const ConditionalOperator *CEXPR = in SynthesizeBlockCall() local
4567 Expr *LHSExp = CEXPR->getLHS(); in SynthesizeBlockCall()
4569 Expr *RHSExp = CEXPR->getRHS(); in SynthesizeBlockCall()
4571 Expr *CONDExp = CEXPR->getCond(); in SynthesizeBlockCall()