dawn-cmake/src/tint
Ben Clayton 3fb9a3fba1 tint/sem: Rename Expression to ValueExpression
ast::IdentifierExpression may also resolve to a type or core enumerator

Bug: tint:1810
Change-Id: I85e3bea67e1146215079ec47430784f2fb39043d
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/118402
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: James Price <jrprice@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
2023-02-04 21:20:26 +00:00
..
ast tint/sem: Rename Expression to ValueExpression 2023-02-04 21:20:26 +00:00
bench tint: Add a benchmark for atan2 const eval 2022-07-19 14:50:33 +00:00
cmd Split constant and type out of libtint_core_all_src 2023-01-25 18:39:00 +00:00
constant Add clone into constant/ 2023-01-06 02:57:36 +00:00
diagnostic tint/gn: Use Unix diagnostic printer on macOS 2023-01-04 17:48:00 +00:00
fuzzers tint/sem: Rename Expression to ValueExpression 2023-02-04 21:20:26 +00:00
inspector tint: Reduce repetition for ty.type_name() 2023-02-03 14:01:43 +00:00
ir tint/sem: Rename Expression to ValueExpression 2023-02-04 21:20:26 +00:00
reader tint/ast: Make DiagnosticControl a plain struct 2023-02-04 12:20:55 +00:00
resolver tint/sem: Rename Expression to ValueExpression 2023-02-04 21:20:26 +00:00
sem tint/sem: Rename Expression to ValueExpression 2023-02-04 21:20:26 +00:00
templates tint: Rename kInvalid to kUndefined for enums 2022-10-12 18:49:15 +00:00
text Count the line pos, offset and size of compilation message in UTF-16 2023-01-10 00:03:24 +00:00
transform tint/sem: Rename Expression to ValueExpression 2023-02-04 21:20:26 +00:00
type tint: Reduce repetition for ty.type_name() 2023-02-03 14:01:43 +00:00
utils Fix MSVC 14.29 errors: 2023-01-30 14:49:27 +00:00
val tint: Fix dxc on Linux 2022-08-03 21:40:46 +00:00
writer tint/sem: Rename Expression to ValueExpression 2023-02-04 21:20:26 +00:00
BUILD.gn tint/sem: Rename Expression to ValueExpression 2023-02-04 21:20:26 +00:00
CMakeLists.txt tint/sem: Rename Expression to ValueExpression 2023-02-04 21:20:26 +00:00
OWNERS Add top-level OWNERS and scope Tint owners more tightly. 2022-04-07 17:59:14 +00:00
castable.cc Fixup various warnings in Tint which were accidentally suppressed. 2022-06-29 14:38:15 +00:00
castable.h tint/castable: Add Maybe() MaybeAnyOf() 2022-12-14 22:38:43 +00:00
castable_bench.cc tint/ast: Generate ast::StorageClass from intrinsics.def 2022-07-27 16:36:35 +00:00
castable_test.cc Update internals to initializer instead of constructor. 2022-10-20 13:38:28 +00:00
clone_context.cc tint/utils: Make Hashmap::Find() safer to use 2022-11-23 21:04:25 +00:00
clone_context.h tint/utils: Add TINT_LIKELY / TINT_UNLIKELY macros 2023-01-12 22:52:57 +00:00
clone_context_test.cc tint: Add callback overloads to CloneContext::Insert* 2022-11-02 13:40:41 +00:00
debug.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
debug.h tint: Use TINT_UNLIKELY() on TINT_ASSERT() condition 2023-01-13 14:46:21 +00:00
debug_test.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
demangler.cc Fixup various warnings in Tint which were accidentally suppressed. 2022-06-29 14:38:15 +00:00
demangler.h Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
demangler_test.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
intrinsics.def tint/uniformity: Add derivative_uniformity filter 2023-01-25 01:24:46 +00:00
number.cc Run ./tools/format 2022-11-18 11:57:37 +00:00
number.h tint: add CheckedPow 2022-12-13 16:29:06 +00:00
number_test.cc tint: add CheckedPow 2022-12-13 16:29:06 +00:00
program.cc tint/sem: Rename Expression to ValueExpression 2023-02-04 21:20:26 +00:00
program.h Rename constant::Constant to constant::Value. 2022-12-15 16:25:31 +00:00
program_builder.cc tint/sem: Rename Expression to ValueExpression 2023-02-04 21:20:26 +00:00
program_builder.h tint/ast: Make DiagnosticControl a plain struct 2023-02-04 12:20:55 +00:00
program_builder_test.cc tint/ast: Migrate to utils::Vector 2022-08-02 17:03:35 +00:00
program_id.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
program_id.h Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
program_test.cc Move ast/address_space to type/ 2023-01-21 19:56:49 +00:00
reflection.h tint: Add TINT_REFLECT() & ForeachField() 2022-09-02 11:40:19 +00:00
reflection_test.cc tint: Add TINT_REFLECT() & ForeachField() 2022-09-02 11:40:19 +00:00
scope_stack.h tint/resolver: Reduce Hashmap fixed sizes for UA 2023-01-12 20:31:33 +00:00
scope_stack_test.cc tint: Implement uniformity analaysis 2022-05-11 22:05:15 +00:00
source.cc Remove tint::Source::data_view 2022-11-17 19:16:24 +00:00
source.h Fix typo 2022-12-15 18:00:24 +00:00
source_test.cc Remove tint::Source::data_view 2022-11-17 19:16:24 +00:00
symbol.cc tint: Add Symbol inequality operator 2022-11-29 21:17:37 +00:00
symbol.h tint: Add Symbol inequality operator 2022-11-29 21:17:37 +00:00
symbol_table.cc Add InsertBraces: true to .clang-format 2022-05-19 20:08:19 +00:00
symbol_table.h Add ability to clone types. 2023-01-05 21:07:15 +00:00
symbol_table_test.cc Consistent formatting for Dawn/Tint. 2022-05-01 14:40:55 +00:00
symbol_test.cc tint: Add Symbol inequality operator 2022-11-29 21:17:37 +00:00
test_main.cc tint: Add Initialize() / Shutdown() public APIs 2022-11-03 19:16:26 +00:00
tint.cc tint: Add Initialize() / Shutdown() public APIs 2022-11-03 19:16:26 +00:00
tint.natvis tint/sem: Rename Expression to ValueExpression 2023-02-04 21:20:26 +00:00
tint_gdb.py tint: Fix gdb and lldb pretty printers for recently updated Hashset and Hashmap 2022-11-07 14:00:53 +00:00
tint_lldb.py tint: Fix gdb and lldb pretty printers for recently updated Hashset and Hashmap 2022-11-07 14:00:53 +00:00
traits.h tint: Add ast::TemplatedIdentifier 2023-02-03 13:24:18 +00:00
traits_test.cc tint: Add ast::TemplatedIdentifier 2023-02-03 13:24:18 +00:00