dawn-cmake/src/type
Ben Clayton 13ef87caab Validate that Symbols are all part of the same program
Assert in each AST constructor that symbols belong to the program of the parent.

Bug: tint:709
Change-Id: I82ae9b23c88e89714a44e057a0272f0293385aaf
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/47624
Commit-Queue: Ben Clayton <bclayton@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: James Price <jrprice@google.com>
Reviewed-by: Antonio Maiorano <amaiorano@google.com>
2021-04-15 18:20:03 +00:00
..
access_control_type.cc Replace all uses of assert() with TINT_ICE macros 2021-03-31 20:43:26 +00:00
access_control_type.h Implement Default Struct Layout 2021-03-15 10:43:11 +00:00
access_control_type_test.cc Implement Default Struct Layout 2021-03-15 10:43:11 +00:00
alias_type.cc Replace all uses of assert() with TINT_ICE macros 2021-03-31 20:43:26 +00:00
alias_type.h Implement Default Struct Layout 2021-03-15 10:43:11 +00:00
alias_type_test.cc Validate that Symbols are all part of the same program 2021-04-15 18:20:03 +00:00
array_type.cc Replace all uses of assert() with TINT_ICE macros 2021-03-31 20:43:26 +00:00
array_type.h Implement Default Struct Layout 2021-03-15 10:43:11 +00:00
array_type_test.cc Implement Default Struct Layout 2021-03-15 10:43:11 +00:00
bool_type.cc Remove all unnecessary includes 2021-03-09 11:11:17 +00:00
bool_type.h Add type::Type::FriendlyName() 2021-02-09 18:52:34 +00:00
bool_type_test.cc Implement Default Struct Layout 2021-03-15 10:43:11 +00:00
depth_texture_type.cc Replace all uses of assert() with TINT_ICE macros 2021-03-31 20:43:26 +00:00
depth_texture_type.h Add type::Type::FriendlyName() 2021-02-09 18:52:34 +00:00
depth_texture_type_test.cc Implement Default Struct Layout 2021-03-15 10:43:11 +00:00
f32_type.cc Implement Default Struct Layout 2021-03-15 10:43:11 +00:00
f32_type.h Implement Default Struct Layout 2021-03-15 10:43:11 +00:00
f32_type_test.cc Implement Default Struct Layout 2021-03-15 10:43:11 +00:00
i32_type.cc Implement Default Struct Layout 2021-03-15 10:43:11 +00:00
i32_type.h Implement Default Struct Layout 2021-03-15 10:43:11 +00:00
i32_type_test.cc Implement Default Struct Layout 2021-03-15 10:43:11 +00:00
matrix_type.cc Replace all uses of assert() with TINT_ICE macros 2021-03-31 20:43:26 +00:00
matrix_type.h Implement Default Struct Layout 2021-03-15 10:43:11 +00:00
matrix_type_test.cc Implement Default Struct Layout 2021-03-15 10:43:11 +00:00
multisampled_texture_type.cc Replace all uses of assert() with TINT_ICE macros 2021-03-31 20:43:26 +00:00
multisampled_texture_type.h Add type::Type::FriendlyName() 2021-02-09 18:52:34 +00:00
multisampled_texture_type_test.cc Implement Default Struct Layout 2021-03-15 10:43:11 +00:00
pointer_type.cc Remove all unnecessary includes 2021-03-09 11:11:17 +00:00
pointer_type.h Remove all unnecessary includes 2021-03-09 11:11:17 +00:00
pointer_type_test.cc Remove all unnecessary includes 2021-03-09 11:11:17 +00:00
sampled_texture_type.cc Replace all uses of assert() with TINT_ICE macros 2021-03-31 20:43:26 +00:00
sampled_texture_type.h Add type::Type::FriendlyName() 2021-02-09 18:52:34 +00:00
sampled_texture_type_test.cc Implement Default Struct Layout 2021-03-15 10:43:11 +00:00
sampler_type.cc Remove all unnecessary includes 2021-03-09 11:11:17 +00:00
sampler_type.h Remove all unnecessary includes 2021-03-09 11:11:17 +00:00
sampler_type_test.cc Implement Default Struct Layout 2021-03-15 10:43:11 +00:00
storage_texture_type.cc Remove all unnecessary includes 2021-03-09 11:11:17 +00:00
storage_texture_type.h Add type::Type::FriendlyName() 2021-02-09 18:52:34 +00:00
storage_texture_type_test.cc Implement Default Struct Layout 2021-03-15 10:43:11 +00:00
struct_type.cc Implement Default Struct Layout 2021-03-15 10:43:11 +00:00
struct_type.h Implement Default Struct Layout 2021-03-15 10:43:11 +00:00
struct_type_test.cc SymbolTable: Change behavior of anonymous symbols 2021-04-13 20:07:57 +00:00
test_helper.h Remove all unnecessary includes 2021-03-09 11:11:17 +00:00
texture_type.cc Remove all unnecessary includes 2021-03-09 11:11:17 +00:00
texture_type.h Remove references 1D Array texture dimension 2021-02-24 05:05:21 +00:00
texture_type_test.cc Remove references 1D Array texture dimension 2021-02-24 05:05:21 +00:00
type.cc type::Type: fix weird formatting 2021-04-07 12:48:01 +00:00
type.h Validate binary operations 2021-03-16 13:26:03 +00:00
type_manager.cc Remove all unnecessary includes 2021-03-09 11:11:17 +00:00
type_manager.h Add ProgramBuilder::Wrap() 2021-01-29 11:59:32 +00:00
type_manager_test.cc type::Manager: Add Wrap() 2021-01-26 16:57:10 +00:00
u32_type.cc Implement Default Struct Layout 2021-03-15 10:43:11 +00:00
u32_type.h Implement Default Struct Layout 2021-03-15 10:43:11 +00:00
u32_type_test.cc Implement Default Struct Layout 2021-03-15 10:43:11 +00:00
vector_type.cc Replace all uses of assert() with TINT_ICE macros 2021-03-31 20:43:26 +00:00
vector_type.h Implement Default Struct Layout 2021-03-15 10:43:11 +00:00
vector_type_test.cc Implement Default Struct Layout 2021-03-15 10:43:11 +00:00
void_type.cc Remove all unnecessary includes 2021-03-09 11:11:17 +00:00
void_type.h Add type::Type::FriendlyName() 2021-02-09 18:52:34 +00:00