Lines Matching defs:variable

870   /// MethodVarNames - uniqued method variable names.
888 /// PropertyNames - uniqued method variable names.
1041 /// CreateMetadataVar - Create a global variable with internal
1045 /// variable, but also sets the section and alignment and adds the
1048 /// \param Name - The variable name.
1049 /// \param Init - The variable initializer; this is also used to
1050 /// define the type of the variable.
1051 /// \param Section - The section the variable should go into, or empty.
1052 /// \param Align - The alignment for the variable, or 0.
1053 /// \param AddToUsed - Whether the variable should be added to
1495 /// GetClassGlobal - Return the global variable for the Objective-C
1531 /// ObjCIvarOffsetVariable - Returns the ivar offset variable for
1858 /// A helper function to create an internal or private global variable.
2350 printf("\n block variable layout for block: ");
2371 const VarDecl *variable = CI.getVariable();
2372 QualType type = variable->getType();
2374 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable);
2393 assert(!type->isArrayType() && "array variable should not be caught");
2410 /// block variable for the purpose of block layout meta-data generation. FQT is
2411 /// the type of the variable captured in the block.
2587 /// block variable layout if it can. If not, it returns 0. Rules are as follow:
2766 // Block variable layout instruction has been inlined.
2769 printf("\n Inline BYREF variable layout: ");
2771 printf("\n Inline block variable layout: ");
2792 printf("\n Byref variable layout: ");
2794 printf("\n Block variable layout: ");
2900 const VarDecl *variable = CI.getVariable();
2901 QualType type = variable->getType();
2903 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable);
2911 assert(!type->isArrayType() && "array variable should not be caught");
2943 assert(!T->isArrayType() && "__block array variable should not be caught");
4602 // variable in a place that dominates the branch through the cleanup
4748 // The scope of the catch variable ends right here.
4779 // Collect any cleanups for the catch variable. The scope lasts until
4786 // Initialize the catch variable.
4794 // We're done with the catch variable.
4849 // If we have a propagating-exception variable, check it.
5075 // superclass variable. This flag used to be consumed by the runtime to work
6819 /// ObjCIvarOffsetVariable - Returns the ivar offset variable for
6875 // useful assertion: we'll never use this variable to calculate ivar offsets,