Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dsmdb.py330 def type_to_int(type_string): function
358 type_filter = "and type = %d" %(type_to_int(my_type))
416 …y, value from caller_info where function = '%s' and type = %d;" %(ptr, type_to_int("PARAM_VALUE")))
430 …y, value from caller_info where function = '%s' and type = %d;" %(ptr, type_to_int("PARAM_VALUE")))
622 …info where function = '%s' and parameter=%d and type=%d" %(ptr, param, type_to_int("DATA_SOURCE")))
631 …r_info where function = '%s' and parameter=%d and type=%d" %(ptr, param, type_to_int("USER_DATA")))