Home
last modified time | relevance | path

Searched defs:isStruct (Results 1 – 24 of 24) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGetElementPtrTypeIterator.h106 bool isStruct() const { return CurTy.is<StructType *>(); } in isStruct() function
/external/flatbuffers/python/flatbuffers/reflection/
DObject.py149 def ObjectAddIsStruct(builder, isStruct): builder.PrependBoolSlot(2, isStruct, 0) argument
150 def AddIsStruct(builder, isStruct): argument
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
DPropertyOptions.java176 public boolean isStruct() in isStruct() method in PropertyOptions
/external/skia/src/sksl/dsl/
DDSLType.cpp249 bool DSLType::isStruct() const { in isStruct() function in SkSL::dsl::DSLType
/external/python/cpython2/Modules/_ctypes/
Dstgdict.c320 PyCStructUnionType_update_stgdict(PyObject *type, PyObject *fields, int isStruct) in PyCStructUnionType_update_stgdict()
D_ctypes.c471 StructUnionType_new(PyTypeObject *type, PyObject *args, PyObject *kwds, int isStruct) in StructUnionType_new()
/external/angle/src/libANGLE/
DUniform.h96 bool isStruct() const { return mFixedSizeData.flagBits.isStruct; } in isStruct() function
201 uint32_t isStruct : 1; member
/external/deqp/framework/randomshaders/
DrsgVariableType.hpp158 bool isStruct (void) const { return m_baseType == TYPE_STRUCT; } in isStruct() function in rsg::VariableType
/external/python/cpython3/Modules/_ctypes/
Dstgdict.c338 PyCStructUnionType_update_stgdict(PyObject *type, PyObject *fields, int isStruct) in PyCStructUnionType_update_stgdict()
D_ctypes.c486 StructUnionType_new(PyTypeObject *type, PyObject *args, PyObject *kwds, int isStruct) in StructUnionType_new()
/external/angle/src/compiler/translator/
DSymbol.h52 bool isStruct() const { return mSymbolClass == SymbolClass::Struct; } in isStruct() function
/external/skia/src/sksl/ir/
DSkSLType.h488 virtual bool isStruct() const { in isStruct() function
DSkSLType.cpp114 bool isStruct() const override { in isStruct() function in SkSL::AliasType
519 bool isStruct() const override { in isStruct() function in SkSL::StructType
/external/angle/include/GLSLANG/
DShaderVars.h109 bool isStruct() const { return !fields.empty(); } in isStruct() function
/external/clang/include/clang/AST/
DAPValue.h189 bool isStruct() const { return Kind == Struct; } in isStruct() function
DDecl.h2936 bool isStruct() const { return getTagKind() == TTK_Struct; } in isStruct() function
/external/deqp/external/openglcts/modules/gles31/
Des31cExplicitUniformLocationTest.cpp312 bool isStruct() const in isStruct() function in glcts::__anonb99a12500111::UniformType
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp209 const bool isStruct = maxDepth > 0 && rnd.getFloat() < 0.2f; in generateRandomType() local
/external/deqp-deps/glslang/glslang/Include/
DTypes.h1931 virtual bool isStruct() const { return basicType == EbtStruct || basicType == EbtBlock; } in isStruct() function
Dintermediate.h1201 virtual bool isStruct() const { return type.isStruct(); } in isStruct() function
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
DTypes.h1968 virtual bool isStruct() const { return basicType == EbtStruct || basicType == EbtBlock; } in isStruct() function
Dintermediate.h1205 virtual bool isStruct() const { return type.isStruct(); } in isStruct() function
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp269 const bool isStruct = maxDepth > 0 && rnd.getFloat() < 0.2f; in generateRandomType() local
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3729 AST_MATCHER(RecordDecl, isStruct) { in AST_MATCHER() argument