Home
last modified time | relevance | path

Searched refs:no_error (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/src/support/win32/
H A Dsupport.cpp125 const errno_t no_error = ( errno_t) 0; in wcsnrtombs() local
146 if ( result == no_error ) { in wcsnrtombs()
166 if ( have_result && result != no_error ) { in wcsnrtombs()
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dlex.c1291 int no_error; local
1294 for (no_error = 1, c = java_get_unicode ();
1301 no_error = 0;
1316 if (!no_error || (c != '"'))
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-1996324 * typeck.c (get_delta_difference): Add no_error parameter.
325 (build_ptrmemfunc): Call get_delta_difference with no_error set;
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A DChangeLog-91937599 * Resolve the use of no_error and system_call_error.
7601 no_error.
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A DChangeLog-91937599 * Resolve the use of no_error and system_call_error.
7601 no_error.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A DChangeLog.216602 * typeck.c (get_delta_difference): Add no_error parameter.
16603 (build_ptrmemfunc): Call get_delta_difference with no_error set;