Searched refs:variable_type (Results 1 – 5 of 5) sorted by relevance
62 variable_type = variable.GetType()63 total_size = total_size + variable_type.GetByteSize()
110 char variable_name [50],variable_type [20]; in set_struct_descriptors() local140 ch=parse_word (current_line,variable_type); in set_struct_descriptors()143 strcpy (variable_type,variable_name); in set_struct_descriptors()147 add_new_variable (current_descriptor,variable_type,variable_name); in set_struct_descriptors()
246 Type *variable_type = variable->GetType(); in GetClangType() local247 if (variable_type) in GetClangType()248 m_clang_type = variable_type->GetClangForwardType(); in GetClangType()
841 Type *variable_type = variable->GetType(); in PrivateAutoComplete() local842 if (variable_type) in PrivateAutoComplete()844 … ClangASTType variable_clang_type (variable_type->GetClangForwardType()); in PrivateAutoComplete()
1438 llvm::Type *variable_type = global_variable->getType(); in MaterializeInternalVariable() local1460 Constant *new_pointer = BuildRelocation(variable_type, offset); in MaterializeInternalVariable()