Searched refs:Incomplete (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.h38 Incomplete, member in class:clang::CodeGen::TBAAAccessKind
72 return TBAAAccessInfo(TBAAAccessKind::Incomplete,
77 bool isIncomplete() const { return Kind == TBAAAccessKind::Incomplete; }
H A DTargetInfo.cpp9614 /// Incomplete: An incomplete TypeString;
9629 /// An Incomplete entry is always a RecordType and only encodes its
9630 /// identifier e.g. "s(S){}". Incomplete 'StubEnc' entries are ephemeral and
9643 /// If the member is a RecordType, an Incomplete encoding is placed into the
9660 enum Status {NonRecursive, Recursive, Incomplete, IncompleteUsed};
9668 unsigned IncompleteCount; // Number of Incomplete entries in the Map.
9782 E.State = Incomplete;
9796 assert( (E.State == Incomplete ||
9801 // We made use of our Incomplete encoding, thus we are recursive.
9850 if (E.State == Incomplete) {
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.h84 Incomplete, enumerator in enum:__sanitizer::ThreadLister::Result
H A Dsanitizer_linux.cpp950 result = Incomplete;
962 result = Incomplete;
967 result = Incomplete;
972 result = Incomplete;
H A Dsanitizer_stoptheworld_linux_libcdep.cpp220 case ThreadLister::Incomplete:
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h76 bool Incomplete : 1; member in struct:llvm::CompileUnit::DIEInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp528 if (ChildInfo.Incomplete || ChildInfo.Prune)
529 MyInfo.Incomplete = true;
551 if (MyInfo.Incomplete)
554 if (RefInfo.Incomplete)
555 MyInfo.Incomplete = true;
768 MyInfo.Incomplete =
1301 if ((Unit.hasODR() || Unit.isClangModule()) && !Info.Incomplete &&
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseInit.cpp85 case LambdaIntroducerTentativeParse::Incomplete:
H A DParseExprCXX.cpp791 case LambdaIntroducerTentativeParse::Incomplete:
848 *Tentative = LambdaIntroducerTentativeParse::Incomplete;
972 *Tentative = LambdaIntroducerTentativeParse::Incomplete;
1000 *Tentative = LambdaIntroducerTentativeParse::Incomplete;
H A DParseTentative.cpp721 case LambdaIntroducerTentativeParse::Incomplete:
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc110 class Incomplete { class in namespace:__anon800
117 MOCK_METHOD1(ByRefFunc, void(const Incomplete& x));
120 // Tells Google Mock how to print a value of type Incomplete.
121 void PrintTo(const Incomplete& x, ::std::ostream* os);
135 void PrintTo(const Incomplete& /* x */, ::std::ostream* os) {
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-checks.sql234 SELECT n.local_relpath, s.op_depth, 28, 'Incomplete shadowing'
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1883 Incomplete, member in class:clang::LambdaIntroducerTentativeParse
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp8219 // Incomplete array types may be completed by the initializer attached to
8441 bool Incomplete = (T->isIncompleteType(&Def) || local
8450 if (!Incomplete) {
H A DSemaDeclCXX.cpp5138 "Incomplete array type is not valid");
6676 bool Incomplete = CheckForDefaultedFunction(M);
6725 if (!Incomplete)
14088 "Incomplete array type is not valid");
14457 "Incomplete array type is not valid");

Completed in 407 milliseconds