Home
last modified time | relevance | path

Searched refs:Incomplete (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.h38 Incomplete, enumerator
72 return TBAAAccessInfo(TBAAAccessKind::Incomplete, in getIncompleteInfo()
77 bool isIncomplete() const { return Kind == TBAAAccessKind::Incomplete; } in isIncomplete()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp80 enum Status {NonRecursive, Recursive, Incomplete, IncompleteUsed}; enumerator
204 E.State = Incomplete; in addIncomplete()
218 assert( (E.State == Incomplete || in removeIncomplete()
272 if (E.State == Incomplete) { in lookupStr()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp162 Type *&KnownElemTy, bool &Incomplete);
831 Type *&KnownElemTy, bool &Incomplete) { in deduceOperandElementTypeCalledFunction() argument
879 Incomplete = isTodoType(Op); in deduceOperandElementTypeCalledFunction()
891 Incomplete = isTodoType(Op); in deduceOperandElementTypeCalledFunction()
995 bool Incomplete = false; in deduceOperandElementType() local
1001 Incomplete = isTodoType(I); in deduceOperandElementType()
1011 Incomplete = isTodoType(I); in deduceOperandElementType()
1019 Incomplete = isTodoType(I); in deduceOperandElementType()
1051 Incomplete = isTodoType(Ref->getPointerOperand()); in deduceOperandElementType()
1060 Incomplete = isTodoType(Ref->getPointerOperand()); in deduceOperandElementType()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.h108 Incomplete, enumerator
H A Dsanitizer_stoptheworld_linux_libcdep.cpp222 case ThreadLister::Incomplete: in SuspendAllThreads()
H A Dsanitizer_linux.cpp1120 result = Incomplete; in ListThreads()
1132 result = Incomplete; in ListThreads()
1137 result = Incomplete; in ListThreads()
1142 result = Incomplete; in ListThreads()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.cpp31 llvm::errs() << " Incomplete: " << Incomplete << '\n'; in dump()
H A DDWARFLinker.cpp661 if (ChildInfo.Incomplete || ChildInfo.Prune) in updateChildIncompleteness()
662 MyInfo.Incomplete = true; in updateChildIncompleteness()
683 if (MyInfo.Incomplete) in updateRefIncompleteness()
686 if (RefInfo.Incomplete) in updateRefIncompleteness()
687 MyInfo.Incomplete = true; in updateRefIncompleteness()
729 return !Info.Incomplete && Info.Ctxt != CU.getInfo(Info.ParentIdx).Ctxt; in isODRCanonicalCandidate()
931 MyInfo.Incomplete = in lookForDIEsToKeep()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h91 bool Incomplete : 1; member
/freebsd/contrib/tcsh/nls/C/
H A Dset18 6 Incomplete [] modifier
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc64 class Incomplete { class
71 MOCK_METHOD1(ByRefFunc, void(const Incomplete& x));
75 void PrintTo(const Incomplete& x, ::std::ostream* os);
88 void PrintTo(const Incomplete& /* x */, ::std::ostream* os) { in PrintTo() argument
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseInit.cpp82 case LambdaIntroducerTentativeParse::Incomplete: in MayBeDesignationStart()
H A DParseExprCXX.cpp739 case LambdaIntroducerTentativeParse::Incomplete: in TryParseLambdaExpression()
787 *Tentative = LambdaIntroducerTentativeParse::Incomplete; in ParseLambdaIntroducer()
922 *Tentative = LambdaIntroducerTentativeParse::Incomplete; in ParseLambdaIntroducer()
950 *Tentative = LambdaIntroducerTentativeParse::Incomplete; in ParseLambdaIntroducer()
H A DParseTentative.cpp651 case LambdaIntroducerTentativeParse::Incomplete: in isCXX11AttributeSpecifier()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp618 bool Incomplete = ClosingBrace == ThisTokEnd; in ProcessNamedUCNEscape() local
620 if (Incomplete || Empty) { in ProcessNamedUCNEscape()
623 Incomplete ? diag::err_ucn_escape_incomplete in ProcessNamedUCNEscape()
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc1836 struct Incomplete;
1839 PrintToString(reinterpret_cast<Incomplete&>(some_object)));
/freebsd/contrib/xz/
H A DREADME85 THANKS Incomplete list of people who have helped making
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3062 return TemplateDeductionResult::Incomplete; in ConvertDeducedTemplateArguments()
3093 : TemplateDeductionResult::Incomplete; in ConvertDeducedTemplateArguments()
5303 return DeductionFailed(TemplateDeductionResult::Incomplete); in DeduceAutoType()
5544 return TemplateDeductionResult::Incomplete; in CheckDeductionConsistency()
6573 case TemplateDeductionResult::Incomplete: in isTemplateTemplateParameterAtLeastAsSpecializedAs()
6613 case TemplateDeductionResult::Incomplete: in isTemplateTemplateParameterAtLeastAsSpecializedAs()
H A DSemaOverload.cpp753 case TemplateDeductionResult::Incomplete: in MakeDeductionFailureInfo()
824 case TemplateDeductionResult::Incomplete: in Destroy()
889 case TemplateDeductionResult::Incomplete: in getTemplateParameter()
914 case TemplateDeductionResult::Incomplete: in getTemplateArgumentList()
948 case TemplateDeductionResult::Incomplete: in getFirstArg()
980 case TemplateDeductionResult::Incomplete: in getSecondArg()
12193 case TemplateDeductionResult::Incomplete: { in DiagnoseBadDeduction()
12868 case TemplateDeductionResult::Incomplete: in RankDeductionFailure()
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIRTypes.td520 Incomplete records are mutable, meaning they can be later completed with a
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.ok17 O. G. Ludwig ACM Algorithm 179: Incomplete Beta Ratio 314
1175 W. Fullerton ACM Algorithm 435: Modified Incomplete
1703 E. L. Battiste Incomplete beta ratio . . . . . . . . . 156--157
3592 Jennie SooHoo Remark on ``Algorithm 179: Incomplete
3656 Incomplete Gamma Function [S14]'' . . . 296--304
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ScheduleBdVer2.td31 // FIXME: Incomplete. This flag is set to allow the scheduler to assign

12