OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_list
(Results
1 - 8
of
8
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
s_expression.h
67
virtual bool
is_list
() const { return false; }
function in class:s_expression
139
virtual bool
is_list
() const { return true; }
function in class:s_list
s_expression.cpp
184
case LIST: if (expr->
is_list
()) *p_list = (s_list *) expr; break;
ir_reader.cpp
175
if (!sub->
is_list
())
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
s_expression.h
67
virtual bool
is_list
() const { return false; }
function in class:s_expression
139
virtual bool
is_list
() const { return true; }
function in class:s_list
s_expression.cpp
184
case LIST: if (expr->
is_list
()) *p_list = (s_list *) expr; break;
ir_reader.cpp
175
if (!sub->
is_list
())
/xsrc/external/mit/libxcb/dist/src/
c_client.py
453
if field.type.
is_list
and not field.type.member.fixed_size():
498
if field.type.
is_list
:
540
return field.type.
is_list
and not field.type.fixed_size()
543
if field.type.
is_list
:
716
if field.type.is_switch or field.type.
is_list
:
740
if field.type.
is_list
and field.type.expr.op == 'calculate_len':
789
if self.
is_list
:
1085
elif field.type.
is_list
:
1154
if field.type.
is_list
:
1550
if field.type.
is_list
[
all
...]
/xsrc/external/mit/xcb-proto/dist/xcbgen/
xtypes.py
40
self.
is_list
= False
294
self.
is_list
= True
Completed in 13 milliseconds
Indexes created Thu Apr 09 00:23:28 UTC 2026