Searched refs:initWith (Results 1 – 2 of 2) sorted by relevance
201 llvm::Constant *initWith = 0) { in createEntryBlockAlloca() argument206 if (initWith) in createEntryBlockAlloca()207 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];