dawn-cmake/src
Ben Clayton f3639b787f Replace Type::(Is|As)Bool with Castable
Change-Id: I60ed33bd9a54b14bb9b35f3cd999a2604c2c4450
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/34265
Reviewed-by: dan sinclair <dsinclair@chromium.org>
2020-11-30 23:30:58 +00:00
..
ast Replace Type::(Is|As)Bool with Castable 2020-11-30 23:30:58 +00:00
diagnostic Diagnostics: Add error code to the Diagnostic 2020-11-26 17:49:22 +00:00
inspector Replace Type::(Is|As)Array with Castable 2020-11-30 23:30:58 +00:00
reader Replace Type::(Is|As)Bool with Castable 2020-11-30 23:30:58 +00:00
transform Replace Type::(Is|As)Array with Castable 2020-11-30 23:30:58 +00:00
validator Replace Type::(Is|As)Array with Castable 2020-11-30 23:30:58 +00:00
writer Replace Type::(Is|As)Bool with Castable 2020-11-30 23:30:58 +00:00
CMakeLists.txt Add Castable template class 2020-11-30 22:50:25 +00:00
castable.cc Add Castable template class 2020-11-30 22:50:25 +00:00
castable.h Add Castable template class 2020-11-30 22:50:25 +00:00
castable_test.cc Add Castable template class 2020-11-30 22:50:25 +00:00
context.cc Move TypeManager from tint::Context to ast::Module 2020-11-23 19:50:55 +00:00
context.h Move TypeManager from tint::Context to ast::Module 2020-11-23 19:50:55 +00:00
namer.cc Place the namer into the context object. 2020-11-13 18:13:24 +00:00
namer.h Place the namer into the context object. 2020-11-13 18:13:24 +00:00
namer_test.cc Place the namer into the context object. 2020-11-13 18:13:24 +00:00
scope_stack.h [validation] Validates declaration name uniqueness 2020-08-11 20:44:06 +00:00
scope_stack_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
source.cc Fixup lint errors. 2020-11-03 16:26:09 +00:00
source.h Fix all doxygen warnings 2020-11-02 18:02:18 +00:00
type_determiner.cc Replace Type::(Is|As)Array with Castable 2020-11-30 23:30:58 +00:00
type_determiner.h Place the namer into the context object. 2020-11-13 18:13:24 +00:00
type_determiner_test.cc Replace Type::(Is|As)Bool with Castable 2020-11-30 23:30:58 +00:00