HomeSort by relevance Sort by last modified time
    Searched refs:isAggregateType (Results 1 - 11 of 11) sorted by null

  /external/llvm/include/llvm/IR/
Type.h 263 /// isAggregateType - Return true if the type is an aggregate type. This
268 bool isAggregateType() const {
  /external/clang/include/clang/AST/
CanonicalType.h 272 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAggregateType)
Type.h     [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
Instructions.cpp     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 690 assert(DeclType->isAggregateType() &&
735 if (!ElemType->isRecordType() || ElemType->isAggregateType()) {
    [all...]
SemaOverload.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 800 if (cast<PointerType>(Ptr->getType())->getElementType()->isAggregateType())
    [all...]
  /external/clang/lib/AST/
Type.cpp 883 bool Type::isAggregateType() const {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 271 milliseconds