Home
last modified time | relevance | path

Searched refs:IsStruct (Results 1 – 25 of 538) sorted by last modified time

12345678910>>...22

/dports/math/gap/gap-4.11.0/lib/
H A Dmapphomo.gd614 #F InstallEqMethodForMappingsFromGenerators( <IsStruct>,
619 ## Arg='IsStruct, GeneratorsOfStruct, respects, infostring'/>
625 InstallEqMethodForMappingsFromGenerators := function( IsStruct,
636 if not IsStruct( Source( map1 ) ) then
653 if not IsStruct( preim ) then
673 if not IsStruct( Source( map ) ) then
/dports/math/gap/gap-4.11.0/doc/ref/
H A Dmanual.lab2475 \makelabel{ref:IsStruct}{31.6}{X7D72F11B82F4A036}
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/deps/flatbuffers/include/flatbuffers/
H A Didl.h318 inline bool IsStruct(const Type &type) { in IsStruct() function
323 return IsStruct(type) ? type.struct_def->bytesize : SizeOf(type.base_type); in InlineSize()
327 return IsStruct(type) ? type.struct_def->minalign : SizeOf(type.base_type); in InlineAlignment()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.h339 inline bool IsStruct(const google::protobuf::Field& field);
H A Dprotostream_objectwriter.cc568 if (element() != nullptr && IsStruct(*element()->parent_field())) { in StartObject()
588 if (IsStruct(*field)) { in StartObject()
1342 bool ProtoStreamObjectWriter::IsStruct(const google::protobuf::Field& field) { in IsStruct() function in google::protobuf::util::converter::ProtoStreamObjectWriter
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/ctypes/
H A DCTypes.cpp213 bool IsStruct(HandleValue v);
677 (Property<StructType::IsStruct, StructType::FieldsArrayGetter>::Fun),
6331 bool StructType::IsStruct(HandleValue v) { in IsStruct() function in js::ctypes::StructType
/dports/www/firefox/firefox-99.0/toolkit/components/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.cc568 if (element() != nullptr && IsStruct(*element()->parent_field())) { in StartObject()
588 if (IsStruct(*field)) { in StartObject()
1342 bool ProtoStreamObjectWriter::IsStruct(const google::protobuf::Field& field) { in IsStruct() function in google::protobuf::util::converter::ProtoStreamObjectWriter
H A Dprotostream_objectwriter.h339 inline bool IsStruct(const google::protobuf::Field& field);
/dports/www/firefox/firefox-99.0/js/src/ctypes/
H A DCTypes.cpp217 bool IsStruct(HandleValue v);
681 (Property<StructType::IsStruct, StructType::FieldsArrayGetter>::Fun),
6342 bool StructType::IsStruct(HandleValue v) { in IsStruct() function in js::ctypes::StructType
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.h339 inline bool IsStruct(const google::protobuf::Field& field);
H A Dprotostream_objectwriter.cc568 if (element() != nullptr && IsStruct(*element()->parent_field())) { in StartObject()
588 if (IsStruct(*field)) { in StartObject()
1342 bool ProtoStreamObjectWriter::IsStruct(const google::protobuf::Field& field) { in IsStruct() function in google::protobuf::util::converter::ProtoStreamObjectWriter
/dports/www/firefox-esr/firefox-91.8.0/js/src/ctypes/
H A DCTypes.cpp213 bool IsStruct(HandleValue v);
677 (Property<StructType::IsStruct, StructType::FieldsArrayGetter>::Fun),
6331 bool StructType::IsStruct(HandleValue v) { in IsStruct() function in js::ctypes::StructType
/dports/net/traefik/traefik-2.6.1/vendor/github.com/fatih/structs/
H A DREADME.md64 i := structs.IsStruct(server)
H A Dstructs.go203 if IsStruct(val.Interface()) && !tagOpts.Has("omitnested") {
326 if IsStruct(val.Interface()) && !tagOpts.Has("omitnested") {
373 if IsStruct(val.Interface()) && !tagOpts.Has("omitnested") {
487 func IsStruct(s interface{}) bool { func
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp3832 TEST_P(ASTMatchersTest, IsStruct) { in TEST_P() argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4178 bool IsStruct = Ty->isStructTy(); in parseFunctionBody() local
4181 if (!IsStruct && !IsArray) in parseFunctionBody()
4185 if (IsStruct && Index >= Ty->getStructNumElements()) in parseFunctionBody()
4191 if (IsStruct) in parseFunctionBody()
4220 bool IsStruct = CurTy->isStructTy(); in parseFunctionBody() local
4223 if (!IsStruct && !IsArray) in parseFunctionBody()
4227 if (IsStruct && Index >= CurTy->getStructNumElements()) in parseFunctionBody()
4233 if (IsStruct) in parseFunctionBody()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/BPF/
H A DBTFDebug.cpp224 BTFTypeStruct::BTFTypeStruct(const DICompositeType *STy, bool IsStruct, in BTFTypeStruct() argument
227 Kind = IsStruct ? BTF::BTF_KIND_STRUCT : BTF::BTF_KIND_UNION; in BTFTypeStruct()
479 void BTFDebug::visitStructType(const DICompositeType *CTy, bool IsStruct, in visitStructType() argument
497 std::make_unique<BTFTypeStruct>(CTy, IsStruct, HasBitField, VLen); in visitStructType()
H A DBTFDebug.h130 BTFTypeStruct(const DICompositeType *STy, bool IsStruct, bool HasBitField,
293 void visitStructType(const DICompositeType *STy, bool IsStruct,
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/BPF/
H A DBTFDebug.h130 BTFTypeStruct(const DICompositeType *STy, bool IsStruct, bool HasBitField,
293 void visitStructType(const DICompositeType *STy, bool IsStruct,
H A DBTFDebug.cpp224 BTFTypeStruct::BTFTypeStruct(const DICompositeType *STy, bool IsStruct, in BTFTypeStruct() argument
227 Kind = IsStruct ? BTF::BTF_KIND_STRUCT : BTF::BTF_KIND_UNION; in BTFTypeStruct()
479 void BTFDebug::visitStructType(const DICompositeType *CTy, bool IsStruct, in visitStructType() argument
497 std::make_unique<BTFTypeStruct>(CTy, IsStruct, HasBitField, VLen); in visitStructType()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4178 bool IsStruct = Ty->isStructTy(); in parseFunctionBody() local
4181 if (!IsStruct && !IsArray) in parseFunctionBody()
4185 if (IsStruct && Index >= Ty->getStructNumElements()) in parseFunctionBody()
4191 if (IsStruct) in parseFunctionBody()
4220 bool IsStruct = CurTy->isStructTy(); in parseFunctionBody() local
4223 if (!IsStruct && !IsArray) in parseFunctionBody()
4227 if (IsStruct && Index >= CurTy->getStructNumElements()) in parseFunctionBody()
4233 if (IsStruct) in parseFunctionBody()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/AST/
H A DDeclCXX.cpp3324 auto IsStruct = [](std::initializer_list<MatcherRef> Fields) { in isValidStructGUID() local
3348 return IsStruct({IsInt(32), IsInt(16), IsInt(16), IsArray(IsInt(8), 8)})(T); in isValidStructGUID()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp3832 TEST_P(ASTMatchersTest, IsStruct) { in TEST_P() argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/AST/
H A DDeclCXX.cpp3324 auto IsStruct = [](std::initializer_list<MatcherRef> Fields) { in isValidStructGUID() local
3348 return IsStruct({IsInt(32), IsInt(16), IsInt(16), IsArray(IsInt(8), 8)})(T); in isValidStructGUID()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/BPF/
H A DBTFDebug.h130 BTFTypeStruct(const DICompositeType *STy, bool IsStruct, bool HasBitField,
293 void visitStructType(const DICompositeType *STy, bool IsStruct,

12345678910>>...22