Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()