Searched refs:use (Results 201 - 204 of 204) sorted by relevance

123456789

/freebsd-9.3-release/contrib/gcc/
H A Dc-common.c58 from other information what type to use. */
315 /* Nonzero means use the ISO C99 dialect of C. */
431 /* Nonzero to use __cxa_atexit, rather than atexit, to register
437 /* Nonzero to use __cxa_get_exception_ptr in C++ exception-handling
575 would require all the places in the compiler that use TREE_THIS_VOLATILE
627 /* For internal use (marking of builtins) only. The name contains space
886 `const wchar_t[N]'. We use the same logic when invoked as a C
1144 inform ("use -flax-vector-conversions to permit "
1202 use this for SAVE_EXPRs. */
1211 /* Obstack to use whe
6290 lvalue_error(enum lvalue_use use) argument
[all...]
H A Dtree.h980 not use the previous two macros to enable early folding. */
1143 But use TYPE_VOLATILE instead of this macro when the node is a type,
1208 /* In a CALL_EXPR, means that it's safe to use the target of the call
1237 /* Nonzero in a _DECL if the use of the name is defined as a
1243 /* Nonzero in a IDENTIFIER_NODE if the use of the name is defined as a
1259 /* These flags are available for each language front end to use internally. */
1273 even though not all of them may really be in use.
1706 we use the same field when chaining SSA_NAME nodes together on
1715 never output, so we can safely use the ASM_WRITTEN_FLAG for this
1740 /* Immediate use linkin
[all...]
/freebsd-9.3-release/contrib/gcc/cp/
H A Dtypeck.c300 /* If only one is real, use it as the result. */
313 /* Both real or both integers; use the one with greater precision. */
325 /* If one is a sizetype, use it so size_binop doesn't blow up. */
600 /* If one type is nonsense, use the other. */
827 we should try to make use of that. */
968 /* If either type is the internal version of sizetype, use the
1415 error ("invalid use of non-static member function");
1538 error ("invalid use of non-lvalue array");
1686 can, for example, use as an lvalue. This code used to be in
1821 error ("invalid use o
7040 lvalue_or_else(tree ref, enum lvalue_use use) argument
[all...]
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Dinput.cpp1375 "unknown color space `%1'; use rgb, cmyk, gray or cmy",
2286 error("cannot use character `%1' as a starting delimiter", char(c));
2298 error("cannot use %1 as a starting delimiter", description());
5704 // like .so but use popen()
7706 // we don't use process_input_stack, because we don't want to recognise

Completed in 125 milliseconds

123456789