Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daicasm_scan.l86 %x CEXPR
106 BEGIN CEXPR;
109 <CEXPR>\( { *string_buf_ptr++ = '('; parren_count++; }
110 <CEXPR>\) {
122 <CEXPR>\n { ++yylineno; }
123 <CEXPR>[^()\n]+ {
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3745 else if (const ConditionalOperator *CEXPR = in SynthesizeBlockCall() local
3747 Expr *LHSExp = CEXPR->getLHS(); in SynthesizeBlockCall()
3749 Expr *RHSExp = CEXPR->getRHS(); in SynthesizeBlockCall()
3751 Expr *CONDExp = CEXPR->getCond(); in SynthesizeBlockCall()
H A DRewriteModernObjC.cpp4576 else if (const ConditionalOperator *CEXPR = in SynthesizeBlockCall() local
4578 Expr *LHSExp = CEXPR->getLHS(); in SynthesizeBlockCall()
4580 Expr *RHSExp = CEXPR->getRHS(); in SynthesizeBlockCall()
4582 Expr *CONDExp = CEXPR->getCond(); in SynthesizeBlockCall()