/external/clang/test/Sema/ |
warn-documentation.cpp | 430 // expected-warning@+1 {{template parameter 'T' not found in the template declaration}} expected-note@+1 {{did you mean 'TTT'?}} 432 template<typename TTT> 433 void test_tparam6(TTT aaa); 460 /// \tparam TTT Ccc 461 template<template<template<typename T> class TT, class C> class TTT> [all...] |
/external/clang/test/Index/ |
comment-to-html-xml-conversion.cpp | 404 /// \tparam TTT Ddd 408 template<template<template<typename T> class TT, class C> class TTT> 411 // CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: FunctionTemplate=test_cmd_tparam_5:{{.*}} FullCommentAsHTML=[<dl><dt class="tparam-name-index-0">TTT</dt><dd class="tparam-descr-index-0"> Ddd </dd><dt class="tparam-name-index-other">C</dt><dd class="tparam-descr-index-other"> Ccc </dd><dt class="tparam-name-index-other">T</dt><dd class="tparam-descr-index-other"> Aaa </dd><dt class="tparam-name-index-other">TT</dt><dd class="tparam-descr-index-other"> Bbb</dd></dl>] FullCommentAsXML=[<Function templateKind="template" file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" column="6"><Name>test_cmd_tparam_5</Name><USR>c:@FT@>1#t>2#t>1#T#Ttest_cmd_tparam_5#v#</USR><Declaration>template <template <template <typename T> class TT, class C> class TTT>\nvoid test_cmd_tparam_5()</Declaration><TemplateParameters><Parameter><Name>TTT</Name><Index>0</Index><Discussion><Para> Ddd </Para></Discussion></Parameter><Parameter><Name>C</Name><Discussion><Para> Ccc </Para></Discussion></Parameter><Parameter><Name>T</Name><Discussion><Para> Aaa </Para></Discussion></Parameter><Parameter><Name>TT</Name><Discussion><Para> Bbb</Para></Discussion></Parameter></TemplateParameters></Function>] 416 // CHECK-NEXT: (CXComment_TParamCommand ParamName=[TTT] ParamPosition={0} [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/ |
XhciSched.h | 572 UINT32 TTT:2;
600 UINT32 TTT:2;
867 @param TTT The TT think time of the hub device.
878 IN UINT8 TTT,
888 @param TTT The TT think time of the hub device.
899 IN UINT8 TTT,
[all...] |
XhcPeim.c | 513 UINT8 TTT;
729 // The bit 5,6 of HubCharacter field of Hub Descriptor is TTT.
731 TTT = (UINT8) ((HubDesc->HubCharacter & (BIT5 | BIT6)) >> 5);
743 Status = XhcPeiConfigHubContext (Xhc, SlotId, HubDesc->NumPorts, TTT, MTT);
745 Status = XhcPeiConfigHubContext64 (Xhc, SlotId, HubDesc->NumPorts, TTT, MTT);
[all...] |
XhciSched.c | [all...] |
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue5162.go | 19 onesA := [NNN]ttt{ONES} 20 onesB := [NNN]ttt{ONES} 21 twos := [NNN]ttt{TWOS} 37 onesA := [NNN]ttt{ONES} 38 onesB := [NNN]ttt{ONES} 39 twos := [NNN]ttt{TWOS} 74 src = strings.Replace(src, "TTT", strings.Title(typ), -1) 75 src = strings.Replace(src, "ttt", typ, -1)
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue5162.go | 19 onesA := [NNN]ttt{ONES} 20 onesB := [NNN]ttt{ONES} 21 twos := [NNN]ttt{TWOS} 37 onesA := [NNN]ttt{ONES} 38 onesB := [NNN]ttt{ONES} 39 twos := [NNN]ttt{TWOS} 74 src = strings.Replace(src, "TTT", strings.Title(typ), -1) 75 src = strings.Replace(src, "ttt", typ, -1)
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/ |
XhciSched.h | 576 UINT32 TTT:2;
604 UINT32 TTT:2;
965 @param TTT The TT think time of the hub device.
976 IN UINT8 TTT,
987 @param TTT The TT think time of the hub device.
998 IN UINT8 TTT,
[all...] |
Xhci.c | 766 UINT8 TTT;
993 // The bit 5,6 of HubCharacter field of Hub Descriptor is TTT.
995 TTT = (UINT8)((HubDesc->HubCharacter & (BIT5 | BIT6)) >> 5);
1007 Status = XhcConfigHubContext (Xhc, SlotId, HubDesc->NumPorts, TTT, MTT);
1009 Status = XhcConfigHubContext64 (Xhc, SlotId, HubDesc->NumPorts, TTT, MTT);
[all...] |
XhciSched.c | [all...] |