Searched defs:cvt (Results 1 – 13 of 13) sorted by relevance
496 bool lldb_private::npdb::IsForwardRefUdt(CVType cvt) { in IsForwardRefUdt()517 bool lldb_private::npdb::IsTagRecord(llvm::codeview::CVType cvt) { in IsTagRecord()529 bool lldb_private::npdb::IsClassStructUnion(llvm::codeview::CVType cvt) { in IsClassStructUnion()568 TypeIndex lldb_private::npdb::GetFieldListIndex(CVType cvt) { in GetFieldListIndex()1049 CVType cvt = tpi.getType(id.index); in GetBestPossibleDecl() local1063 template <typename RecordType> static size_t GetSizeOfTypeInternal(CVType cvt) { in GetSizeOfTypeInternal()1092 CVType cvt = tpi.getType(index); in GetSizeOfType() local
47 CVType cvt = m_index.tpi().getType(m_id.index); in UdtRecordCompleter() local248 CVType cvt = m_index.tpi().getType(ti); in visitKnownMember() local
456 CVType cvt = index.tpi().getType(tag_ti); in CompleteTagDecl() local 760 CVType cvt = index.tpi().getType(type.index); CreateType() local 874 CVType cvt = index.tpi().getType(func_ti); CreateFunctionDecl() local 1246 for (const CVType &cvt : index.tpi().typeArray()) { ParseNamespace() local 1282 for (const CVType &cvt : index.tpi().typeArray()) { ParseAllTypes() local [all...]
69 std::optional<CVType> cvt = types.tryGetType(bis.BuildId); in ParseBuildInfo() local
84 CVType cvt = tpi.getType(ti); in GetIntegralTypeInfo() local
255 CVType cvt = tpi.getType(Record.Type); in GetNestedTagDefinition() local720 CVType cvt = stream.getType(type_id.index); in CreateType() local1791 CVType cvt = m_index->tpi().getType(udt.Type); in ParseTypes() local
49 long cvt; in main() local
50 long cvt; in main() local
109 } __attribute__((packed)) cvt; member142 struct cvt_timing cvt[4]; member
999 bool yres_specified = false, cvt = false, rb = false; in drm_mode_parse_command_line_for_connector() local
1381 struct cvt_timing *cvt; in drm_cvt_modes() local
954 bool cvt; member
274 cvt(const void *src, int size, char swap) in cvt() function