HomeSort by relevance Sort by last modified time
    Searched refs:is_anonymous (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
codegen.py 115 if node.is_block and not node.is_anonymous:
367 if node.is_anonymous:
506 if not comp.is_anonymous:
    [all...]
parsetree.py 429 is_anonymous = False variable in class:DefTag
494 def is_anonymous(self): member in class:BlockTag
  /external/mesa3d/src/compiler/
glsl_types.h 616 bool is_anonymous() const function in struct:glsl_type
glsl_types.cpp 877 if (!this->is_anonymous() && !b->is_anonymous())
    [all...]
  /external/clang/bindings/python/tests/cindex/
test_type.py 390 assert fields[1].is_anonymous()
  /external/mesa3d/src/compiler/glsl/
link_varyings.cpp 199 return output_type->is_anonymous() &&
200 to_match->is_anonymous() &&
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 1559 def is_anonymous(self): member in class:Cursor
    [all...]

Completed in 1099 milliseconds