/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | GetElementPtrTypeIterator.h | 107 bool isStruct() const { return CurTy.is<StructType *>(); } in isStruct() function
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/ |
D | PropertyOptions.java | 176 public boolean isStruct() in isStruct() method in PropertyOptions
|
/external/python/cpython2/Modules/_ctypes/ |
D | stgdict.c | 320 PyCStructUnionType_update_stgdict(PyObject *type, PyObject *fields, int isStruct) in PyCStructUnionType_update_stgdict()
|
D | _ctypes.c | 471 StructUnionType_new(PyTypeObject *type, PyObject *args, PyObject *kwds, int isStruct) in StructUnionType_new()
|
/external/python/cpython3/Modules/_ctypes/ |
D | stgdict.c | 336 PyCStructUnionType_update_stgdict(PyObject *type, PyObject *fields, int isStruct) in PyCStructUnionType_update_stgdict()
|
D | _ctypes.c | 428 StructUnionType_new(PyTypeObject *type, PyObject *args, PyObject *kwds, int isStruct) in StructUnionType_new()
|
/external/deqp/framework/randomshaders/ |
D | rsgVariableType.hpp | 158 bool isStruct (void) const { return m_baseType == TYPE_STRUCT; } in isStruct() function in rsg::VariableType
|
/external/clang/include/clang/AST/ |
D | APValue.h | 189 bool isStruct() const { return Kind == Struct; } in isStruct() function
|
D | Decl.h | 2936 bool isStruct() const { return getTagKind() == TTK_Struct; } in isStruct() function
|
/external/swiftshader/src/OpenGL/compiler/ |
D | Types.h | 449 bool isStruct() const { return structure != 0; } in isStruct() function
|
D | intermediate.h | 327 bool isStruct() const { return type.isStruct(); } in isStruct() function
|
/external/deqp-deps/glslang/glslang/Include/ |
D | Types.h | 1505 virtual bool isStruct() const { return basicType == EbtStruct || basicType == EbtBlock; } in isStruct() function
|
D | intermediate.h | 1090 virtual bool isStruct() const { return type.isStruct(); } in isStruct() function
|
/external/skia/tools/bookmaker/ |
D | includeParser.cpp | 1955 bool IncludeParser::parseClass(Definition* includeDef, IsStruct isStruct) { in parseClass()
|
/external/skqp/tools/bookmaker/ |
D | includeParser.cpp | 1954 bool IncludeParser::parseClass(Definition* includeDef, IsStruct isStruct) { in parseClass()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cExplicitUniformLocationTest.cpp | 312 bool isStruct() const in isStruct() function in glcts::__anon6abdc1140111::UniformType
|
/external/deqp/modules/gles2/functional/ |
D | es2fUniformApiTests.cpp | 209 const bool isStruct = maxDepth > 0 && rnd.getFloat() < 0.2f; in generateRandomType() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fUniformApiTests.cpp | 269 const bool isStruct = maxDepth > 0 && rnd.getFloat() < 0.2f; in generateRandomType() local
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 3729 AST_MATCHER(RecordDecl, isStruct) { in AST_MATCHER() argument
|