Home
last modified time | relevance | path

Searched refs:is_error (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/glsl/
Dast_to_hir.cpp606 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 …]
Dhir_field_selection.cpp48 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()
Dglsl_types.h323 bool is_error() const in is_error() function
Dast_function.cpp240 if (src->type->is_error()) in convert_component()
Dir_constant_expression.cpp58 if (this->type->is_error()) in constant_expression_value()
/external/srec/portable/src/
DPFileWrap.c187 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/
Dqueues.py159 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)
Dearlywarningsystem.py100 … status_id = cls._update_status_for_script_error(tool, state, script_error, is_error=is_svn_apply)