Searched refs:TDT (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Basic/ |
H A D | Diagnostic.cpp | 1072 TemplateDiffTypes TDT; in FormatDiagnostic() local 1073 TDT.FromType = getRawArg(ArgNo); in FormatDiagnostic() 1074 TDT.ToType = getRawArg(ArgNo2); in FormatDiagnostic() 1077 TDT.TemplateDiffUsed = false; in FormatDiagnostic() 1086 TDT.PrintFromType = true; in FormatDiagnostic() 1087 TDT.PrintTree = true; in FormatDiagnostic() 1109 TDT.PrintTree = false; in FormatDiagnostic() 1110 TDT.PrintFromType = true; in FormatDiagnostic() 1116 if (!TDT.TemplateDiffUsed) in FormatDiagnostic() 1124 TDT.PrintFromType = false; in FormatDiagnostic() [all …]
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | NSAPI.cpp | 384 const TypedefType *TDT = T->getAs<TypedefType>(); in getNSNumberFactoryMethodKind() local 385 if (TDT) { in getNSNumberFactoryMethodKind() 386 QualType TDTTy = QualType(TDT, 0); in getNSNumberFactoryMethodKind() 520 while (const TypedefType *TDT = T->getAs<TypedefType>()) { in GetNSIntegralKind() local 523 TDT->getDecl()->getDeclName().getAsIdentifierInfo()->getName()) in GetNSIntegralKind() 537 T = TDT->desugar(); in GetNSIntegralKind() 577 while (const TypedefType *TDT = T->getAs<TypedefType>()) { in isObjCTypedef() local 578 if (TDT->getDecl()->getDeclName().getAsIdentifierInfo() == II) in isObjCTypedef() 580 T = TDT->desugar(); in isObjCTypedef()
|
H A D | ASTDiagnostic.cpp | 402 TemplateDiffTypes &TDT = *reinterpret_cast<TemplateDiffTypes*>(Val); in FormatASTNodeDiagnosticArgument() local 404 QualType::getFromOpaquePtr(reinterpret_cast<void*>(TDT.FromType)); in FormatASTNodeDiagnosticArgument() 406 QualType::getFromOpaquePtr(reinterpret_cast<void*>(TDT.ToType)); in FormatASTNodeDiagnosticArgument() 408 if (FormatTemplateTypeDiff(Context, FromType, ToType, TDT.PrintTree, in FormatASTNodeDiagnosticArgument() 409 TDT.PrintFromType, TDT.ElideType, in FormatASTNodeDiagnosticArgument() 410 TDT.ShowColors, OS)) { in FormatASTNodeDiagnosticArgument() 411 NeedQuotes = !TDT.PrintTree; in FormatASTNodeDiagnosticArgument() 412 TDT.TemplateDiffUsed = true; in FormatASTNodeDiagnosticArgument() 418 if (TDT.PrintTree) in FormatASTNodeDiagnosticArgument() 423 Val = TDT.PrintFromType ? TDT.FromType : TDT.ToType; in FormatASTNodeDiagnosticArgument()
|
H A D | QualTypeNames.cpp | 325 if (const auto *TDT = dyn_cast<TypedefType>(TypePtr)) { in createNestedNameSpecifierForScopeOf() local 326 Decl = TDT->getDecl(); in createNestedNameSpecifierForScopeOf()
|
/openbsd/sys/dev/pci/ |
H A D | if_em.c | 703 E1000_WRITE_REG(&sc->hw, TDT(que->me), in em_start() 722 E1000_WRITE_REG(&sc->hw, TDT(que->me), in em_start() 839 E1000_READ_REG(&sc->hw, TDT(que->me))); in em_watchdog() 1352 hw_tdt = E1000_READ_REG(&sc->hw, TDT(que->me)); in em_82547_move_tail_locked() 1368 E1000_WRITE_REG(&sc->hw, TDT(que->me), hw_tdt); in em_82547_move_tail_locked() 1424 if ((E1000_READ_REG(&sc->hw, TDT(que->me)) == in em_82547_tx_fifo_reset() 2299 E1000_WRITE_REG(&sc->hw, TDT(que->me), 0); in em_initialize_transmit_unit()
|
H A D | if_ixgb.c | 319 IXGB_WRITE_REG(&sc->hw, TDT, sc->next_avail_tx_desc); in ixgb_start() 1215 IXGB_WRITE_REG(&sc->hw, TDT, 0); in ixgb_initialize_transmit_unit()
|
/openbsd/gnu/llvm/clang/tools/libclang/ |
H A D | CXIndexDataConsumer.cpp | 352 if (const TypedefType *TDT = T->getAs<TypedefType>()) { in CXXBasesListInfo() local 353 BaseD = TDT->getDecl(); in CXXBasesListInfo()
|