Home
last modified time | relevance | path

Searched refs:DiagType (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaChecking.cpp5090 unsigned DiagType = 0; in CheckAbsoluteValueFunction() local
5092 DiagType = 1; in CheckAbsoluteValueFunction()
5094 DiagType = 2; in CheckAbsoluteValueFunction()
5096 Diag(Call->getExprLoc(), diag::warn_pointer_abs) << DiagType << ArgType; in CheckAbsoluteValueFunction()
7751 unsigned DiagType; in DiagnoseAlwaysNonNullPointer() local
7753 DiagType = AddressOf; in DiagnoseAlwaysNonNullPointer()
7755 DiagType = FunctionPointer; in DiagnoseAlwaysNonNullPointer()
7757 DiagType = ArrayPointer; in DiagnoseAlwaysNonNullPointer()
7760 Diag(E->getExprLoc(), DiagID) << DiagType << S.str() << E->getSourceRange() in DiagnoseAlwaysNonNullPointer()
DSemaExpr.cpp5845 int DiagType = (NullKind == Expr::NPCK_CXX11_nullptr); in DiagnoseConditionalForNull() local
5847 << NonPointerExpr->getType() << DiagType in DiagnoseConditionalForNull()