Home
last modified time | relevance | path

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

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