Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:variable

853   /// MethodVarNames - uniqued method variable names.
867 /// PropertyNames - uniqued method variable names.
1001 /// CreateMetadataVar - Create a global variable with internal
1005 /// variable, but also sets the section and alignment and adds the
1008 /// \param Name - The variable name.
1009 /// \param Init - The variable initializer; this is also used to
1010 /// define the type of the variable.
1011 /// \param Section - The section the variable should go into, or 0.
1012 /// \param Align - The alignment for the variable, or 0.
1013 /// \param AddToUsed - Whether the variable should be added to
1267 /// GetClassGlobal - Return the global variable for the Objective-C
1367 /// GetClassGlobal - Return the global variable for the Objective-C
1391 /// ObjCIvarOffsetVariable - Returns the ivar offset variable for
1971 const VarDecl *variable
1972 QualType type = variable->getType();
1974 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable);
1987 assert(!type->isArrayType() && "array variable should not be caught");
2015 printf("\n block variable layout for block: ");
2029 /// block variable for the purpose of block layout meta-data generation. FQT is
2030 /// the type of the variable captured in the block.
2210 /// block variable layout if it can. If not, it returns 0. Rules are as follow:
2390 // Block variable layout instruction has been inlined.
2393 printf("\n Inline instruction for BYREF variable layout: ");
2395 printf("\n Inline instruction for block variable layout: ");
2416 printf("\n BYREF variable layout: ");
2418 printf("\n block variable layout: ");
2490 const VarDecl *variable = ci->getVariable();
2491 QualType type = variable->getType();
2493 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable);
2501 assert(!type->isArrayType() && "array variable should not be caught");
2522 assert(!T->isArrayType() && "__block array variable should not be caught");
3727 variable is modified between the setjmp and the longjmp, it has
3856 // variable in a place that dominates the branch through the cleanup
4000 // The scope of the catch variable ends right here.
4031 // Collect any cleanups for the catch variable. The scope lasts until
4038 // Initialize the catch variable.
4046 // We're done with the catch variable.
4101 // If we have a propagating-exception variable, check it.
4301 // superclass variable. <rdar://problem/6803242>
6106 /// ObjCIvarOffsetVariable - Returns the ivar offset variable for