Home
last modified time | relevance | path

Searched refs:noArgument (Results 1 – 1 of 1) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
Dattribute.cpp244 const auto noArgument = [&](const char* feature) { in handleLoopAttributes() local
299 if (noArgument("unroll")) in handleLoopAttributes()
303 if (noArgument("dont_unroll")) in handleLoopAttributes()
307 if (noArgument("dependency_infinite")) in handleLoopAttributes()