Searched refs:builtin_type (Results 1 – 5 of 5) sorted by relevance
497 CompilerType builtin_type; in CreateLLDBTypeFromPDBType() local499 builtin_type = GetBuiltinTypeForPDBEncodingAndBitSize( in CreateLLDBTypeFromPDBType()502 builtin_type = m_ast.GetBasicType(eBasicTypeInt); in CreateLLDBTypeFromPDBType()510 builtin_type, isScoped); in CreateLLDBTypeFromPDBType()705 auto *builtin_type = llvm::dyn_cast<PDBSymbolTypeBuiltin>(&type); in CreateLLDBTypeFromPDBType() local706 assert(builtin_type); in CreateLLDBTypeFromPDBType()707 PDB_BuiltinType builtin_kind = builtin_type->getBuiltinType(); in CreateLLDBTypeFromPDBType()712 if (uint64_t size = builtin_type->getLength()) in CreateLLDBTypeFromPDBType()716 m_ast, *builtin_type, encoding, bytes.value_or(0) * 8); in CreateLLDBTypeFromPDBType()718 if (builtin_type->isConstType()) in CreateLLDBTypeFromPDBType()[all …]
149 n->builtin_type = MACROTYPE; in create_entry()243 n->builtin_type = type; in setup_builtin()276 if (p == NULL || p->builtin_type == MACROTYPE) in macro_getbuiltin()
83 #define macro_builtin_type(p) ((p)->builtin_type)
143 unsigned int builtin_type; member
3248 const clang::BuiltinType *builtin_type = in IsIntegerType() local3251 if (builtin_type) { in IsIntegerType()3252 if (builtin_type->isInteger()) { in IsIntegerType()3253 is_signed = builtin_type->isSignedInteger(); in IsIntegerType()3862 const clang::BuiltinType *builtin_type = in GetTypeInfo() local3866 switch (builtin_type->getKind()) { in GetTypeInfo()3906 if (builtin_type->isInteger()) { in GetTypeInfo()3908 if (builtin_type->isSignedInteger()) in GetTypeInfo()3910 } else if (builtin_type->isFloatingPoint()) in GetTypeInfo()