Home
last modified time | relevance | path

Searched defs:isComplete (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h350 virtual bool isComplete() const { return true; } in isComplete() function
477 bool isComplete() const override { return false; } in isComplete() function
538 bool isComplete() const override { return false; } in isComplete() function
607 bool isComplete() const override { in isComplete() function
1046 bool isComplete() const override { in isComplete() function
1160 bool isComplete() const override { return false; } in isComplete() function
1193 bool isComplete() const override { return false; } in isComplete() function
1227 bool isComplete() const override { return false; } in isComplete() function
2257 bool isComplete(Init *VarName) const { in isComplete() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopIterator.h126 bool isComplete() const { return PostBlocks.size() == L->getNumBlocks(); } in isComplete() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSchedule.h347 bool isComplete() const { return CompleteModel; } isComplete() function
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h937 bool isComplete() const { return Buffer->IsComplete; } in isComplete() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h893 bool isComplete() const { return OutstandingSymbolsCount == 0; } in isComplete() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1435 bool isComplete() const { return DFSStack.empty(); } in isComplete() function in __anon4ee60d700311::SchedDAGReverseDFS
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp739 bool ListInit::isComplete() const { in isComplete() function in ListInit
2518 bool CondOpInit::isComplete() const { in isComplete() function in CondOpInit
/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2371 int isComplete; in DbObjCmd() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4059 bool isComplete() const { in isComplete() function
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp14117 bool TrackerBase::isComplete() const { in isComplete() function in Catch::TestCaseTracking::TrackerBase
14229 bool SectionTracker::isComplete() const { in isComplete() function in Catch::TestCaseTracking::SectionTracker