Home
last modified time | relevance | path

Searched defs:isAggregateType (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DType.h229 bool isAggregateType() const { in isAggregateType() function
/external/llvm/include/llvm/IR/
DType.h245 bool isAggregateType() const { in isAggregateType() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h247 bool isAggregateType() const { in isAggregateType() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DType.h258 bool isAggregateType() const { in isAggregateType() function
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h194 bool isAggregateType(Id typeId) const { return isArrayType(typeId) || isStructType(typeId); } in isAggregateType() function
/external/clang/lib/AST/
DType.cpp1868 bool Type::isAggregateType() const { in isAggregateType() function in Type