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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAvailability.cpp 360 // for declarations that were introduced in iOS 11 (macOS 10.13, ...) or
364 VersionTuple Introduced = AA->getIntroduced();
368 Introduced);
376 << Introduced.getAsString();
380 << OffendingDecl << PlatformName << Introduced.getAsString()
408 std::string Introduced =
413 "(" + Introduced + "))" + Insertion->Suffix)
749 VersionTuple Introduced = AA->getIntroduced();
751 if (AvailabilityStack.back() >= Introduced)
756 if (!ShouldDiagnoseAvailabilityInContext(SemaRef, Result, Introduced, Ctx
    [all...]
SemaDeclAttr.cpp 2229 VersionTuple Introduced,
2237 // Ensure that Introduced <= Deprecated <= Obsoleted (although not all
2239 if (!Introduced.empty() && !Deprecated.empty() &&
2240 !(Introduced <= Deprecated)) {
2243 << 0 << Introduced.getAsString();
2247 if (!Introduced.empty() && !Obsoleted.empty() &&
2248 !(Introduced <= Obsoleted)) {
2251 << 0 << Introduced.getAsString();
2286 bool Implicit, VersionTuple Introduced, VersionTuple Deprecated,
2290 VersionTuple MergedIntroduced = Introduced;
    [all...]
  /src/external/historical/nawk/dist/
FIXES 51 Introduced during the Nov 24 rewrite. Thanks to Arnold Robbins.
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ParsedAttr.h 160 AvailabilityData(const AvailabilityChange &Introduced,
165 Changes[IntroducedSlot] = Introduced;
312 IdentifierLoc *Parm, const AvailabilityChange &introduced,
327 introduced, deprecated, obsoleted, strict, replacementExpr);
808 IdentifierLoc *Param, const AvailabilityChange &introduced,
816 attrName, attrRange, scopeName, scopeLoc, Param, introduced, deprecated,
1004 IdentifierLoc *Param, const AvailabilityChange &introduced,
1011 attrName, attrRange, scopeName, scopeLoc, Param, introduced, deprecated,
Sema.h 728 /// This an attribute introduced by \#pragma clang attribute.
3292 VersionTuple Introduced, VersionTuple Deprecated,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 2017 bool Introduced) {
2025 return Introduced ? MethodKind::IntroducingVirtual : MethodKind::Virtual;
2027 return Introduced ? MethodKind::PureIntroducingVirtual
2466 bool Introduced = SP->getFlags() & DINode::FlagIntroducedVirtual;
2469 if (Introduced)
2474 translateMethodKindFlags(SP, Introduced),
  /src/external/bsd/kyua-cli/dist/store/
migrate_v1_v2.sql 40 -- * Introduced the metadatas table, which holds the metadata of all test
  /src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h 2892 * The version number in which this entity was introduced.
2894 CXVersion Introduced;
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp 1017 /// 'introduced' '=' version
1032 enum { Introduced, Deprecated, Obsoleted, Unknown };
1070 // "introduced", "deprecated", and "obsoleted", do so now.
1072 Ident_introduced = PP.getIdentifierInfo("introduced");
1160 // Special handling of 'NA' only when applied to introduced or
1183 Index = Introduced;
1220 for (unsigned Index = Introduced; Index != Unknown; ++Index) {
1240 Changes[Introduced],
4066 // generic address space is introduced only in OpenCL v2.0
5829 // cv-qualifiers are introduced through the use of a typedef or of
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 871 printVersion(", introduced=", PlatformAvailability[I].Introduced);
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 8113 availability[Avail.index()].Introduced =
  /src/external/gpl3/binutils/dist/gprofng/doc/
texinfo.tex 1188 % that's what we do. pdftex 1.30.0 (ca.2005) introduced a primitive to
1917 % (\pdffontattr was introduced many years ago, but people still run
5120 % (Introduced for FSFS 2nd ed.)
  /src/external/gpl3/binutils.old/dist/gprofng/doc/
texinfo.tex 1188 % that's what we do. pdftex 1.30.0 (ca.2005) introduced a primitive to
1917 % (\pdffontattr was introduced many years ago, but people still run
5120 % (Introduced for FSFS 2nd ed.)
  /src/external/gpl3/gcc/dist/gcc/doc/include/
texinfo.tex 1151 % that's what we do. pdftex 1.30.0 (ca.2005) introduced a primitive to
1890 % (\pdffontattr was introduced many years ago, but people still run
5045 % (Introduced for FSFS 2nd ed.)
  /src/external/lgpl3/mpc/dist/build-aux/
texinfo.tex 1196 % that's what we do. pdftex 1.30.0 (ca.2005) introduced a primitive to
1929 % (\pdffontattr was introduced many years ago, but people still run
5001 % (Introduced for FSFS 2nd ed.)
  /src/external/lgpl3/mpfr/dist/doc/
texinfo.tex 1154 % that's what we do. pdftex 1.30.0 (ca.2005) introduced a primitive to
1889 % (\pdffontattr was introduced many years ago, but people still run
5016 % (Introduced for FSFS 2nd ed.)

Completed in 130 milliseconds