Lines Matching defs:Variable
66 // local variable map) which could be used by subsequent statements.
807 // scope of the variable that is declared extends from its point
978 // Create a cleanup scope for the condition variable cleanups.
982 // the continue block. Otherwise, if there is no condition variable, we can
983 // form the continue block now. If there is a condition variable, we can't
986 // ensure that there are no continues from the condition variable that jump
996 // If the for statement has a condition scope, emit the local variable
1001 // We have entered the condition variable's scope, so we're now able to
1098 // The loop body, consisting of the specified body and the loop variable.
1126 // Create a separate cleanup scope for the loop variable and body.
1225 // constructed into the NRVO variable.
1227 // If there is an NRVO flag for this variable, set it to 1 into indicate
1228 // that the cleanup code should not destroy the variable.
1819 // Emit the condition variable if needed inside the entire cleanup scope
2013 /// AddVariableConstraints - Look at AsmExpr and if it is a variable declared
2025 const VarDecl *Variable = dyn_cast<VarDecl>(&Value);
2026 if (!Variable)
2028 if (Variable->getStorageClass() != SC_Register)
2030 AsmLabelAttr *Attr = Variable->getAttr<AsmLabelAttr>();
2731 // Initialize variable-length arrays.