Searched refs:TDT (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DDiagnostic.cpp864 TemplateDiffTypes TDT; local
865 TDT.FromType = getRawArg(ArgNo);
866 TDT.ToType = getRawArg(ArgNo2);
867 TDT.ElideType = getDiags()->ElideType;
868 TDT.ShowColors = getDiags()->ShowColors;
869 TDT.TemplateDiffUsed = false;
870 intptr_t val = reinterpret_cast<intptr_t>(&TDT);
878 TDT.PrintFromType = true;
879 TDT.PrintTree = true;
901 TDT
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DNSAPI.cpp395 const TypedefType *TDT = T->getAs<TypedefType>(); local
396 if (TDT) {
397 QualType TDTTy = QualType(TDT, 0);
498 while (const TypedefType *TDT = T->getAs<TypedefType>()) {
501 TDT->getDecl()->getDeclName().getAsIdentifierInfo()->getName())
515 T = TDT->desugar();
555 while (const TypedefType *TDT = T->getAs<TypedefType>()) {
556 if (TDT->getDecl()->getDeclName().getAsIdentifierInfo() == II)
558 T = TDT->desugar();
H A DASTDiagnostic.cpp338 TemplateDiffTypes &TDT = *reinterpret_cast<TemplateDiffTypes*>(Val); local
340 QualType::getFromOpaquePtr(reinterpret_cast<void*>(TDT.FromType));
342 QualType::getFromOpaquePtr(reinterpret_cast<void*>(TDT.ToType));
344 if (FormatTemplateTypeDiff(Context, FromType, ToType, TDT.PrintTree,
345 TDT.PrintFromType, TDT.ElideType,
346 TDT.ShowColors, OS)) {
347 NeedQuotes = !TDT.PrintTree;
348 TDT.TemplateDiffUsed = true;
354 if (TDT
[all...]
/freebsd-11.0-release/sys/dev/ixgb/
H A Dif_ixgb.c1035 IXGB_WRITE_REG(&adapter->hw, TDT, i);
1569 IXGB_WRITE_REG(&adapter->hw, TDT, 0);

Completed in 126 milliseconds