Searched refs:type_ptr (Results 1 – 4 of 4) sorted by relevance
828 char *type_ptr = NULL; /* stores malloc'd data from get_default_type */ in parse_command_line_arguments() local916 if (get_default_type(role_s, &type_ptr)) { in parse_command_line_arguments()921 type_s = type_ptr; in parse_command_line_arguments()980 free(type_ptr); in parse_command_line_arguments()986 free(type_ptr); in parse_command_line_arguments()
806 uint64_t *type_ptr, in SymbolLookup() argument810 if (*type_ptr) in SymbolLookup()845 *type_ptr = LLVMDisassembler_ReferenceType_InOut_None; in SymbolLookup()
4490 Type *type_ptr = m_die_to_type.lookup (die); in GetTypeForDIE() local4491 if (type_ptr == NULL) in GetTypeForDIE()4498 else if (type_ptr != DIE_IS_BEING_PARSED) in GetTypeForDIE()4501 type_sp = type_ptr->shared_from_this(); in GetTypeForDIE()5655 Type *type_ptr = m_die_to_type.lookup (die); in ParseType() local5657 if (type_ptr == NULL) in ParseType()6618 type_ptr = m_die_to_type[die]; in ParseType()6619 if (type_ptr && type_ptr != DIE_IS_BEING_PARSED) in ParseType()6621 type_sp = type_ptr->shared_from_this(); in ParseType()6760 type_ptr = m_die_to_type[die]; in ParseType()[all …]
24 /// @file glm/gtc/type_ptr.inl