Searched refs:isIncomplete (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTBAA.h77 bool isIncomplete() const { return Kind == TBAAAccessKind::Incomplete; } function in struct:clang::CodeGen::TBAAAccessInfo
H A DCodeGenTBAA.cpp397 assert(!Info.isIncomplete() && "Access to an object of an incomplete type!");
H A DCGExpr.cpp3868 !E->isIncomplete() &&
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dimportc.d191 if (t.isTypeSArray() && t.isTypeSArray().isIncomplete())
H A Dinitsem.d377 if (i.dim > edim && !(tsa.isIncomplete() && (sc.flags & SCOPE.Cfile)))
523 tb.isTypeSArray() && tb.isTypeSArray().isIncomplete())
786 if (tnsa && tnsa.isIncomplete())
863 size_t dim = tsa.isIncomplete() ? dil.length : cast(size_t)tsa.dim.toInteger();
870 if (tsa.isIncomplete()) // array of unknown length
H A Dmtype.h451 bool isIncomplete();
H A Dcparse.d2665 if (ta.isTypeSArray() && ta.isTypeSArray().isIncomplete() && !isVLA)
H A Ddsymbolsem.d955 dsym.type.isTypeSArray().isIncomplete() &&
999 dsym.type.isTypeSArray().isIncomplete())
H A Dmtype.d3659 bool isIncomplete()
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h2674 bool isIncomplete() const { function in class:clang::final::MatrixSubscriptExpr
2690 assert(!isIncomplete() &&
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp4672 assert(matSubscriptE->isIncomplete() &&

Completed in 327 milliseconds