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/Interp/ |
H A D | Interp.h | 223 unsigned ElemSize, bool IsNoThrow) { in CheckArraySize() argument 235 if (!IsNoThrow) { in CheckArraySize() 2860 bool IsNoThrow) { in AllocN() argument 2865 if (!CheckArraySize(S, OpPC, &NumElements, primSize(T), IsNoThrow)) { in AllocN() 2866 if (!IsNoThrow) in AllocN() 2885 bool IsNoThrow) { in AllocCN() argument 2891 IsNoThrow)) { in AllocCN() 2892 if (!IsNoThrow) in AllocCN()
|
H A D | Compiler.cpp | 2791 bool IsNoThrow = false; in VisitCXXNewExpr() local 2810 IsNoThrow = true; in VisitCXXNewExpr() 2847 if (!this->emitAllocN(SizeT, *ElemT, E, IsNoThrow, E)) in VisitCXXNewExpr() 2851 if (!this->emitAllocCN(SizeT, Desc, IsNoThrow, E)) 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()
|