Home
last modified time | relevance | path

Searched defs:IsStruct (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/
Dtype.h100 virtual bool IsStruct() const { return false; } in IsStruct() function
248 bool IsStruct() const override { return true; } in IsStruct() function
Dtype_test.cc43 TEST_F(TypeTest, IsStruct) { in TEST_F() argument
/third_party/flatbuffers/python/flatbuffers/reflection/
DObject.py64 def IsStruct(self): member in Object
/third_party/spirv-tools/source/opt/
Dconvert_to_half_pass.cpp42 bool ConvertToHalfPass::IsStruct(Instruction* inst) { in IsStruct() function in spvtools::opt::ConvertToHalfPass
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp218 BTFTypeStruct::BTFTypeStruct(const DICompositeType *STy, bool IsStruct, in BTFTypeStruct()
448 void BTFDebug::visitStructType(const DICompositeType *CTy, bool IsStruct, in visitStructType()
/third_party/flatbuffers/include/flatbuffers/
Didl.h520 inline bool IsStruct(const Type &type) { in IsStruct() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4013 bool IsStruct = FullTy->isStructTy(); in parseFunctionBody() local
4055 bool IsStruct = CurTy->isStructTy(); in parseFunctionBody() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp3891 bool Variable::IsStruct() const in IsStruct() function in gl4cts::EnhancedLayouts::Utils::Variable