Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecordHelpers.h46 inline bool isAggregate(CVType CVT) { in isAggregate() function
/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/deqp-deps/glslang/SPIRV/
DSpvBuilder.h283 bool isAggregate(Id resultId) const { return isAggregateType(getTypeId(resultId)); } in isAggregate() function
/external/angle/third_party/glslang/src/SPIRV/
DSpvBuilder.h284 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