dawn-cmake/src/ast
Ben Clayton 0f2d95dea3 sem: Split sem::Variable into global, local and parameter
Each of these may contain information specific to their kind.

Change-Id: Ic8ac808088132b7bc2e43da6ce46a06571e0fed5
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/59200
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Reviewed-by: James Price <jrprice@google.com>
2021-07-22 13:24:59 +00:00
..
access.cc wgsl: Deprecate [[access]] decorations 2021-06-04 20:41:47 +00:00
access.h Remove depreated APIs and WGSL 2021-07-06 10:20:19 +00:00
alias.cc diag: Add System enumerator to all diagnostics 2021-06-24 11:27:36 +00:00
alias.h ast: Replace NamedType with TypeDecl 2021-06-09 14:32:14 +00:00
alias_test.cc ast: Replace NamedType with TypeDecl 2021-06-09 14:32:14 +00:00
array.cc diag: Add System enumerator to all diagnostics 2021-06-24 11:27:36 +00:00
array.h ast: Add type nodes 2021-04-20 15:04:21 +00:00
array_accessor_expression.cc diag: Add System enumerator to all diagnostics 2021-06-24 11:27:36 +00:00
array_accessor_expression.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
array_accessor_expression_test.cc ast: Validate that ASTs are all part of the same program 2021-04-15 17:47:23 +00:00
array_test.cc wgsl: Deprecate [[access]] decorations 2021-06-04 20:41:47 +00:00
assignment_statement.cc diag: Add System enumerator to all diagnostics 2021-06-24 11:27:36 +00:00
assignment_statement.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
assignment_statement_test.cc ast: Validate that ASTs are all part of the same program 2021-04-15 17:47:23 +00:00
ast_type.cc ast: Replace NamedType with TypeDecl 2021-06-09 14:32:14 +00:00
atomic.cc ast: Add atomic type 2021-06-17 15:48:39 +00:00
atomic.h ast: Add atomic type 2021-06-17 15:48:39 +00:00
atomic_test.cc ast: Add atomic type 2021-06-17 15:48:39 +00:00
binary_expression.cc diag: Add System enumerator to all diagnostics 2021-06-24 11:27:36 +00:00
binary_expression.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
binary_expression_test.cc ast: Validate that ASTs are all part of the same program 2021-04-15 17:47:23 +00:00
binding_decoration.cc resolver: Ensure that decorations aren't duplicated 2021-06-09 18:53:57 +00:00
binding_decoration.h resolver: Ensure that decorations aren't duplicated 2021-06-09 18:53:57 +00:00
binding_decoration_test.cc Remove "Is" tests 2021-05-10 18:27:31 +00:00
bitcast_expression.cc diag: Add System enumerator to all diagnostics 2021-06-24 11:27:36 +00:00
bitcast_expression.h Remove typ::TypePair. 2021-05-20 15:10:48 +00:00
bitcast_expression_test.cc ast: Migrate to using ast::Type 2021-05-05 09:09:41 +00:00
block_statement.cc diag: Add System enumerator to all diagnostics 2021-06-24 11:27:36 +00:00
block_statement.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
block_statement_test.cc ast: Validate that ASTs are all part of the same program 2021-04-15 17:47:23 +00:00
bool.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
bool.h ast: Add type nodes 2021-04-20 15:04:21 +00:00
bool_literal.cc ast: Remove types from ast::Literals 2021-04-28 13:50:43 +00:00
bool_literal.h ast: Remove types from ast::Literals 2021-04-28 13:50:43 +00:00
bool_literal_test.cc Remove "Is" tests 2021-05-10 18:27:31 +00:00
bool_test.cc wgsl: Deprecate [[access]] decorations 2021-06-04 20:41:47 +00:00
break_statement.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
break_statement.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
break_statement_test.cc ast: Replace IsValid() with TINT_ASSERT() 2021-03-10 11:41:49 +00:00
builtin.cc Parse num_workgroups builtin and reject it 2021-07-19 21:32:27 +00:00
builtin.h Parse num_workgroups builtin and reject it 2021-07-19 21:32:27 +00:00
builtin_decoration.cc resolver: Ensure that decorations aren't duplicated 2021-06-09 18:53:57 +00:00
builtin_decoration.h resolver: Ensure that decorations aren't duplicated 2021-06-09 18:53:57 +00:00
builtin_decoration_test.cc Remove "Is" tests 2021-05-10 18:27:31 +00:00
call_expression.cc diag: Add System enumerator to all diagnostics 2021-06-24 11:27:36 +00:00
call_expression.h ast: Use IdentifierExpression for call targets 2021-05-22 12:42:14 +00:00
call_expression_test.cc ast: Validate that ASTs are all part of the same program 2021-04-15 17:47:23 +00:00
call_statement.cc diag: Add System enumerator to all diagnostics 2021-06-24 11:27:36 +00:00
call_statement.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
call_statement_test.cc ast: Validate that ASTs are all part of the same program 2021-04-15 17:47:23 +00:00
case_statement.cc diag: Add System enumerator to all diagnostics 2021-06-24 11:27:36 +00:00
case_statement.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
case_statement_test.cc ast: Remove types from ast::Literals 2021-04-28 13:50:43 +00:00
constructor_expression.cc Add ProgramID feed it into all ast::Nodes 2021-04-13 23:27:27 +00:00
constructor_expression.h Add ProgramID feed it into all ast::Nodes 2021-04-13 23:27:27 +00:00
continue_statement.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
continue_statement.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
continue_statement_test.cc ast: Replace IsValid() with TINT_ASSERT() 2021-03-10 11:41:49 +00:00
decoration.cc Flatten ast::Decoration class hierarchy 2021-03-11 17:39:32 +00:00
decoration.h resolver: Ensure that decorations aren't duplicated 2021-06-09 18:53:57 +00:00
depth_texture.cc diag: Add System enumerator to all diagnostics 2021-06-24 11:27:36 +00:00
depth_texture.h ast: Add type nodes 2021-04-20 15:04:21 +00:00
depth_texture_test.cc wgsl: Deprecate [[access]] decorations 2021-06-04 20:41:47 +00:00
disable_validation_decoration.cc Converting to Atomic-Free Plain to Constructible 2021-07-07 20:41:00 +00:00
disable_validation_decoration.h Converting to Atomic-Free Plain to Constructible 2021-07-07 20:41:00 +00:00
discard_statement.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
discard_statement.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
discard_statement_test.cc ast: Replace IsValid() with TINT_ASSERT() 2021-03-10 11:41:49 +00:00
else_statement.cc diag: Add System enumerator to all diagnostics 2021-06-24 11:27:36 +00:00
else_statement.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
else_statement_test.cc ast: Validate that ASTs are all part of the same program 2021-04-15 17:47:23 +00:00
expression.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
expression.h Move type/* files to sem/ directory 2021-04-19 22:54:43 +00:00
external_texture.cc Add ast::ExternalTexture 2021-04-26 14:55:25 +00:00
external_texture.h Add ast::ExternalTexture 2021-04-26 14:55:25 +00:00
external_texture_test.cc wgsl: Deprecate [[access]] decorations 2021-06-04 20:41:47 +00:00
f32.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
f32.h ast: Add type nodes 2021-04-20 15:04:21 +00:00
f32_test.cc wgsl: Deprecate [[access]] decorations 2021-06-04 20:41:47 +00:00
fallthrough_statement.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
fallthrough_statement.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
fallthrough_statement_test.cc ast: Replace IsValid() with TINT_ASSERT() 2021-03-10 11:41:49 +00:00
float_literal.cc ast: Remove types from ast::Literals 2021-04-28 13:50:43 +00:00
float_literal.h ast: Remove types from ast::Literals 2021-04-28 13:50:43 +00:00
float_literal_test.cc Remove "Is" tests 2021-05-10 18:27:31 +00:00
for_loop_statement.cc ast: Add ForLoopStatement node 2021-07-02 19:27:42 +00:00
for_loop_statement.h ast: Add ForLoopStatement node 2021-07-02 19:27:42 +00:00
for_loop_statement_test.cc ast: Add ForLoopStatement node 2021-07-02 19:27:42 +00:00
function.cc diag: Add System enumerator to all diagnostics 2021-06-24 11:27:36 +00:00
function.h Remove typ::TypePair. 2021-05-20 15:10:48 +00:00
function_test.cc wgsl: Deprecate [[access]] decorations 2021-06-04 20:41:47 +00:00
group_decoration.cc resolver: Ensure that decorations aren't duplicated 2021-06-09 18:53:57 +00:00
group_decoration.h resolver: Ensure that decorations aren't duplicated 2021-06-09 18:53:57 +00:00
group_decoration_test.cc Remove "Is" tests 2021-05-10 18:27:31 +00:00
i32.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
i32.h ast: Add type nodes 2021-04-20 15:04:21 +00:00
i32_test.cc wgsl: Deprecate [[access]] decorations 2021-06-04 20:41:47 +00:00
identifier_expression.cc diag: Add System enumerator to all diagnostics 2021-06-24 11:27:36 +00:00
identifier_expression.h sem: Split sem::Variable into global, local and parameter 2021-07-22 13:24:59 +00:00
identifier_expression_test.cc Fix TextGenerator::UniqueIdentifier() failing with empty string arg 2021-06-29 22:07:05 +00:00
if_statement.cc diag: Add System enumerator to all diagnostics 2021-06-24 11:27:36 +00:00
if_statement.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
if_statement_test.cc ast: Validate that ASTs are all part of the same program 2021-04-15 17:47:23 +00:00
int_literal.cc ast: Remove types from ast::Literals 2021-04-28 13:50:43 +00:00
int_literal.h ast: Support non-literal workgroup_size parameters 2021-05-19 13:40:08 +00:00
int_literal_test.cc ast: Remove types from ast::Literals 2021-04-28 13:50:43 +00:00
internal_decoration.cc resolver: Ensure that decorations aren't duplicated 2021-06-09 18:53:57 +00:00
internal_decoration.h resolver: Ensure that decorations aren't duplicated 2021-06-09 18:53:57 +00:00
interpolate_decoration.cc ast: Add InterpolateDecoration and related enums 2021-06-28 18:20:23 +00:00
interpolate_decoration.h ast: Add InterpolateDecoration and related enums 2021-06-28 18:20:23 +00:00
interpolate_decoration_test.cc ast: Add InterpolateDecoration and related enums 2021-06-28 18:20:23 +00:00
intrinsic_texture_helper_test.cc validation: textureSample*() offset argument must be literal or const_expr 2021-07-16 13:38:05 +00:00
intrinsic_texture_helper_test.h intrinsics: textureSampleCompareLevel() 2021-06-14 15:29:34 +00:00
invariant_decoration.cc ast: Add InvariantDecoration 2021-07-12 11:44:51 +00:00
invariant_decoration.h ast: Add InvariantDecoration 2021-07-12 11:44:51 +00:00
invariant_decoration_test.cc ast: Add InvariantDecoration 2021-07-12 11:44:51 +00:00
literal.cc ast: Remove types from ast::Literals 2021-04-28 13:50:43 +00:00
literal.h ast: Remove types from ast::Literals 2021-04-28 13:50:43 +00:00
location_decoration.cc resolver: Ensure that decorations aren't duplicated 2021-06-09 18:53:57 +00:00
location_decoration.h resolver: Ensure that decorations aren't duplicated 2021-06-09 18:53:57 +00:00
location_decoration_test.cc Remove "Is" tests 2021-05-10 18:27:31 +00:00
loop_statement.cc diag: Add System enumerator to all diagnostics 2021-06-24 11:27:36 +00:00
loop_statement.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
loop_statement_test.cc ast: Validate that ASTs are all part of the same program 2021-04-15 17:47:23 +00:00
matrix.cc [resolver]: Begin constant value evaluation 2021-07-13 12:18:13 +00:00
matrix.h ast: Add type nodes 2021-04-20 15:04:21 +00:00
matrix_test.cc wgsl: Deprecate [[access]] decorations 2021-06-04 20:41:47 +00:00
member_accessor_expression.cc diag: Add System enumerator to all diagnostics 2021-06-24 11:27:36 +00:00
member_accessor_expression.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
member_accessor_expression_test.cc ast: Validate that ASTs are all part of the same program 2021-04-15 17:47:23 +00:00
module.cc diag: Add System enumerator to all diagnostics 2021-06-24 11:27:36 +00:00
module.h Rename 'constructed types' to 'type declarartions' 2021-06-09 14:32:14 +00:00
module_clone_test.cc writer: Move sanitizers into the backends 2021-07-08 16:00:23 +00:00
module_test.cc ast: Tweak cloning rules for module-scope decls 2021-06-16 09:19:36 +00:00
multisampled_texture.cc diag: Add System enumerator to all diagnostics 2021-06-24 11:27:36 +00:00
multisampled_texture.h ast: Add type nodes 2021-04-20 15:04:21 +00:00
multisampled_texture_test.cc wgsl: Deprecate [[access]] decorations 2021-06-04 20:41:47 +00:00
node.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
node.h Move all classes from namespace `type` to namespace `sem` 2021-04-19 22:51:23 +00:00
override_decoration.cc resolver: Ensure that decorations aren't duplicated 2021-06-09 18:53:57 +00:00
override_decoration.h resolver: Ensure that decorations aren't duplicated 2021-06-09 18:53:57 +00:00
override_decoration_test.cc ast: Support override decorations without IDs 2021-05-13 20:11:22 +00:00
pipeline_stage.cc Initial commit 2020-03-02 15:47:43 -05:00
pipeline_stage.h Fixup all doxygen warnings 2021-04-09 16:51:38 +00:00
pointer.cc Add optional access to ptr<> 2021-06-04 22:17:37 +00:00
pointer.h Add optional access to ptr<> 2021-06-04 22:17:37 +00:00
pointer_test.cc Add optional access to ptr<> 2021-06-04 22:17:37 +00:00
return_statement.cc diag: Add System enumerator to all diagnostics 2021-06-24 11:27:36 +00:00
return_statement.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
return_statement_test.cc ast: Validate that ASTs are all part of the same program 2021-04-15 17:47:23 +00:00
sampled_texture.cc diag: Add System enumerator to all diagnostics 2021-06-24 11:27:36 +00:00
sampled_texture.h wgsl parser: replace almost all sem::Type* with typ::Type where possible 2021-04-26 14:19:55 +00:00
sampled_texture_test.cc wgsl: Deprecate [[access]] decorations 2021-06-04 20:41:47 +00:00
sampler.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
sampler.h ast: Add type nodes 2021-04-20 15:04:21 +00:00
sampler_test.cc wgsl: Deprecate [[access]] decorations 2021-06-04 20:41:47 +00:00
scalar_constructor_expression.cc diag: Add System enumerator to all diagnostics 2021-06-24 11:27:36 +00:00
scalar_constructor_expression.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
scalar_constructor_expression_test.cc ast: Remove types from ast::Literals 2021-04-28 13:50:43 +00:00
sint_literal.cc ast: Remove types from ast::Literals 2021-04-28 13:50:43 +00:00
sint_literal.h ast: Remove types from ast::Literals 2021-04-28 13:50:43 +00:00
sint_literal_test.cc Remove "Is" tests 2021-05-10 18:27:31 +00:00
stage_decoration.cc resolver: Ensure that decorations aren't duplicated 2021-06-09 18:53:57 +00:00
stage_decoration.h resolver: Ensure that decorations aren't duplicated 2021-06-09 18:53:57 +00:00
stage_decoration_test.cc Remove "Is" tests 2021-05-10 18:27:31 +00:00
statement.cc Add ProgramID feed it into all ast::Nodes 2021-04-13 23:27:27 +00:00
statement.h Add ProgramID feed it into all ast::Nodes 2021-04-13 23:27:27 +00:00
storage_class.cc Resolver: Validate resource binding decorations 2021-05-10 19:16:46 +00:00
storage_class.h Resolver: Validate resource binding decorations 2021-05-10 19:16:46 +00:00
storage_texture.cc wgsl: Deprecate [[access]] decorations 2021-06-04 20:41:47 +00:00
storage_texture.h wgsl: Deprecate [[access]] decorations 2021-06-04 20:41:47 +00:00
storage_texture_test.cc wgsl: Deprecate [[access]] decorations 2021-06-04 20:41:47 +00:00
stride_decoration.cc resolver: Ensure that decorations aren't duplicated 2021-06-09 18:53:57 +00:00
stride_decoration.h resolver: Ensure that decorations aren't duplicated 2021-06-09 18:53:57 +00:00
stride_decoration_test.cc Remove "Is" tests 2021-05-10 18:27:31 +00:00
struct.cc diag: Add System enumerator to all diagnostics 2021-06-24 11:27:36 +00:00
struct.h ast: Replace NamedType with TypeDecl 2021-06-09 14:32:14 +00:00
struct_block_decoration.cc resolver: Ensure that decorations aren't duplicated 2021-06-09 18:53:57 +00:00
struct_block_decoration.h resolver: Ensure that decorations aren't duplicated 2021-06-09 18:53:57 +00:00
struct_member.cc diag: Add System enumerator to all diagnostics 2021-06-24 11:27:36 +00:00
struct_member.h Remove typ::TypePair. 2021-05-20 15:10:48 +00:00
struct_member_align_decoration.cc resolver: Ensure that decorations aren't duplicated 2021-06-09 18:53:57 +00:00
struct_member_align_decoration.h resolver: Ensure that decorations aren't duplicated 2021-06-09 18:53:57 +00:00
struct_member_align_decoration_test.cc Remove "Is" tests 2021-05-10 18:27:31 +00:00
struct_member_offset_decoration.cc resolver: Ensure that decorations aren't duplicated 2021-06-09 18:53:57 +00:00
struct_member_offset_decoration.h resolver: Ensure that decorations aren't duplicated 2021-06-09 18:53:57 +00:00
struct_member_offset_decoration_test.cc Remove "Is" tests 2021-05-10 18:27:31 +00:00
struct_member_size_decoration.cc resolver: Ensure that decorations aren't duplicated 2021-06-09 18:53:57 +00:00
struct_member_size_decoration.h resolver: Ensure that decorations aren't duplicated 2021-06-09 18:53:57 +00:00
struct_member_size_decoration_test.cc Remove "Is" tests 2021-05-10 18:27:31 +00:00
struct_member_test.cc ast: Migrate to using ast::Type 2021-05-05 09:09:41 +00:00
struct_test.cc ast: Replace NamedType with TypeDecl 2021-06-09 14:32:14 +00:00
switch_statement.cc diag: Add System enumerator to all diagnostics 2021-06-24 11:27:36 +00:00
switch_statement.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
switch_statement_test.cc ast: Remove types from ast::Literals 2021-04-28 13:50:43 +00:00
test_helper.h Fixup all doxygen warnings 2021-04-09 16:51:38 +00:00
texture.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
texture.h Clarify NumCoordinateAxes 2021-05-21 20:25:53 +00:00
texture_test.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
type.h Rename all type UnwrapXXX() methods 2021-05-10 18:06:31 +00:00
type_constructor_expression.cc diag: Add System enumerator to all diagnostics 2021-06-24 11:27:36 +00:00
type_constructor_expression.h Remove typ::TypePair. 2021-05-20 15:10:48 +00:00
type_constructor_expression_test.cc ast: Migrate to using ast::Type 2021-05-05 09:09:41 +00:00
type_decl.cc diag: Add System enumerator to all diagnostics 2021-06-24 11:27:36 +00:00
type_decl.h ast: Replace NamedType with TypeDecl 2021-06-09 14:32:14 +00:00
type_name.cc ast::TypeName: Clone the name. 2021-04-28 13:39:53 +00:00
type_name.h ProgramBuilder: Fixup last few uses of sem::Type* 2021-04-23 15:41:34 +00:00
u32.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
u32.h ast: Add type nodes 2021-04-20 15:04:21 +00:00
u32_test.cc wgsl: Deprecate [[access]] decorations 2021-06-04 20:41:47 +00:00
uint_literal.cc ast: Remove types from ast::Literals 2021-04-28 13:50:43 +00:00
uint_literal.h ast: Remove types from ast::Literals 2021-04-28 13:50:43 +00:00
uint_literal_test.cc Remove "Is" tests 2021-05-10 18:27:31 +00:00
unary_op.cc Implement bitwise complement operator 2021-06-17 08:35:54 +00:00
unary_op.h Implement bitwise complement operator 2021-06-17 08:35:54 +00:00
unary_op_expression.cc diag: Add System enumerator to all diagnostics 2021-06-24 11:27:36 +00:00
unary_op_expression.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
unary_op_expression_test.cc ast: Validate that ASTs are all part of the same program 2021-04-15 17:47:23 +00:00
variable.cc diag: Add System enumerator to all diagnostics 2021-06-24 11:27:36 +00:00
variable.h wgsl: Deprecate [[access]] decorations 2021-06-04 20:41:47 +00:00
variable_decl_statement.cc diag: Add System enumerator to all diagnostics 2021-06-24 11:27:36 +00:00
variable_decl_statement.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
variable_decl_statement_test.cc wgsl: Deprecate [[access]] decorations 2021-06-04 20:41:47 +00:00
variable_test.cc wgsl: Deprecate [[access]] decorations 2021-06-04 20:41:47 +00:00
vector.cc [resolver]: Begin constant value evaluation 2021-07-13 12:18:13 +00:00
vector.h wgsl parser: replace almost all sem::Type* with typ::Type where possible 2021-04-26 14:19:55 +00:00
vector_test.cc wgsl: Deprecate [[access]] decorations 2021-06-04 20:41:47 +00:00
void.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
void.h ast: Add type nodes 2021-04-20 15:04:21 +00:00
workgroup_decoration.cc resolver: Ensure that decorations aren't duplicated 2021-06-09 18:53:57 +00:00
workgroup_decoration.h resolver: Ensure that decorations aren't duplicated 2021-06-09 18:53:57 +00:00
workgroup_decoration_test.cc ast: Support non-literal workgroup_size parameters 2021-05-19 13:40:08 +00:00