Home | History | Annotate | Download | only in ExceptionDemo

Lines Matching full:initwith

254 /// @param initWith optional constant initialization value
259 llvm::Constant *initWith = 0) {
264 if (initWith)
265 tmp.CreateStore(initWith, ret);