HomeSort by: relevance | last modified time | path
    Searched refs:IsNothrow (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
Decl.cpp 3094 Optional<unsigned> *AlignmentParam, bool *IsNothrow) const {
3153 if (IsNothrow)
3154 *IsNothrow = true;
4894 bool CapturedDecl::isNothrow() const { return BodyAndNothrow.getInt(); }
ExprConstant.cpp 6594 bool IsNothrow = false;
6597 IsNothrow |= E->getType()->isNothrowT();
6614 if (IsNothrow) {
9334 bool IsNothrow = false;
9367 IsNothrow = true;
9393 if (IsNothrow)
9406 if (IsNothrow)
9433 if (IsNothrow)
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Decl.h 2360 /// the `std::nothrow_t` tag, return true through IsNothrow,
2363 bool *IsNothrow = nullptr) const;
4345 bool isNothrow() const;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 11047 if (FPT->isNothrow())
14926 bool IsNothrow = false;
14927 if (!FD->isReplaceableGlobalAllocationFunction(&AlignmentParam, &IsNothrow))
14935 if (!IsNothrow && !FD->hasAttr<ReturnsNonNullAttr>())
15062 if (Context.BuiltinInfo.isNoThrow(BuiltinID) && !FD->hasAttr<NoThrowAttr>())

Completed in 68 milliseconds