Searched refs:ignored (Results 76 - 100 of 118) sorted by relevance

12345

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dsomsolib.c1570 no_shared_libraries (char *ignored, int from_tty) argument
1601 threshold in megabytes. Is ignored when using `sharedlibrary'.",
H A Dtop.c1066 to the inferior and breakpoints will be ignored. */
1102 /* The `key' argument to rl_get_previous_history is ignored. */
1551 dont_repeat_command (char *ignored, int from_tty)
1539 dont_repeat_command(char *ignored, int from_tty) argument
/freebsd-9.3-release/contrib/libc++/src/
H A Dlocale.cpp42 #pragma clang diagnostic ignored "-Wsign-conversion"
130 #pragma clang diagnostic ignored "-Wpadded"
257 #pragma GCC diagnostic ignored "-Wextra"
4707 #pragma clang diagnostic ignored "-Wmissing-field-initializers"
4710 #pragma GCC diagnostic ignored "-Wmissing-field-initializers"
4858 #pragma clang diagnostic ignored "-Wmissing-braces"
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c1567 FIXME: Types are ignored in these register lists, which is probably a
2040 as_warn (_("unknown register '%s' -- .req ignored"), oldname);
2842 s_ltorg (int ignored ATTRIBUTE_UNUSED)
2987 s_arm_rel31 (int ignored ATTRIBUTE_UNUSED)
3029 s_arm_unwind_fnstart (int ignored ATTRIBUTE_UNUSED)
3052 s_arm_unwind_handlerdata (int ignored ATTRIBUTE_UNUSED)
3064 s_arm_unwind_fnend (int ignored ATTRIBUTE_UNUSED)
3123 s_arm_unwind_cantunwind (int ignored ATTRIBUTE_UNUSED)
3136 s_arm_unwind_personalityindex (int ignored ATTRIBUTE_UNUSED)
3162 s_arm_unwind_personality (int ignored ATTRIBUTE_UNUSE
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c125 dt_idreset(dt_idhash_t *dhp, dt_ident_t *idp, void *ignored) argument
134 dt_idpragma(dt_idhash_t *dhp, dt_ident_t *idp, void *ignored) argument
930 * in a DIFO; this constant will be ignored when the ftruncate() is
2220 * depends_on. Dependency errors are silently ignored to permit a library
2306 * depends_on. Dependency errors are silently ignored to permit a library
/freebsd-9.3-release/contrib/binutils/gas/
H A Dread.c1468 as_warn (_("size (%ld) out of range, ignored"), (long) temp);
1942 as_warn (_("size negative; .fill ignored"));
1948 as_warn (_("repeat < 0; .fill ignored"));
2153 s_gnu_attribute (int ignored ATTRIBUTE_UNUSED)
2542 _("attempt to redefine pseudo-op `%s' ignored"),
2659 segment or the .org is ignored.
3178 as_warn (_(".space repeat count is zero, ignored"));
3180 as_warn (_(".space repeat count is negative, ignored"));
/freebsd-9.3-release/contrib/bmake/mk/
H A Ddirdeps.mk76 # target so that in the general case TARGET_SPEC can be ignored.
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp174 // Very minimal debug info. It is ignored if we emit actual debug info. If we
606 bool ignored; local
608 &ignored);
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1116 bool ignored; local
1119 &ignored); local
2573 bool ignored; local
2577 APFloat::rmNearestTiesToEven, &ignored); local
2583 bool ignored; local
2588 APFloat::rmTowardZero, &ignored);
3234 bool ignored; local
3238 APFloat::rmNearestTiesToEven, &ignored); local
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DAsmWriter.cpp787 bool ignored; local
823 &ignored);
H A DConstants.cpp561 bool ignored; local
563 APFloat::rmNearestTiesToEven, &ignored); local
/freebsd-9.3-release/contrib/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp217 bool ignored; local
220 APF.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, &ignored);
/freebsd-9.3-release/contrib/gcc/
H A Dc-common.c443 The value of this flag is ignored if -pedantic is specified. */
4214 "%qE attribute ignored for field of type %qT",
4225 warning (OPT_Wattributes, "%qE attribute ignored", name);
4244 warning (OPT_Wattributes, "%qE attribute ignored", name);
4262 warning (OPT_Wattributes, "%qE attribute ignored", name);
4289 warning (OPT_Wattributes, "%qE attribute ignored", name);
4308 warning (OPT_Wattributes, "%qE attribute ignored", name);
4331 warning (OPT_Wattributes, "%qE attribute ignored", name);
4354 warning (OPT_Wattributes, "%qE attribute ignored", name);
4375 warning (OPT_Wattributes, "%qE attribute ignored", nam
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c29 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp104 return (void) EmitAnyExpr(E, AggValueSlot::ignored(), true);
134 AggValueSlot AggSlot = AggValueSlot::ignored();
2571 // __weak attribute on a field is ignored.
2975 return EmitARCStoreStrong(E, /*ignored*/ false).first;
3328 // Otherwise, evaluate the expression in an ignored context.
3347 return emitPseudoObjectExpr(*this, E, true, AggValueSlot::ignored()).LV;
H A DCGExprScalar.cpp1095 assert (Ignore == false && "init list ignored");
1698 bool ignored; local
1700 llvm::APFloat::rmTowardZero, &ignored);
2099 // If the result is clearly ignored, return now.
2852 // If the result is clearly ignored, return now.
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp2866 // Warn about ignored flag with a fixit removal.
3050 // Check that flags are not ignored by another flag
3051 if (FS.hasSpacePrefix() && FS.hasPlusPrefix()) // ' ' ignored by '+'
3054 if (FS.hasLeadingZeros() && FS.isLeftJustified()) // '0' ignored by '-'
4763 bool ignored; local
4764 truncated.convert(Src, llvm::APFloat::rmNearestTiesToEven, &ignored);
4765 truncated.convert(Tgt, llvm::APFloat::rmNearestTiesToEven, &ignored);
5537 // ...but it's currently ignored...
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex921 % @comment ...line which is ignored...
2852 % Finish off ignored text.
3890 % \chapheadtype is "N" or "A", unnumbered chapters are ignored.
6315 \errmessage{epsf.tex not found, images will be ignored}%
6326 % #4 is (ignored optional) html alt text.
6327 % #5 is (ignored optional) extension.
6328 % #6 is just the usual extra ignored arg for parsing this stuff.
6375 % #3 is the optional positioning argument; for now, it is ignored. It
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex945 % @comment ...line which is ignored...
3024 % Finish off ignored text.
4064 % \chapheadtype is "N" or "A", unnumbered chapters are ignored.
6516 \errmessage{epsf.tex not found, images will be ignored}%
6527 % #4 is (ignored optional) html alt text.
6528 % #5 is (ignored optional) extension.
6529 % #6 is just the usual extra ignored arg for parsing this stuff.
6576 % #3 is the optional positioning argument; for now, it is ignored. It
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex922 % @comment ...line which is ignored...
2923 % Finish off ignored text.
3962 % \chapheadtype is "N" or "A", unnumbered chapters are ignored.
6387 \errmessage{epsf.tex not found, images will be ignored}%
6398 % #4 is (ignored optional) html alt text.
6399 % #5 is (ignored optional) extension.
6400 % #6 is just the usual extra ignored arg for parsing this stuff.
6447 % #3 is the optional positioning argument; for now, it is ignored. It
/freebsd-9.3-release/sys/dev/drm2/
H A Ddrm_fb_helper.c447 static void drm_fb_helper_restore_work_fn(struct work_struct *ignored)
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp779 bool ignored; local
781 &ignored);
/freebsd-9.3-release/contrib/ncurses/include/
H A DCaps.osf1r5104 # do this, the capability will be ignored on input (though the user will
216 eat_newline_glitch xenl bool xn - - YBCGE newline ignored after 80 cols (concept)
852 # The `kn' code is accepted but ignored.
H A DCaps.uwin104 # do this, the capability will be ignored on input (though the user will
216 eat_newline_glitch xenl bool xn - - YBCGE newline ignored after 80 cols (concept)
594 # past it should be ignored (not written out) when dumping terminfo objects. It
668 # The `kn' code is accepted but ignored.
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dobjdump.c303 void *ignored ATTRIBUTE_UNUSED)

Completed in 410 milliseconds

12345