Locating shaders causing a crash

I have an issue where some shaders are causing Blender to crash.

There errors thrown are as follows:

ERROR (gpu.shader): GPU_material_compile FragShader:
|
5160 | node_mix_shader(, tmp34, tmp38, tmp42);
|
| Error: C0000: syntax error, unexpected ‘,’, expecting ‘)’ at token “,”

ERROR (gpu.shader): GPU_material_compile FragShader:
|
5033 | node_bsdf_glossy(, unf21, tmp19, cons23, cons24, tmp25);
|
| Error: C0000: syntax error, unexpected ‘,’, expecting ‘)’ at token “,”

I’m trying to locate which specific shaders are using these nodes and try to correct them (it would be simple if I only had a few shaders, but this isn’t the case).

From the above error, is there a simple way to locate the nodes that the errors reference?

Thanks!

-Geep