Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DTypes.cpp968 bool TPublicType::isAggregate() const in isAggregate() function in sh::TPublicType
/external/llvm-project/clang/lib/CodeGen/
DCGCall.h255 bool isAggregate() const { return HasLV || RV.isAggregate(); } in isAggregate() function
DCGValue.h54 bool isAggregate() const { return V1.getInt() == Aggregate; } in isAggregate() function
/external/swiftshader/src/OpenGL/compiler/
DTypes.h667 bool isAggregate() const in isAggregate() function
/external/clang/lib/CodeGen/
DCGValue.h53 bool isAggregate() const { return V1.getInt() == Aggregate; } in isAggregate() function
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h211 bool isAggregate(Id resultId) const { return isAggregateType(getTypeId(resultId)); } in isAggregate() function
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DSpvBuilder.h211 bool isAggregate(Id resultId) const { return isAggregateType(getTypeId(resultId)); } in isAggregate() function
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java2287 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
/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h1092 bool isAggregate() const { return data().Aggregate; } in isAggregate() function