Searched refs:SourceBase (Results 1 – 4 of 4) sorted by relevance
10 @interface SourceBase: NSObject interface14 - (SourceBase *) initWithFirst: (int) first andSecond: (int) second;19 @implementation SourceBase implementation22 printf ("Called in SourceBase version of randomMethod.\n"); // SourceBase randomMethod start line.27 return my_return; // SourceBase returnsStruct start line.30 - (SourceBase *) initWithFirst: (int) first andSecond: (int) second39 @interface Source : SourceBase
3 // SourceBase will be the base class of Source. We'll pass a Source object into a4 // function as a SourceBase, and then see if the dynamic typing can get us through the KVO7 @interface SourceBase: NSObject interface11 - (SourceBase *) init;15 @implementation SourceBase implementation16 - (SourceBase *) init33 @interface Source : SourceBase121 handle_SourceBase (SourceBase *object)
3 // SourceBase will be the base class of Source. We'll pass a Source object into a4 // function as a SourceBase, and then see if the dynamic typing can get us through the KVO7 @interface SourceBase: NSObject interface11 - (SourceBase *) init;15 @implementation SourceBase implementation16 - (SourceBase *) init33 @interface Source : SourceBase
1731 Value *SourceBase, *SourceOffset; in makeStatepointExplicitImpl() local1732 std::tie(SourceBase, SourceOffset) = GetBaseAndOffset(Source); in makeStatepointExplicitImpl()1740 CallArgs.push_back(SourceBase); in makeStatepointExplicitImpl()