Home
last modified time | relevance | path

Searched refs:IsNoThrow (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCInstKind.h89 bool IsNoThrow(ARCInstKind Class);
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h223 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 DCompiler.cpp2791 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 DObjCARCInstKind.cpp595 bool llvm::objcarc::IsNoThrow(ARCInstKind Class) { in IsNoThrow() function in llvm::objcarc
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp1030 if (IsNoThrow(Class)) { in OptimizeIndividualCallImpl()