// // Copyright 2002 The ANGLE Project Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // #include "compiler/translator/Operator_autogen.h" #include "common/debug.h" namespace sh { const char *GetOperatorString(TOperator op) { … } bool IsAssignment(TOperator op) { … } } // namespace sh