dawn-cmake/src/ast
Sarah Mashayekhi 194b6a2fce Adding const As.* functions to statement class
Change-Id: Ie9c0cecfce1ebb7decf377cee7053fb7ae0dee9c
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/20260
Reviewed-by: David Neto <dneto@google.com>
2020-04-23 13:52:10 +00:00
..
type Move type methods to type class 2020-04-20 14:07:43 +00:00
array_accessor_expression.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
array_accessor_expression.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
array_accessor_expression_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
as_expression.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
as_expression.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
as_expression_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
assignment_statement.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
assignment_statement.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
assignment_statement_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
binary_expression.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
binary_expression.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
binary_expression_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
binding_decoration.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
binding_decoration.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
binding_decoration_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
bool_literal.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
bool_literal.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
bool_literal_test.cc [spirv-writer] Generate constants 2020-03-27 00:45:34 +00:00
break_statement.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
break_statement.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
break_statement_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
builtin.cc Initial commit 2020-03-02 15:47:43 -05:00
builtin.h Initial commit 2020-03-02 15:47:43 -05:00
builtin_decoration.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
builtin_decoration.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
builtin_decoration_test.cc Move tests into anonymous namespace. 2020-03-26 15:31:43 +00:00
call_expression.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
call_expression.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
call_expression_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
case_statement.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
case_statement.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
case_statement_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
cast_expression.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
cast_expression.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
cast_expression_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
constructor_expression.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
constructor_expression.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
continue_statement.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
continue_statement.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
continue_statement_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
decorated_variable.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
decorated_variable.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
decorated_variable_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
derivative_modifier.cc Initial commit 2020-03-02 15:47:43 -05:00
derivative_modifier.h Initial commit 2020-03-02 15:47:43 -05:00
else_statement.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
else_statement.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
else_statement_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
entry_point.cc Extend entry point to str testing 2020-03-10 19:18:29 +00:00
entry_point.h Add list helpers 2020-04-06 19:37:37 +00:00
entry_point_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
expression.cc Expression results should not be aliases. 2020-04-22 00:23:49 +00:00
expression.h Expression results should not be aliases. 2020-04-22 00:23:49 +00:00
expression_test.cc [spirv-writer] Generate Unary Op expression. 2020-04-22 00:24:11 +00:00
fallthrough_statement.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
fallthrough_statement.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
fallthrough_statement_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
float_literal.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
float_literal.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
float_literal_test.cc [spirv-writer] Generate constants 2020-03-27 00:45:34 +00:00
function.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
function.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
function_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
identifier_expression.cc [ast] Avoid useless empty check 2020-04-20 18:36:29 +00:00
identifier_expression.h Cleanup IdentifierExpression API. 2020-04-20 14:21:00 +00:00
identifier_expression_test.cc Cleanup IdentifierExpression API. 2020-04-20 14:21:00 +00:00
if_statement.cc Remove premerge. 2020-04-14 14:46:58 +00:00
if_statement.h Cleanup lint errors. 2020-04-14 18:16:08 +00:00
if_statement_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
import.cc Fix compiles on VS2017 and GCC 2020-04-06 17:16:56 +00:00
import.h [spirv-writer] Add preliminary support for GLSL methods 2020-04-20 15:46:18 +00:00
import_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
int_literal.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
int_literal.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
int_literal_test.cc [spirv-writer] Generate constants 2020-03-27 00:45:34 +00:00
kill_statement.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
kill_statement.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
kill_statement_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
literal.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
literal.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
location_decoration.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
location_decoration.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
location_decoration_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
loop_statement.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
loop_statement.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
loop_statement_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
member_accessor_expression.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
member_accessor_expression.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
member_accessor_expression_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
module.cc [spirv-writer] Add preliminary support for GLSL methods 2020-04-20 15:46:18 +00:00
module.h [spirv-writer] Add preliminary support for GLSL methods 2020-04-20 15:46:18 +00:00
module_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
node.cc Initial commit 2020-03-02 15:47:43 -05:00
node.h Initial commit 2020-03-02 15:47:43 -05:00
nop_statement.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
nop_statement.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
nop_statement_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
pipeline_stage.cc Initial commit 2020-03-02 15:47:43 -05:00
pipeline_stage.h Initial commit 2020-03-02 15:47:43 -05:00
return_statement.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
return_statement.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
return_statement_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
scalar_constructor_expression.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
scalar_constructor_expression.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
scalar_constructor_expression_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
set_decoration.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
set_decoration.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
set_decoration_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
statement.cc Adding const As.* functions to statement class 2020-04-23 13:52:10 +00:00
statement.h Adding const As.* functions to statement class 2020-04-23 13:52:10 +00:00
statement_condition.cc Initial commit 2020-03-02 15:47:43 -05:00
statement_condition.h Initial commit 2020-03-02 15:47:43 -05:00
storage_class.cc Start WGSL writer 2020-03-12 12:40:01 +00:00
storage_class.h Initial commit 2020-03-02 15:47:43 -05:00
struct.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
struct.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
struct_decoration.cc Initial commit 2020-03-02 15:47:43 -05:00
struct_decoration.h Initial commit 2020-03-02 15:47:43 -05:00
struct_member.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
struct_member.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
struct_member_decoration.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
struct_member_decoration.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
struct_member_offset_decoration.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
struct_member_offset_decoration.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
struct_member_offset_decoration_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
struct_member_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
struct_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
switch_statement.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
switch_statement.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
switch_statement_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
type_constructor_expression.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
type_constructor_expression.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
type_constructor_expression_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
uint_literal.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
uint_literal.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
uint_literal_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
unary_derivative.cc Initial commit 2020-03-02 15:47:43 -05:00
unary_derivative.h Initial commit 2020-03-02 15:47:43 -05:00
unary_derivative_expression.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
unary_derivative_expression.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
unary_derivative_expression_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
unary_method.cc Initial commit 2020-03-02 15:47:43 -05:00
unary_method.h Initial commit 2020-03-02 15:47:43 -05:00
unary_method_expression.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
unary_method_expression.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
unary_method_expression_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
unary_op.cc Initial commit 2020-03-02 15:47:43 -05:00
unary_op.h Initial commit 2020-03-02 15:47:43 -05:00
unary_op_expression.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
unary_op_expression.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
unary_op_expression_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
unless_statement.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
unless_statement.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
unless_statement_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
variable.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
variable.h Cleanup lint errors. 2020-04-14 18:16:08 +00:00
variable_decl_statement.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
variable_decl_statement.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
variable_decl_statement_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
variable_decoration.cc Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
variable_decoration.h Remove suppressing [chromium-style] errors 2020-04-09 18:52:06 +00:00
variable_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00