Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/microcode/aic7xxx/
H A Daicasm_scan.l81 %x CEXPR
102 BEGIN CEXPR;
105 <CEXPR>\( { *string_buf_ptr++ = '('; parren_count++; }
106 <CEXPR>\) {
118 <CEXPR>\n { ++yylineno; }
119 <CEXPR>\r ;
120 <CEXPR>[^()\n]+ {
/openbsd-src/gnu/llvm/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.cpp4566 else if (const ConditionalOperator *CEXPR = in SynthesizeBlockCall() local
4568 Expr *LHSExp = CEXPR->getLHS(); in SynthesizeBlockCall()
4570 Expr *RHSExp = CEXPR->getRHS(); in SynthesizeBlockCall()
4572 Expr *CONDExp = CEXPR->getCond(); in SynthesizeBlockCall()