Home
last modified time | relevance | path

Searched defs:foreach_in_list (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/tests/
Dlist_iterators.cpp74 TEST_P(list_iterators_node_inherite, foreach_in_list) in TEST_P() argument
/third_party/mesa3d/src/compiler/glsl/
Dlist.h688 #define foreach_in_list(__type, __inst, __list) \ macro