Home
last modified time | relevance | path

Searched refs:blockStruct (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/Parser/
Dblock-pointer-decl.c6 struct blockStruct { struct
/external/deqp-deps/glslang/hlsl/
DhlslGrammar.cpp2347 TTypeList* blockStruct = new TTypeList; in acceptStructBufferType() local
2349 blockStruct->push_back(member); in acceptStructBufferType()
2352 TType blockType(blockStruct, "", templateType->getQualifier()); in acceptStructBufferType()
DhlslParseHelper.cpp3187 TTypeList* blockStruct = new TTypeList; in counterBufferType() local
3189 blockStruct->push_back(member); in counterBufferType()
3191 TType blockType(blockStruct, "", counterType->getQualifier()); in counterBufferType()
9486 TTypeList* blockStruct = textureReturnStruct[sampler.structReturnIndex]; in getTextureReturnType() local
9488 const TType resultType(blockStruct, ""); in getTextureReturnType()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp368 DICompositeType blockStruct = DICompositeType(TmpTy); in addBlockByrefAddress() local
372 DIArray Fields = blockStruct.getTypeArray(); in addBlockByrefAddress()
DDwarfDebug.cpp105 DICompositeType blockStruct = DICompositeType(subType); in getType() local
106 DIArray Elements = blockStruct.getTypeArray(); in getType()