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

/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DLoopIterator.h67 bool isComplete() const { return PostBlocks.size() == L->getNumBlocks(); } function in class:llvm::LoopBlocksDFS
71 assert(isComplete() && "bad loop DFS");
78 assert(isComplete() && "bad loop DFS");
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCSchedule.h224 bool isComplete() const { return CompleteModel; } function in class:llvm::MCSchedModel
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DTargetSchedule.cpp214 && SchedModel.isComplete()) {
H A DScheduleDAGInstrs.cpp1228 bool isComplete() const { return DFSStack.empty(); } function in class:__anon2175::SchedDAGReverseDFS
1299 if (DFS.isComplete())
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp636 return ET->getDecl()->isComplete(); // Complete enum types are integral in C.
652 return ET->getDecl()->isComplete() && !ET->getDecl()->isScoped();
718 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped())
732 if (ET->getDecl()->isComplete())
758 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped())
772 if (ET->getDecl()->isComplete())
813 return ET->getDecl()->isComplete() && !ET->getDecl()->isScoped();
828 return !ET->getDecl()->isScoped() && ET->getDecl()->isComplete();
851 assert(cast<EnumType>(T)->getDecl()->isComplete());
H A DASTContext.cpp4429 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped())
/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp223 if (Vals[i].getPrefix() || Vals[i].getValue()->isComplete())
H A DCodeGenSchedule.cpp436 if ((*AI)->getValueInit("SchedModel")->isComplete()) {
834 if (!(*II)->getValueInit("SchedModel")->isComplete())
1067 if (SchedRW.TheDef->getValueInit("SchedModel")->isComplete()) {
1084 if ((*AI)->getValueInit("SchedModel")->isComplete()) {
1486 if (!(*RI)->getValueInit("SchedModel")->isComplete())
1575 if ((*AI)->getValueInit("SchedModel")->isComplete()) {
1667 if (!ProcResUnits->getValueInit("Super")->isComplete())
H A DSubtargetEmitter.cpp647 if (PRDef->getValueInit("Super")->isComplete()) {
684 if (AliasRW.TheDef->getValueInit("SchedModel")->isComplete()) {
738 if (AliasRW.TheDef->getValueInit("SchedModel")->isComplete()) {
794 SubDef->getValueInit("Super")->isComplete();) {
/freebsd-9.3-release/contrib/llvm/include/llvm/TableGen/
H A DRecord.h467 /// isComplete - This virtual method should be overridden by values that may
469 virtual bool isComplete() const { return true; } function in class:llvm::Init
613 virtual bool isComplete() const { return false; } function in class:llvm::UnsetInit
676 virtual bool isComplete() const { function in class:llvm::BitInit
678 if (!getBit(i)->isComplete()) return false;
683 if (getBit(i)->isComplete()) return false;
1032 virtual bool isComplete() const { return false; } function in class:llvm::TernOpInit
/freebsd-9.3-release/contrib/llvm/lib/TableGen/
H A DTGParser.cpp178 } else if (!CurRec->getValue(TArgs[i])->getValue()->isComplete()) {
283 } else if (!CurRec->getValue(SMCTArgs[i])->getValue()->isComplete()) {
2386 } else if (!CurRec->getValue(TArgs[i])->getValue()->isComplete()) {
H A DRecord.cpp1528 return BVR->isComplete() ? BVR : const_cast<FieldInit *>(this);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h2955 bool isComplete() const {
3534 return ED->isComplete();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp565 if (!ET->getDecl()->isComplete()) {
H A DSemaExprCXX.cpp5799 if (!T->getDecl()->isComplete()) {

Completed in 222 milliseconds