Home
last modified time | relevance | path

Searched refs:have_result (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/src/support/win32/
Dsupport.cpp63 bool have_result = false; in mbsnrtowcs() local
81 have_result = true; in mbsnrtowcs()
85 if ( have_result && result == terminated_sequence ) in mbsnrtowcs()
90 if ( have_result && result != terminated_sequence && result != incomplete_sequence ) in mbsnrtowcs()
115 bool have_result = false; in wcsnrtombs() local
140 have_result = true; in wcsnrtombs()
149 if ( have_result && result != no_error ) { in wcsnrtombs()
/external/llvm-project/libcxx/src/support/win32/
Dsupport.cpp62 bool have_result = false; in mbsnrtowcs() local
85 have_result = true; in mbsnrtowcs()
89 if ( have_result && result == terminated_sequence ) in mbsnrtowcs()
94 if ( have_result && result != terminated_sequence && result != incomplete_sequence ) in mbsnrtowcs()
119 bool have_result = false; in wcsnrtombs() local
149 have_result = true; in wcsnrtombs()
158 if ( have_result && result != no_error ) { in wcsnrtombs()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp201 bool have_result = false; in fold_setcc() local
220 have_result = true; in fold_setcc()
226 have_result = true; in fold_setcc()
229 have_result = true; in fold_setcc()
234 have_result = true; in fold_setcc()
237 have_result = true; in fold_setcc()
242 have_result = true; in fold_setcc()
249 have_result = true; in fold_setcc()
252 have_result = true; in fold_setcc()
257 have_result = true; in fold_setcc()
[all …]