Home
last modified time | relevance | path

Searched refs:IsNothrow (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp3094 Optional<unsigned> *AlignmentParam, bool *IsNothrow) const { in isReplaceableGlobalAllocationFunction()
3153 if (IsNothrow) in isReplaceableGlobalAllocationFunction()
3154 *IsNothrow = true; in isReplaceableGlobalAllocationFunction()
H A DExprConstant.cpp6594 bool IsNothrow = false; in HandleOperatorNewCall() local
6597 IsNothrow |= E->getType()->isNothrowT(); in HandleOperatorNewCall()
6614 if (IsNothrow) { in HandleOperatorNewCall()
9334 bool IsNothrow = false; in VisitCXXNewExpr() local
9367 IsNothrow = true; in VisitCXXNewExpr()
9393 if (IsNothrow) in VisitCXXNewExpr()
9406 if (IsNothrow) in VisitCXXNewExpr()
9433 if (IsNothrow) in VisitCXXNewExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h2363 bool *IsNothrow = nullptr) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp14926 bool IsNothrow = false; in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction() local
14927 if (!FD->isReplaceableGlobalAllocationFunction(&AlignmentParam, &IsNothrow)) in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction()
14935 if (!IsNothrow && !FD->hasAttr<ReturnsNonNullAttr>()) in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction()