Searched refs:isNothrow (Results 1 - 13 of 13) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp426 if (!ProtoType->isNothrow(getContext()))
/external/clang/lib/CodeGen/
H A DCGException.cpp483 if (CD->isNothrow())
557 if (CD->isNothrow())
H A DCGExprCXX.cpp1256 bool nullCheck = allocatorType->isNothrow(getContext()) &&
H A DCGCall.cpp1091 if (FPT && FPT->isNothrow(getContext()))
/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp839 return FT->isNothrow(S.Context) ? CT_Cannot : CT_Can;
H A DSemaExprCXX.cpp3219 if (!CPT || !CPT->isNothrow(C))
3511 if (!CPT->isNothrow(Self.Context) || CPT->getNumParams() > 1)
3549 if (!CPT->isNothrow(Self.Context) || CPT->getNumParams() > 0)
H A DSemaChecking.cpp4827 if (!Proto->isNothrow(Context, /*ResultIfDependent*/true) &&
/external/clang/lib/AST/
H A DExprCXX.cpp215 castAs<FunctionProtoType>()->isNothrow(Ctx);
H A DType.cpp1694 bool FunctionProtoType::isNothrow(const ASTContext &Ctx, function in class:FunctionProtoType
/external/clang/include/clang/AST/
H A DDecl.h3442 bool isNothrow() const { return BodyAndNothrow.getInt(); }
H A DType.h3041 bool isNothrow(const ASTContext &Ctx, bool ResultIfDependent = false) const;
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp867 Record.push_back(CD->isNothrow() ? 1 : 0);
/external/clang/lib/Analysis/
H A DCFG.cpp1707 Proto->isNothrow(Ctx))

Completed in 362 milliseconds