Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/TableGen/
DRecord.h351 virtual bool isComplete() const { return true; } in isComplete() function
487 bool isComplete() const override { return false; } in isComplete() function
555 bool isComplete() const override { in isComplete() function
968 bool isComplete() const override { in isComplete() function
1082 bool isComplete() const override { return false; } in isComplete() function
1115 bool isComplete() const override { return false; } in isComplete() function
1149 bool isComplete() const override { return false; } in isComplete() function
2181 bool isComplete(Init *VarName) const { in isComplete() function
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DLoopIterator.h126 bool isComplete() const { return PostBlocks.size() == L->getNumBlocks(); } in isComplete() function
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCSchedule.h330 bool isComplete() const { return CompleteModel; } in isComplete() function
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp1421 bool isComplete() const { return DFSStack.empty(); } in isComplete() function in __anon2371c46c0311::SchedDAGReverseDFS
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h873 bool isComplete() const { return OutstandingSymbolsCount == 0; } in isComplete() function
/openbsd/src/gnu/llvm/llvm/lib/TableGen/
DRecord.cpp720 bool ListInit::isComplete() const { in isComplete() function in ListInit
2280 bool CondOpInit::isComplete() const { in isComplete() function in CondOpInit
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DDecl.h3937 bool isComplete() const { in isComplete() function