Searched refs:IsNoThrow (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ObjCARCInstKind.h | 89 bool IsNoThrow(ARCInstKind Class);
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Interp.h | 258 unsigned ElemSize, bool IsNoThrow) { in CheckArraySize() argument 277 if (!IsNoThrow) { in CheckArraySize() 3314 bool IsNoThrow) { in AllocN() argument 3319 if (!CheckArraySize(S, OpPC, &NumElements, primSize(T), IsNoThrow)) { in AllocN() 3320 if (!IsNoThrow) in AllocN() 3346 bool IsNoThrow) { in AllocCN() argument 3352 IsNoThrow)) { in AllocCN() 3353 if (!IsNoThrow) in AllocCN()
|
| H A D | Compiler.cpp | 3446 bool IsNoThrow = false; in VisitCXXNewExpr() local 3462 IsNoThrow = true; in VisitCXXNewExpr() 3535 if (!this->emitAllocN(SizeT, *ElemT, E, IsNoThrow, E)) in VisitCXXNewExpr() 3539 if (!this->emitAllocCN(SizeT, Desc, IsNoThrow, E)) in VisitCXXNewExpr() 3583 if (IsNoThrow) { in VisitCXXNewExpr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ObjCARCInstKind.cpp | 595 bool llvm::objcarc::IsNoThrow(ARCInstKind Class) { in IsNoThrow() function in llvm::objcarc
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARCOpts.cpp | 1030 if (IsNoThrow(Class)) { in OptimizeIndividualCallImpl()
|