Home
last modified time | relevance | path

Searched refs:warn_old_style_cast (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-common.h802 extern int warn_old_style_cast;
H A Dc-opts.c911 warn_old_style_cast = on;
H A Dc-common.c638 int warn_old_style_cast; variable
/openbsd/gnu/gcc/gcc/
H A Dc.opt315 C++ ObjC++ Var(warn_old_style_cast)
/openbsd/gnu/gcc/gcc/cp/
H A DChangeLog-1997820 * cp-tree.h (warn_old_style_cast): New variable.
821 * decl2.c (warn_old_style_cast): Likewise.
H A Dparser.c5623 if (warn_old_style_cast in cp_parser_cast_expression()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl2.c3137 if (warn_old_style_cast && ! in_system_header
H A DChangeLog.214495 * cp-tree.h (warn_old_style_cast): New variable.
14496 * decl2.c (warn_old_style_cast): Likewise.
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp8229 Diag(LParenLoc, diag::warn_old_style_cast) << CastExpr->getSourceRange(); in ActOnCastExpr()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td4018 def warn_old_style_cast : Warning<