Home
last modified time | relevance | path

Searched refs:initWith (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp201 llvm::Constant *initWith = 0) { in createEntryBlockAlloca() argument
206 if (initWith) in createEntryBlockAlloca()
207 tmp.CreateStore(initWith, ret); in createEntryBlockAlloca()
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Darc.m95 - (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];