Home
last modified time | relevance | path

Searched defs:is_free (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/
Dsymtable.py199 is_free = lambda x:((x >> SCOPE_OFF) & SCOPE_MASK) == FREE function
273 def is_free(self): member in Symbol
/third_party/boost/boost/graph/
Dedge_coloring.hpp32 bool is_free(const Graph& g, ColorMap color, in is_free() function
/third_party/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp843 auto is_free = [&](PhysReg reg_index) in get_reg_simple() local