Searched refs:implicit (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/contrib/gcc/cp/
H A Dcvt.c667 e = convert_to_void (e, /*implicit=*/NULL);
797 IMPLICIT is tells us the context of an implicit void conversion. */
800 convert_to_void (tree expr, const char *implicit)
824 (op1, (implicit && !TREE_SIDE_EFFECTS (op2)
827 (op2, (implicit && !TREE_SIDE_EFFECTS (op1)
840 (op1, (implicit && !TREE_NO_WARNING (expr)
872 type, implicit ? implicit : "void context");
873 /* Don't load the value if this is an implicit dereference, or if
878 implicit
798 convert_to_void(tree expr, const char *implicit) argument
[all...]
/freebsd-9.3-release/gnu/lib/libsupc++/
H A DMakefile26 CXXFLAGS+= -fno-implicit-templates -ffunction-sections -fdata-sections
/freebsd-9.3-release/contrib/libstdc++/libsupc++/
H A DMakefile.am85 -fno-implicit-templates \
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dp-lang.c262 use "short", "int", or "long" as the type name, for both the implicit
/freebsd-9.3-release/contrib/libstdc++/src/
H A DMakefile.am221 -fno-implicit-templates \
/freebsd-9.3-release/share/mk/
H A Dbsd.info.mk192 # "install:" from being overridden by the implicit .sh rule if there
/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c49 /* Possible cases of implicit bad conversions. Used to select
4071 /* C++ does not allow the implicit conversion void* -> T*. However,
4079 warning (OPT_Wc___compat, "request for implicit conversion from "
4917 /* This stack has a level for each implicit or explicit level of
4943 char implicit;
5113 p->implicit = 0;
5198 push_init_level (int implicit)
5204 pop them now. If implicit == 1, this will have been done in
5209 if (implicit != 1)
5211 while (constructor_stack->implicit)
4916 char implicit; member in struct:constructor_stack
5168 push_init_level(int implicit) argument
5373 pop_init_level(int implicit) argument
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/asn1/
H A Dparse.c1776 { error_message("implicit tagging is not supported"); }
/freebsd-9.3-release/contrib/libreadline/
H A DMakefile.in90 -Wmissing-prototypes -Wno-implicit -pedantic
/freebsd-9.3-release/gnu/lib/libstdc++/
H A DMakefile23 CXXFLAGS+= -fno-implicit-templates -ffunction-sections -fdata-sections \
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex1990 % Do an implicit @contents or @shortcontents after @end titlepage if the
2617 % Assignments have to be global since we are inside the implicit group
3630 % The `\ ' here is removed by the implicit \unskip that TeX does as
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex2153 % Do an implicit @contents or @shortcontents after @end titlepage if the
2791 % Assignments have to be global since we are inside the implicit group
3804 % The `\ ' here is removed by the implicit \unskip that TeX does as
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex2052 % Do an implicit @contents or @shortcontents after @end titlepage if the
2690 % Assignments have to be global since we are inside the implicit group
3702 % The `\ ' here is removed by the implicit \unskip that TeX does as

Completed in 201 milliseconds