Searched refs:orig_type (Results 1 – 7 of 7) sorted by relevance
960 sym.orig_type = TRISTATE1238 if sym.orig_type in _BOOL_TRISTATE:1241 if not (sym.orig_type is BOOL1243 sym.orig_type is TRISTATE1247 .format(val, TYPE_TO_STR[sym.orig_type],1270 elif sym.orig_type is STRING:1301 if sym.orig_type not in _BOOL_TRISTATE:1338 if sym.orig_type in _BOOL_TRISTATE:1396 if sym.orig_type in _BOOL_TRISTATE:1404 elif sym.orig_type is STRING:[all …]
482 typename property_map< BidirGraph, Property >::type >::type orig_type; typedef486 detail::reverse_graph_edge_property_map< orig_type >, orig_type >::type
977 # define BITFIELD_TYPE(orig_type,integer_type) orig_type argument979 # define BITFIELD_TYPE(orig_type,integer_type) integer_type argument
144 unsigned char orig_type; /* segment type like CURSEG_XXX_TYPE */ member
2432 if (se->orig_type != se->type) { in check_sit_types()2433 if (se->orig_type == CURSEG_COLD_DATA && in check_sit_types()2435 se->type = se->orig_type; in check_sit_types()2438 i, se->orig_type, se->type); in check_sit_types()
2048 se->orig_type = GET_SIT_TYPE(raw_sit); in __seg_info_from_raw_sit()
805 orig_type = req.type808 proxy_type = orig_type820 if orig_type == proxy_type or orig_type == 'https':