Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DTypes.cpp981 bool TPublicType::isAggregate() const in isAggregate() function in sh::TPublicType
/external/libconfig/lib/
Dlibconfig.h++302 inline bool isAggregate() const function in libconfig::Setting
/external/clang/lib/CodeGen/
DCGValue.h53 bool isAggregate() const { return V1.getInt() == Aggregate; } in isAggregate() function
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DSpvBuilder.h270 bool isAggregate(Id resultId) const { return isAggregateType(getTypeId(resultId)); } in isAggregate() function
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h268 bool isAggregate(Id resultId) const { return isAggregateType(getTypeId(resultId)); } in isAggregate() function
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java2461 boolean isAggregate(GenericDescriptor descriptor) { in isAggregate() method in Descriptors.DescriptorPool
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java2461 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