Searched refs:NumReservedClauses (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Instructions.cpp | 210 LandingPadInst *LandingPadInst::Create(Type *RetTy, unsigned NumReservedClauses, in Create() argument 213 return new LandingPadInst(RetTy, NumReservedClauses, NameStr, InsertBefore); in Create() 216 LandingPadInst *LandingPadInst::Create(Type *RetTy, unsigned NumReservedClauses, in Create() argument 219 return new LandingPadInst(RetTy, NumReservedClauses, NameStr, InsertAtEnd); in Create()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 2873 static LandingPadInst *Create(Type *RetTy, unsigned NumReservedClauses, 2876 static LandingPadInst *Create(Type *RetTy, unsigned NumReservedClauses,
|