Home | History | Annotate | Download | only in ExceptionDemo

Lines Matching full:initwith

247 /// @param initWith optional constant initialization value
252 llvm::Constant *initWith = 0) {
257 if (initWith)
258 tmp.CreateStore(initWith, ret);