Searched refs:is_error (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/glsl/ |
D | ast_to_hir.cpp | 606 if (rhs_type->is_error()) in validate_assignment() 642 bool error_emitted = (lhs->type->is_error() || rhs->type->is_error()); in do_assignment() 912 error_emitted = result->type->is_error(); in hir() 922 error_emitted = type->is_error(); in hir() 932 error_emitted = type->is_error(); in hir() 948 error_emitted = type->is_error(); in hir() 964 error_emitted = type->is_error(); in hir() 981 error_emitted = op[0]->type->is_error() || op[1]->type->is_error(); in hir() 996 assert(type->is_error() in hir() 1002 error_emitted = type->is_error(); in hir() [all …]
|
D | hir_field_selection.cpp | 48 if (op->type->is_error()) { in _mesa_ast_field_selection_to_hir() 68 if (result->type->is_error()) { in _mesa_ast_field_selection_to_hir()
|
D | glsl_types.h | 323 bool is_error() const in is_error() function
|
D | ast_function.cpp | 240 if (src->type->is_error()) in convert_component()
|
D | ir_constant_expression.cpp | 58 if (this->type->is_error()) in constant_expression_value()
|
/external/srec/portable/src/ |
D | PFileWrap.c | 187 int is_error; in PFileIsErrorSet() local 189 is_error = ferror ( (FILE *)self ); in PFileIsErrorSet() 191 if ( is_error != 0 ) in PFileIsErrorSet()
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
D | queues.py | 159 def _update_status_for_script_error(cls, tool, state, script_error, is_error=False): argument 161 if is_error: 451 … status_id = cls._update_status_for_script_error(tool, state, script_error, is_error=is_svn_apply)
|
D | earlywarningsystem.py | 100 … status_id = cls._update_status_for_script_error(tool, state, script_error, is_error=is_svn_apply)
|