Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Variable

62     // local variable map) which could be used by subsequent statements.
678 // scope of the variable that is declared extends from its point
836 // Create a cleanup scope for the condition variable cleanups.
840 // If the for statement has a condition scope, emit the local variable
930 variable.
955 // Create a separate cleanup scope for the loop variable and body.
1020 // constructed into the NRVO variable.
1022 // If there is an NRVO flag for this variable, set it to 1 into indicate
1023 // that the cleanup code should not destroy the variable.
1497 // Emit the condition variable if needed inside the entire cleanup scope
1674 /// AddVariableConstraints - Look at AsmExpr and if it is a variable declared
1685 const VarDecl *Variable = dyn_cast<VarDecl>(&Value);
1686 if (!Variable)
1688 if (Variable->getStorageClass() != SC_Register)
1690 AsmLabelAttr *Attr = Variable->getAttr<AsmLabelAttr>();
2233 // Initialize variable-length arrays.