Home
last modified time | relevance | path

Searched refs:isIncomplete (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRTypes.cpp176 if (mlir::cast<RecordType>(type).isIncomplete()) in parse()
222 if (isIncomplete()) { in print()
247 bool RecordType::isIncomplete() const { return getImpl()->incomplete; } in isIncomplete() function in RecordType
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.h77 bool isIncomplete() const { return Kind == TBAAAccessKind::Incomplete; } in isIncomplete() function
H A DCodeGenTBAA.cpp624 assert(!Info.isIncomplete() && "Access to an object of an incomplete type!"); in getAccessTagInfo()
H A DCGExpr.cpp4604 } else if (ArrayLV.getTBAAInfo().isIncomplete()) { in EmitArraySubscriptExpr()
4667 !E->isIncomplete() && in EmitMatrixSubscriptExpr()
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIRTypes.td591 bool isComplete() const { return !isIncomplete(); };
592 bool isIncomplete() const;
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenBuilder.h120 assert(!type.isIncomplete() || in getCompleteRecordTy()
H A DCIRGenRecordLayoutBuilder.cpp592 assert(ty->isIncomplete() && "recomputing record layout?"); in computeRecordLayout()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2817 bool isIncomplete() const { in isIncomplete() function
2833 assert(!isIncomplete() && in getColumnIdx()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp18880 bool isIncomplete = in CheckFieldDecl() local
18885 if (isIncomplete) { in CheckFieldDecl()
H A DSemaExpr.cpp4952 assert(matSubscriptE->isIncomplete() && in ActOnArraySubscriptExpr()