Searched refs:initWith (Results 1 – 8 of 8) sorted by relevance
97 //% [[GPB##KEY_NAME##VALUE_NAME##Dictionary alloc] initWith##VNAME$u##s:k##VNAME$u##s148 //% [[GPB##KEY_NAME##VALUE_NAME##Dictionary alloc] initWith##VNAME$u##s:k##VNAME$u##s1153 //% [[GPB##KEY_NAME##VALUE_NAME##Dictionary alloc] initWith##VNAME$u##s:k##VNAME$u##s1158 //% [[GPB##KEY_NAME##VALUE_NAME##Dictionary alloc] initWith##VNAME$u##s:k##VNAME$u##s2163 //% [[GPB##KEY_NAME##VALUE_NAME##Dictionary alloc] initWith##VNAME$u##s:k##VNAME$u##s1168 //% [[GPB##KEY_NAME##VALUE_NAME##Dictionary alloc] initWith##VNAME$u##s:k##VNAME$u##s3199 //% [[GPB##KEY_NAME##VALUE_NAME##Dictionary alloc] initWith##VNAME$u##s:k##VNAME$u##s220 //% [[GPB##KEY_NAME##VALUE_NAME##Dictionary alloc] initWith##VNAME$u##s:k##VNAME$u##s246 //% [[GPB##KEY_NAME##VALUE_NAME##Dictionary alloc] initWith##VNAME$u##s:k##VNAME$u##s264 //% [[GPB##KEY_NAME##VALUE_NAME##Dictionary alloc] initWith##VNAME$u##s:k##VNAME$u##s[all …]
39 - (id<BaseTree>) initWith:(id<BaseTree>)node;114 - (id<BaseTree>) initWith:(id<BaseTree>)node;
75 return [[BaseTree alloc] initWith:(id<BaseTree>) node];88 - (id) initWith:(id<BaseTree>)node
202 llvm::Constant *initWith = 0) { in createEntryBlockAlloca() argument207 if (initWith) in createEntryBlockAlloca()208 tmp.CreateStore(initWith, ret); in createEntryBlockAlloca()
254 llvm::Constant *initWith = 0) { in createEntryBlockAlloca() argument259 if (initWith) in createEntryBlockAlloca()260 tmp.CreateStore(initWith, ret); in createEntryBlockAlloca()
259 llvm::Constant *initWith = 0) { in createEntryBlockAlloca() argument264 if (initWith) in createEntryBlockAlloca()265 tmp.CreateStore(initWith, ret); in createEntryBlockAlloca()
95 - (id) initWith: (int) x;140 id x = [[Test3 alloc] initWith: 5];149 // Call to -initWith: with elided retain of consumed argument.187 // Call to -initWith: with elided retain of consumed argument.200 return [[Test3 alloc] initWith: 6];
585 //% return [[[self alloc] initWith##VNAME$u##s:NULL forKeys:NULL count:0] autorelease];590 //% // Cast is needed so the compiler knows what class we are invoking initWith##VNAME$u##s:forKey…592 //% return [[(GPB##KEY_NAME##VALUE_NAME##Dictionary*)[self alloc] initWith##VNAME$u##s:&##VNAME600 //% // Cast is needed so the compiler knows what class we are invoking initWith##VNAME$u##s:forKey…602 //% return [[(GPB##KEY_NAME##VALUE_NAME##Dictionary*)[self alloc] initWith##VNAME$u##s:##VNAME##s618 //% return [self initWith##VNAME$u##s:NULL forKeys:NULL count:0];621 //%- (instancetype)initWith##VNAME$u##s:(const VALUE_TYPE [])##VNAME##s637 //% self = [self initWith##VNAME$u##s:NULL forKeys:NULL count:0];648 //% return [self initWith##VNAME$u##s:NULL forKeys:NULL count:0];960 //% return [[[self alloc] initWith##VNAME$u##s:NULL forKeys:NULL count:0] autorelease];[all …]