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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTBAA.h 38 Incomplete,
72 return TBAAAccessInfo(TBAAAccessKind::Incomplete,
77 bool isIncomplete() const { return Kind == TBAAAccessKind::Incomplete; }
TargetInfo.cpp 9786 /// Incomplete: An incomplete TypeString;
9787 /// IncompleteUsed: An incomplete TypeString that has been used in a
9801 /// An Incomplete entry is always a RecordType and only encodes its
9802 /// identifier e.g. "s(S){}". Incomplete 'StubEnc' entries are ephemeral and
9815 /// If the member is a RecordType, an Incomplete encoding is placed into the
9818 /// Once a member RecordType has been expanded, its temporary incomplete
9822 /// If an incomplete entry is used to expand a sub-member, the incomplete
9832 enum Status {NonRecursive, Recursive, Incomplete, IncompleteUsed}
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_linux.h 84 Incomplete,
sanitizer_linux.cc 955 result = Incomplete;
963 // Code will just remember that the list can be incomplete but it will
967 result = Incomplete;
972 result = Incomplete;
977 result = Incomplete;
sanitizer_stoptheworld_linux_libcdep.cc 221 case ThreadLister::Incomplete:
  /src/usr.bin/make/unit-tests/
varmod-match.mk 290 # [ Incomplete empty character list, never matches.
297 # [^ Incomplete negated empty character list, matches any single
305 # [-x1-3 Incomplete character list, matches those elements that can be
313 # *[-x1-3 Incomplete character list after a wildcard, matches those
322 # Incomplete negated character list, matches any character
330 # [\ Incomplete character list containing a single '\'.
344 # [x- Incomplete character list containing an incomplete character
352 # [^x- Incomplete negated character list containing an incomplete
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_linux.h 95 Incomplete,
sanitizer_linux.cpp 987 result = Incomplete;
995 // Code will just remember that the list can be incomplete but it will
999 result = Incomplete;
1004 result = Incomplete;
1009 result = Incomplete;
sanitizer_stoptheworld_linux_libcdep.cpp 220 case ThreadLister::Incomplete:
  /src/external/gpl2/xcvs/dist/contrib/
sccs2rcs.in 318 echo Incomplete history in ./RCS -- remove it
  /src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
DWARFLinkerCompileUnit.h 75 /// Does DIE transitively refer an incomplete decl?
76 bool Incomplete : 1;
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseInit.cpp 85 case LambdaIntroducerTentativeParse::Incomplete:
87 // FIXME: If our tentative parse was not incomplete, parse the lambda from
ParseExprCXX.cpp 795 case LambdaIntroducerTentativeParse::Incomplete:
849 // otherwise note that our actions were incomplete.
852 *Tentative = LambdaIntroducerTentativeParse::Incomplete;
985 *Tentative = LambdaIntroducerTentativeParse::Incomplete;
1013 *Tentative = LambdaIntroducerTentativeParse::Incomplete;
ParseTentative.cpp 721 case LambdaIntroducerTentativeParse::Incomplete:
  /src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFLinker.cpp 559 if (ChildInfo.Incomplete || ChildInfo.Prune)
560 MyInfo.Incomplete = true;
581 if (MyInfo.Incomplete)
584 if (RefInfo.Incomplete)
585 MyInfo.Incomplete = true;
727 /// The return value indicates whether the DIE is incomplete.
793 // We're looking for incomplete types.
794 MyInfo.Incomplete =
1358 if ((Unit.hasODR() || Unit.isClangModule()) && !Info.Incomplete &&
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 1881 Incomplete,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 1858 // object or incomplete types shall not be restrict-qualified."
1874 // incomplete type.
2364 // C99 6.7.5.2p1: If the element type is an incomplete or function type,
5232 // is an incomplete type (C99 6.2.5p19) and function decls cannot
5233 // have parameters of incomplete type.
8315 // incomplete.
8322 // Incomplete array types may be completed by the initializer attached to
8346 /// incomplete.
8348 /// \returns \c true if the type of \p E is incomplete and diagnosed, \c false
8367 /// instantiation. If instantiation fails, or if @p T is incomplete
    [all...]
SemaDeclCXX.cpp 2561 assert(BaseDecl && "Base type is not incomplete, but has no definition");
4947 /// Determine whether the given type is an incomplete or zero-lenfgth
5010 // Don't initialize incomplete or zero-length arrays.
5199 "Incomplete array type is not valid");
5548 // Don't destroy incomplete or zero-length arrays.
6799 bool Incomplete = CheckForDefaultedFunction(M);
6848 if (!Incomplete)
14207 "Incomplete array type is not valid");
14577 "Incomplete array type is not valid");
15923 // C++ 15.3p1: The exception-declaration shall not denote an incomplete type
    [all...]

Completed in 105 milliseconds