Home
last modified time | relevance | path

Searched defs:isAggregate (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/CodeGen/
DCGValue.h53 bool isAggregate() const { return V1.getInt() == Aggregate; } in isAggregate() function
/external/swiftshader/src/OpenGL/compiler/
DTypes.h667 bool isAggregate() const in isAggregate() function
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h181 bool isAggregate(Id resultId) const { return isAggregateType(getTypeId(resultId)); } in isAggregate() function
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java2199 boolean isAggregate(GenericDescriptor descriptor) { in isAggregate() method in Descriptors.DescriptorPool
/external/clang/include/clang/AST/
DDeclCXX.h1107 bool isAggregate() const { return data().Aggregate; } in isAggregate() function