Searched refs:ctf_type (Results 1 – 2 of 2) sorted by relevance
211 add_type(ctf_dict_t *dic, ctf_id_t ctf_type, type_base_sptr type) in add_type() argument213 string key = dic_type_key(dic, ctf_type); in add_type()221 add_unknown_type(ctf_id_t ctf_type) in add_unknown_type() argument223 unknown_types_set.insert(ctf_type); in add_unknown_type()232 lookup_type(ctf_dict_t *dic, ctf_id_t ctf_type) in lookup_type() argument235 std::string key = dic_type_key(dic, ctf_type); in lookup_type()247 lookup_unknown_type(ctf_id_t ctf_type) in lookup_unknown_type() argument248 { return unknown_types_set.find(ctf_type) != unknown_types_set.end(); } in lookup_unknown_type()326 ctf_id_t ctf_type);343 ctf_id_t ctf_type) in process_ctf_typedef() argument[all …]
54 dic_type_key(ctf_dict_t *dic, ctf_id_t ctf_type);