Searched refs:defaulted (Results 1 – 20 of 20) sorted by relevance
/external/bison/src/ |
D | graphviz.c | 175 bool defaulted = false; in output_red() local 187 defaulted = true; in output_red() 198 if (! defaulted) in output_red() 207 conclude_red (&eout, source, ruleno, true, firste && !defaulted, fout); in output_red()
|
D | print.c | 298 bool defaulted = false; in print_reductions() local 316 defaulted = true; in print_reductions() 322 if (defaulted) in print_reductions() 326 defaulted = false; in print_reductions()
|
D | print-xml.c | 300 bool defaulted = false; in print_reductions() local 312 defaulted = true; in print_reductions() 317 if (defaulted) in print_reductions() 320 defaulted = false; in print_reductions()
|
/external/clang/test/Analysis/inlining/ |
D | path-notes.cpp | 59 namespace defaulted { namespace
|
/external/llvm/docs/ |
D | MakefileGuide.rst | 647 ``AR`` (defaulted) 709 ``LLVMAS`` (defaulted) 712 ``LLVMGCC`` (defaulted) 715 ``LLVMGXX`` (defaulted) 718 ``LLVMLD`` (defaulted) 731 ``MKDIR`` (defaulted) 741 ``RANLIB`` (defaulted) 744 ``RM`` (defaulted) 747 ``SED`` (defaulted) 753 ``TBLGEN`` (defaulted) [all …]
|
D | LangRef.rst | 4578 the number of elements allocated, otherwise "NumElements" is defaulted
|
/external/clang/include/clang/Basic/ |
D | DiagnosticCommonKinds.td | 76 "only special member functions may be defaulted">;
|
D | DiagnosticParseKinds.td | 669 "defaulted function definitions are a C++11 extension">, InGroup<CXX11>; 671 "defaulted function definitions are incompatible with C++98">,
|
D | DiagnosticSemaKinds.td | 3422 "explicitly defaulted function was implicitly deleted here">; 3449 "definition of explicitly defaulted %select{default constructor|copy " 5698 "defaulted default constructor of %0 cannot be used by non-static data " 5893 // C++11 defaulted functions 5895 "an explicitly-defaulted %select{|copy |move }0constructor cannot " 5898 "an explicitly-defaulted %select{|copy |move }0constructor cannot " 5901 "explicitly-defaulted %select{copy|move}0 assignment operator must " 5904 "an explicitly-defaulted %select{copy|move}0 assignment operator may not " 5907 "the parameter for an explicitly-defaulted %select{<<ERROR>>|" 5911 "the parameter for an explicitly-defaulted move " [all …]
|
/external/libxml2/patches/ |
D | 0001-Add-ICU-support-for-libxml.patch | 470 xmlHashTablePtr attsDefault; /* defaulted attributes if any */
|
/external/chromium_org/third_party/libxml/src/ |
D | TODO | 127 => defaulted attributes handling
|
D | NEWS | 974 - defaulted attributes for element coming from internal entities 993 provides namespace resolution and defaulted attributes, minimize memory 1490 - inheritance of namespaces from DTD defaulted attributes 1968 - attributes defaulted from DTDs should be available, xmlSetProp() now
|
D | ChangeLog | 8800 * parser.c: applied patch from #123105 about defaulted attributes 9532 * result/valid/ns2.xml result/valid/ns.xml: the output of defaulted 13837 declarations defaulted and xml:xxx attributes DTD definitions. 14033 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
|
/external/bison/tests/ |
D | glr-regression.at | 1207 - In order to preserve the initial yychar, only defaulted states may be 1209 - If only defaulted states are entered, there are no conflicts, so
|
/external/bison/doc/ |
D | bison.texi | 7600 @cindex defaulted states 7603 reduction, then that consistent state is called a @dfn{defaulted state}. 7604 Upon reaching a defaulted state, a Bison-generated parser does not bother to 7613 The presence of defaulted states is an important consideration when 7616 associated with the reductions in defaulted states, then the delay of the 7631 that state (which might or might not be a defaulted state), then it is 7649 no other action and is thus a defaulted state. However, the default accept
|
D | bison.info | 7210 reduction, then that consistent state is called a "defaulted 7211 state". Upon reaching a defaulted state, a Bison-generated parser 7221 The presence of defaulted states is an important consideration when 7224 associated with the reductions in defaulted states, then the delay 7240 might or might not be a defaulted state), then it is impossible 7255 state, which has no other action and is thus a defaulted state. 12241 * defaulted states: Default Reductions. (line 17)
|
/external/bison/ |
D | NEWS | 708 reductions when the output language defaulted to C (specifically, when
|
D | ChangeLog-2012 | 490 for "defaulted state" and "unreachable state". Expand IELR
|
/external/clang/docs/ |
D | LanguageExtensions.rst | 616 defaulted function definitions (with ``= default``) is enabled.
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 4993 defaulted to the size of the partition.
|