Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp616 auto DiagType = D.getSeverity() == llvm::DS_Error in UnsupportedDiagHandler() local
619 Diags.Report(Loc, DiagType) << Msg; in UnsupportedDiagHandler()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9392 unsigned DiagType = 0; in CheckAbsoluteValueFunction() local
9394 DiagType = 1; in CheckAbsoluteValueFunction()
9396 DiagType = 2; in CheckAbsoluteValueFunction()
9398 Diag(Call->getExprLoc(), diag::warn_pointer_abs) << DiagType << ArgType; in CheckAbsoluteValueFunction()
13096 } DiagType; in DiagnoseAlwaysNonNullPointer() local
13098 DiagType = AddressOf; in DiagnoseAlwaysNonNullPointer()
13100 DiagType = FunctionPointer; in DiagnoseAlwaysNonNullPointer()
13102 DiagType = ArrayPointer; in DiagnoseAlwaysNonNullPointer()
13105 Diag(E->getExprLoc(), DiagID) << DiagType << S.str() << E->getSourceRange() in DiagnoseAlwaysNonNullPointer()
H A DSemaOpenMP.cpp2783 StringRef DiagType = "");
5155 StringRef DiagType) { in getPrivateItem() argument
5200 } else if (!DiagType.empty()) { in getPrivateItem()
5205 << DiagSelect << DiagType << ERange; in getPrivateItem()
H A DSemaExpr.cpp8031 int DiagType = (NullKind == Expr::NPCK_CXX11_nullptr); in DiagnoseConditionalForNull() local
8033 << NonPointerExpr->getType() << DiagType in DiagnoseConditionalForNull()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltin.cpp1835 QualType DiagType = in interp__builtin_memcpy() local
1839 << Move << DiagType; in interp__builtin_memcpy()