Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Variable

56     // local variable map) which could be used by subsequent statements.
455 // scope of the variable that is declared extends from its point
584 // Create a cleanup scope for the condition variable cleanups.
589 // If the for statement has a condition scope, emit the local variable
682 // The loop body, consisting of the specified body and the loop variable.
704 // Create a separate cleanup scope for the loop variable and body.
751 // constructed into the NRVO variable.
753 // If there is an NRVO flag for this variable, set it to 1 into indicate
754 // that the cleanup code should not destroy the variable.
1269 /// AddVariableConstraints - Look at AsmExpr and if it is a variable declared
1280 const VarDecl *Variable = dyn_cast<VarDecl>(&Value);
1281 if (!Variable)
1283 AsmLabelAttr *Attr = Variable->getAttr<AsmLabelAttr>();