Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Variable

57     // local variable map) which could be used by subsequent statements.
507 // scope of the variable that is declared extends from its point
636 // Create a cleanup scope for the condition variable cleanups.
641 // If the for statement has a condition scope, emit the local variable
734 // The loop body, consisting of the specified body and the loop variable.
756 // Create a separate cleanup scope for the loop variable and body.
815 // constructed into the NRVO variable.
817 // If there is an NRVO flag for this variable, set it to 1 into indicate
818 // that the cleanup code should not destroy the variable.
1374 /// AddVariableConstraints - Look at AsmExpr and if it is a variable declared
1385 const VarDecl *Variable = dyn_cast<VarDecl>(&Value);
1386 if (!Variable)
1388 if (Variable->getStorageClass() != SC_Register)
1390 AsmLabelAttr *Attr = Variable->getAttr<AsmLabelAttr>();