Searched refs:DK (Results 1 - 20 of 20) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclOpenMP.h41 OMPThreadPrivateDecl(Kind DK, DeclContext *DC, SourceLocation L) : argument
42 Decl(DK, DC, L), NumVars(0) { }
H A DDeclBase.h314 Decl(Kind DK, DeclContext *DC, SourceLocation L) argument
316 Loc(L), DeclKind(DK), InvalidDecl(0),
319 IdentifierNamespace(getIdentifierNamespaceForKind(DK)),
322 if (StatisticsEnabled) add(DK);
325 Decl(Kind DK, EmptyShell Empty) argument
326 : NextInContextAndBits(), DeclKind(DK), InvalidDecl(0),
329 IdentifierNamespace(getIdentifierNamespaceForKind(DK)),
332 if (StatisticsEnabled) add(DK);
649 static unsigned getIdentifierNamespaceForKind(Kind DK);
H A DDecl.h116 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) argument
117 : Decl(DK, DC, L), Name(N) { }
475 ValueDecl(Kind DK, DeclContext *DC, SourceLocation L, argument
477 : NamedDecl(DK, DC, L, N), DeclType(T) {}
545 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L, argument
548 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) {
770 VarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc,
1239 ParmVarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc,
1242 : VarDecl(DK, C, DC, StartLoc, IdLoc, Id, T, TInfo, S) {
1539 FunctionDecl(Kind DK, ASTContex
[all...]
H A DDeclTemplate.h233 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L,
235 : NamedDecl(DK, DC, L, Name), TemplatedDecl(nullptr),
240 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L,
242 : NamedDecl(DK, DC, L, Name), TemplatedDecl(nullptr),
246 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L,
249 : NamedDecl(DK, DC, L, Name), TemplatedDecl(Decl),
625 RedeclarableTemplateDecl(Kind DK, ASTContext &C, DeclContext *DC, argument
628 : TemplateDecl(DK, DC, L, Name, Params, Decl), redeclarable_base(C),
1434 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK,
1442 explicit ClassTemplateSpecializationDecl(ASTContext &C, Kind DK);
[all...]
H A DDeclObjC.h518 ObjCContainerDecl(Kind DK, DeclContext *DC, argument
521 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK), AtStart(atStartLoc) {}
1840 ObjCImplDecl(Kind DK, DeclContext *DC, argument
1843 : ObjCContainerDecl(DK, DC,
H A DDeclCXX.h1698 CXXMethodDecl(Kind DK, ASTContext &C, CXXRecordDecl *RD, argument
1703 : FunctionDecl(DK, C, RD, StartLoc, NameInfo, T, TInfo,
/external/clang/lib/Frontend/
H A DASTConsumers.cpp375 Decl::Kind DK = I->getKind(); local
376 switch (DK) {
473 Out << "DeclKind: " << DK << '"' << I << "\"\n";
/external/clang/lib/AST/
H A DDeclBase.cpp623 Decl::Kind DK = D->getDeclKind(); local
624 switch(DK) {
634 if (DK >= first##NAME && DK <= last##NAME) \
642 Decl::Kind DK = D->getKind(); local
643 switch(DK) {
653 if (DK >= first##NAME && DK <= last##NAME) \
H A DDeclTemplate.cpp690 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK, argument
697 : CXXRecordDecl(DK, TK, Context, DC, StartLoc, IdLoc,
707 Kind DK)
708 : CXXRecordDecl(DK, TTK_Struct, C, nullptr, SourceLocation(),
1058 Kind DK, ASTContext &Context, DeclContext *DC, SourceLocation StartLoc,
1062 : VarDecl(DK, Context, DC, StartLoc, IdLoc,
1068 VarTemplateSpecializationDecl::VarTemplateSpecializationDecl(Kind DK, argument
1070 : VarDecl(DK, C, nullptr, SourceLocation(), SourceLocation(), nullptr,
706 ClassTemplateSpecializationDecl(ASTContext &C, Kind DK) argument
1057 VarTemplateSpecializationDecl( Kind DK, ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, VarTemplateDecl *SpecializedTemplate, QualType T, TypeSourceInfo *TInfo, StorageClass S, const TemplateArgument *Args, unsigned NumArgs) argument
H A DDecl.cpp1686 VarDecl::VarDecl(Kind DK, ASTContext &C, DeclContext *DC, argument
1690 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc),
3487 RecordDecl::RecordDecl(Kind DK, TagKind TK, const ASTContext &C, argument
3491 : TagDecl(DK, TK, C, DC, IdLoc, Id, PrevDecl, StartLoc) {
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DEncodings.properties57 Cp277 EBCDIC-CP-DK,EBCDIC-CP-NO,IBM277,csIBM277 0x0019
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DRegionDataConstants.java310 DK(new String[]{ enum constant in enum:RegionDataConstants.RegionDataEnum
/external/clang/lib/Parse/
H A DParser.cpp86 /// \param DK The kind of diagnostic to emit.
88 void Parser::SuggestParentheses(SourceLocation Loc, unsigned DK, argument
94 Diag(Loc, DK);
98 Diag(Loc, DK)
/external/clang/lib/Sema/
H A DSemaInit.cpp791 unsigned DK = diag::warn_excess_initializers_in_char_array_initializer; local
793 DK = diag::err_excess_initializers_in_char_array_initializer;
797 SemaRef.Diag(IList->getInit(Index)->getLocStart(), DK)
810 unsigned DK = diag::warn_excess_initializers; local
812 DK = diag::err_excess_initializers;
816 DK = diag::err_excess_initializers;
820 SemaRef.Diag(IList->getInit(Index)->getLocStart(), DK)
H A DSemaDecl.cpp3839 unsigned DK = diag::err_anonymous_record_bad_member; local
3841 DK = diag::err_anonymous_record_with_type;
3843 DK = diag::err_anonymous_record_with_function;
3845 DK = diag::err_anonymous_record_with_static;
3849 DK == diag::err_anonymous_record_with_type)
3853 Diag(Mem->getLocation(), DK)
H A DSemaDeclCXX.cpp11331 unsigned DK = diag::err_catch_incomplete; local
11335 DK = diag::err_catch_incomplete_ptr;
11340 DK = diag::err_catch_incomplete_ref;
11343 !BaseType->isDependentType() && RequireCompleteType(Loc, BaseType, DK))
/external/clang/include/clang/Parse/
H A DParser.h823 void SuggestParentheses(SourceLocation Loc, unsigned DK,
/external/chromium_org/third_party/libjingle/source/talk/media/testdata/
H A Dh264-svc-99-640x360.rtpdump4244 ��� 6��5�g�4��-��bt*�m|�{��:,���`���<�2A���=�#�� 3G�=���^���y�i�;Z�/� ���DK/��~q����%��۸#(�ׯ��v?���_�4:��U��
13192 ��\�Fc3�ɀ=����v�}�+QN .���(�:xfQ���OoH��EQ���U��,v�q<pxN;��=���ymڝ �|�l!�V|χ�Q?!K)A��s���=�ZH`�/���2�ؿ|Mt'�C�� �'�x���|O��j������Z`.���>�<O�b|3�<�������{U4� ��V�r�O���'�9~�O�<����1��gA2V�!�^Xy���؟�xf�����8��'�vT$K���?�R���R�W�!�i���1<����?��<3���k���o�'־���|0X���P��{��0��[����|3��7b�Å\��낝�7�b��L�IG��_v����� ��偯1��~|�����r�B�ԝw}�+?���%��C�~�"X���K��'�����(�e������ .�t9������z� �v`��z�݉��U�������z�Sp �;13m�C����e��������z�� �8�#�`��nx�Rf��e=�ߦ] � ���WwzԐ'�,�?����6�]�[]7)jt��"���w��5�H�T���"گw�q�e÷EɈ�[[̺�>|���?��V(i��3��a�ب�dN/t@��5�c)��I��f��f�V5r~8>��G�V�.��G s!�or0�yq��lB���yb��O/�>^��q�[S`��(G��Y���翽��_����w�S(D�< r�A3�*@�?�a\;�\DK��6��| c|��ڞ�L�U���fp4y���w�� c���O+�n��~�*ͭ����g�_�7�:Hl��\��E�>��z�m�����k���>�=�����6�A�B.��.�w��z�PH��,��c�3� {~�8����~�}�-Ң'r�es̭�\T1���ܪ(w��T��rnX->#�;���`�V#�e���������w�o��N�?�W��w��3s�,�#�]ߗ�@~�`?��?�y~l":�����x�ױy���a�.��G !U��<`��E� \SQ�\������v���W��i�'����w/�pN�2�+|����gv���z�?&?j+�bs����36Gre���Ä!X��x����\�_~x{��wu��*&/�����cwp�0b��������x����@����{�����Y�q�̰ۀh�������;,=�?��0����� �Z;~;rV�|����B�F+A@����sX�@ ���8g�� U�fj�C��3{ala=\+��<P� ��f,�#�=}��=55�c)��I��f��f�uNr8>�G�V� 4�G��[܁�^XxhO � �^���Pu��}���~���x��xy�}��>���%��\� ���]V���ܱ01|����[�8
14092 � ;>X�����~���DK �MN�����~�-CRڶޙ �B��e��J���n��U��O�������q�9���ѣ�jL�Ϯ�{|61��#ކ A��6�?`֣ LVCV�q�1�7�5�D�ʚ��Q��ݤIJ��2��%���I�K�]}� v}*��6c-�˭駁~�桯j��wY��㞛=���.����i���6M��c�����W[���������pf�^xYT[�P^�o{��W4���ֽ����o�w�������Ⱦ
15019 @��kT��SG��� Ł�fԟ�zi���މ-�����0�G%�l��{�@�Z� �����s� �������� �}A c����J����j�m�,Δn-W��#�3 w� E�3_��v�Z�L���lO�<a�x��;x���,�8�EO�-x�G��`4������M�� ��cb eK~ ��DK�����︾|{�@@\#6g�M�U��-�d�����YE燰�ֿ��q�qM��A9@
15094 Nx2z��q�ڃ�I�/�f�#���d7@s/@ &J����Ԅ(���-w��6Y�l)Wx�1Y{�q|���9��`a��ȉx_5E �%��,�|~�޽;~�,K3by9�ZjO�9�Q�P`����E礝�w��w����{�BB�Ѓ�:��,ư+6�9t�s�| �PN���~��y�Wے�.������&��[S' ��*���c������~��i��-��AEf���SC$�������)CDjU��Fr�K��լ��>�}̗�T,��j��y8�v��Pz�0�L]v�hi6yF�</s4�S�y�C�<[������q�%�5Z���M�DZ�^��s����m���E�sJ����7U� ����ʒ@�v8.5sr���� ��B����ﻨ�|DK�2�� @�~��U�n�I�Pe��2�҆
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromePageScript.js332 if("cy_GB"==goog.LOCALE||"cy-GB"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_cy;"da"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_da);if("da_DK"==goog.LOCALE||"da-DK"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_da;if("da_GL"==goog.LOCALE||"da-GL"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_da;
490 if("cs_CZ"==goog.LOCALE||"cs-CZ"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_cs;"cy"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_cy);if("cy_GB"==goog.LOCALE||"cy-GB"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_cy;"da"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_da);if("da_DK"==goog.LOCALE||"da-DK"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_da;
/external/chromium_org/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js[all...]

Completed in 685 milliseconds