HomeSort by: relevance | last modified time | path
    Searched refs:Deprecated (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ParsedAttr.h 161 const AvailabilityChange &Deprecated,
166 Changes[DeprecatedSlot] = Deprecated;
313 const AvailabilityChange &deprecated,
327 introduced, deprecated, obsoleted, strict, replacementExpr);
809 const AvailabilityChange &deprecated,
816 attrName, attrRange, scopeName, scopeLoc, Param, introduced, deprecated,
1005 const AvailabilityChange &deprecated,
1011 attrName, attrRange, scopeName, scopeLoc, Param, introduced, deprecated,
Sema.h 3245 /// attributes (including "deprecated", "unavailable", and "availability").
3292 VersionTuple Introduced, VersionTuple Deprecated,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp 2230 VersionTuple Deprecated,
2237 // Ensure that Introduced <= Deprecated <= Obsoleted (although not all
2239 if (!Introduced.empty() && !Deprecated.empty() &&
2240 !(Introduced <= Deprecated)) {
2242 << 1 << PlatformName << Deprecated.getAsString()
2255 if (!Deprecated.empty() && !Obsoleted.empty() &&
2256 !(Deprecated <= Obsoleted)) {
2259 << 1 << Deprecated.getAsString();
2286 bool Implicit, VersionTuple Introduced, VersionTuple Deprecated,
2291 VersionTuple MergedDeprecated = Deprecated;
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/contrib/ari/
update-web-ari.sh 408 if (category == "deprecated") {
747 if (bug ~ /^deprecated /) deprecated++
763 print bugs "/ (" oks "+" legacy "+" deprecated ")"
766 print bugs / ( oks + legacy + deprecated )
837 print_toc -2 -1 deprecated Deprecated <<EOF
840 use deprecated mechanisms. Existing code, when touched, should be
841 updated to use non-deprecated mechanisms. See obsolete and deprecate.
848 such (using the deprecated_ prefix). See deprecate and deprecated
    [all...]
  /src/external/gpl3/gdb/dist/gdb/contrib/ari/
update-web-ari.sh 408 if (category == "deprecated") {
747 if (bug ~ /^deprecated /) deprecated++
763 print bugs "/ (" oks "+" legacy "+" deprecated ")"
766 print bugs / ( oks + legacy + deprecated )
837 print_toc -2 -1 deprecated Deprecated <<EOF
840 use deprecated mechanisms. Existing code, when touched, should be
841 updated to use non-deprecated mechanisms. See obsolete and deprecate.
848 such (using the deprecated_ prefix). See deprecate and deprecated
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp 606 // Make sure that this declaration hasn't been deprecated.
612 Out << "first deprecated in " << PrettyPlatformName << ' '
633 if (const auto *Deprecated = dyn_cast<DeprecatedAttr>(A)) {
638 ResultMessage = std::string(Deprecated->getMessage());
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 346 // bcmp was deprecated in POSIX.1-2008
379 "Use of deprecated function in call to 'bcmp()'",
388 // bcopy was deprecated in POSIX.1-2008
421 "Use of deprecated function in call to 'bcopy()'",
431 // bzero was deprecated in POSIX.1-2008
462 "Use of deprecated function in call to 'bzero()'",
743 // is deprecated since C11.
762 // Issue a warning. ArgIndex == -1: Deprecated but not unsafe (has size
947 // It is deprecated in favor of '-decodeValueOfObjCType:at:size:' due to
987 "Deprecated method '-decodeValueOfObjCType:at:' is insecure
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp 1018 /// 'deprecated' '=' version
1032 enum { Introduced, Deprecated, Obsoleted, Unknown };
1070 // "introduced", "deprecated", and "obsoleted", do so now.
1073 Ident_deprecated = PP.getIdentifierInfo("deprecated");
1114 if (Changes[Deprecated].KeywordLoc.isValid()) {
1117 << SourceRange(Changes[Deprecated].KeywordLoc);
1120 Changes[Deprecated].KeywordLoc = KeywordLoc;
1122 Changes[Deprecated].Version = VersionTuple(1);
1161 // deprecated.
1185 Index = Deprecated;
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
InitPreprocessor.cpp 797 if (LangOpts.Deprecated)
  /src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h 123 * it being deprecated or unavailable.
131 * The entity is available, but has been deprecated (and its use is
1032 * is now deprecated. Use clang_getDiagnosticCategoryText()
1267 * DEPRECATED: Enabled chained precompiled preambles in C++.
1270 * we are testing C++ precompiled preamble support. It is deprecated.
2896 * The version number in which this entity was deprecated (but is
2899 CXVersion Deprecated;
2923 * entity is deprecated on all platforms.
5449 * \param kind DEPRECATED: always set to CXCursor_NotImplemented if non-NULL.
6439 * This may be deprecated in a future version as this duplicate
    [all...]
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangAttrEmitter.cpp 1377 << " if (!getDeprecated().empty()) OS << \", deprecated=\" << getDeprecated();\n"
1385 // Only GNU deprecated has an optional fixit argument at the second position.
1494 } else if (Spelling == "deprecated" || Spelling == "gnu::deprecated") {
4366 // If the attribute is deprecated, print a message about it, and possibly
4368 if (!Doc.Documentation->isValueUnset("Deprecated")) {
4369 OS << "This attribute has been deprecated, and may be removed in a future "
4371 const Record &Deprecated = *Doc.Documentation->getValueAsDef("Deprecated");
4372 const StringRef Replacement = Deprecated.getValueAsString("Replacement")
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 7997 if (DeprecatedAttr *Deprecated = dyn_cast<DeprecatedAttr>(A)) {
8003 *deprecated_message = cxstring::createDup(Deprecated->getMessage());
8115 availability[Avail.index()].Deprecated =
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 837 printf(" (deprecated)");
860 printf(" (always deprecated: \"%s\")",
872 printVersion(", deprecated=", PlatformAvailability[I].Deprecated);
2528 fprintf(file, " (deprecated)");
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/
unicode_tables.d 2709 _T Deprecated = [
2786 _U("Deprecated", Deprecated),

Completed in 79 milliseconds