Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:semantic

2407     const Expr *semantic = *i;
2409 // If this semantic expression is an opaque value, bind it
2411 if (const OpaqueValueExpr *ov = dyn_cast<OpaqueValueExpr>(semantic)) {
2415 // If this semantic is the result of the pseudo-object
2430 } else if (semantic == resultExpr) {
2431 result = tryEmitARCRetainScalarExpr(CGF, semantic);
2435 CGF.EmitIgnoredExpr(semantic);