Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h336 virtual bool isComplete() const { return true; } in isComplete() function
461 bool isComplete() const override { return false; } in isComplete() function
527 bool isComplete() const override { in isComplete() function
915 bool isComplete() const override { in isComplete() function
1029 bool isComplete() const override { return false; } in isComplete() function
1062 bool isComplete() const override { return false; } in isComplete() function
2044 bool isComplete(Init *VarName) const { in isComplete() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopIterator.h126 bool isComplete() const { return PostBlocks.size() == L->getNumBlocks(); } in isComplete() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSchedule.h331 bool isComplete() const { return CompleteModel; } in isComplete() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h820 bool isComplete() const { return OutstandingSymbolsCount == 0; } in isComplete() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1420 bool isComplete() const { return DFSStack.empty(); } in isComplete() function in __anon9450ca1b0311::SchedDAGReverseDFS
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp658 bool ListInit::isComplete() const { in isComplete() function in ListInit
2074 bool CondOpInit::isComplete() const { in isComplete() function in CondOpInit
/netbsd-src/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c2371 int isComplete; in DbObjCmd() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h3761 bool isComplete() const { in isComplete() function