Searched refs:isAggregateType (Results 1 - 10 of 10) sorted by relevance

/external/llvm/include/llvm/
H A DType.h244 /// isAggregateType - Return true if the type is an aggregate type. This
249 bool isAggregateType() const { function in class:llvm::Type
/external/clang/include/clang/AST/
H A DCanonicalType.h272 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAggregateType)
H A DType.h1487 bool isAggregateType() const;
/external/llvm/lib/AsmParser/
H A DLLParser.cpp2158 if (!Val->getType()->isAggregateType())
2177 if (!Val0->getType()->isAggregateType())
3986 if (!Val->getType()->isAggregateType())
4007 if (!Val0->getType()->isAggregateType())
/external/llvm/lib/VMCore/
H A DVerifier.cpp1101 Assert1(!SrcTy->isAggregateType(),
1103 Assert1(!DestTy->isAggregateType(),
H A DInstructions.cpp2622 SrcTy->isAggregateType() || DstTy->isAggregateType())
/external/clang/lib/Sema/
H A DSemaInit.cpp690 assert(DeclType->isAggregateType() &&
735 if (!ElemType->isRecordType() || ElemType->isAggregateType()) {
841 (ElemType->isAggregateType() || ElemType->isVectorType())) {
3075 if (!DestType->isAggregateType()) {
H A DSemaOverload.cpp4403 if (ToType->isRecordType() && !ToType->isAggregateType()) {
4417 if (ToType->isAggregateType()) {
/external/clang/lib/AST/
H A DType.cpp848 bool Type::isAggregateType() const { function in class:Type
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1041 if (isa<UndefValue>(C) && !V->getType()->isAggregateType())

Completed in 309 milliseconds