Home
last modified time | relevance | path

Searched refs:EffectiveType (Results 1 – 25 of 69) sorted by relevance

123

/dports/editors/kakoune/kakoune-2021.11.08/src/
H A Dcoord.hh17 constexpr EffectiveType operator+(EffectiveType other) const in operator +()
23 EffectiveType& operator+=(EffectiveType other) in operator +=()
27 return *static_cast<EffectiveType*>(this); in operator +=()
31 constexpr EffectiveType operator-(EffectiveType other) const in operator -()
37 EffectiveType& operator-=(EffectiveType other) in operator -=()
41 return *static_cast<EffectiveType*>(this); in operator -=()
45 constexpr bool operator< (EffectiveType other) const in operator <()
52 constexpr bool operator<= (EffectiveType other) const in operator <=()
59 constexpr bool operator> (EffectiveType other) const in operator >()
66 constexpr bool operator>= (EffectiveType other) const in operator >=()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/
H A Dlazy_load_frame_observer.cc75 switch (GetNetworkStateNotifier().EffectiveType()) { in GetLazyFrameLoadingViewportDistanceThresholdPx()
168 GetNetworkStateNotifier().EffectiveType()); in LoadImmediately()
252 GetNetworkStateNotifier().EffectiveType()); in RecordMetricsOnVisibilityChanged()
258 GetNetworkStateNotifier().EffectiveType()); in RecordMetricsOnVisibilityChanged()
283 switch (GetNetworkStateNotifier().EffectiveType()) { in RecordVisibilityMetricsIfLoadedAndVisible()
348 switch (GetNetworkStateNotifier().EffectiveType()) { in RecordInitialDeferralAction()
H A Dlazy_load_image_observer.cc39 switch (GetNetworkStateNotifier().EffectiveType()) { in GetLazyImageLoadingViewportDistanceThresholdPx()
62 switch (GetNetworkStateNotifier().EffectiveType()) { in GetFirstKFullyLoadCount()
111 switch (GetNetworkStateNotifier().EffectiveType()) { in RecordVisibleLoadTimeForImage()
324 GetNetworkStateNotifier().EffectiveType()); in OnVisibilityChanged()
328 GetNetworkStateNotifier().EffectiveType()); in OnVisibilityChanged()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/
H A Dlazy_load_frame_observer.cc75 switch (GetNetworkStateNotifier().EffectiveType()) { in GetLazyFrameLoadingViewportDistanceThresholdPx()
171 GetNetworkStateNotifier().EffectiveType()); in LoadImmediately()
262 GetNetworkStateNotifier().EffectiveType()); in RecordMetricsOnVisibilityChanged()
268 GetNetworkStateNotifier().EffectiveType()); in RecordMetricsOnVisibilityChanged()
293 switch (GetNetworkStateNotifier().EffectiveType()) { in RecordVisibilityMetricsIfLoadedAndVisible()
358 switch (GetNetworkStateNotifier().EffectiveType()) { in RecordInitialDeferralAction()
H A Dlazy_load_image_observer.cc39 switch (GetNetworkStateNotifier().EffectiveType()) { in GetLazyImageLoadingViewportDistanceThresholdPx()
62 switch (GetNetworkStateNotifier().EffectiveType()) { in GetFirstKFullyLoadCount()
114 switch (GetNetworkStateNotifier().EffectiveType()) { in RecordVisibleLoadTimeForImage()
321 GetNetworkStateNotifier().EffectiveType()); in OnVisibilityChanged()
325 GetNetworkStateNotifier().EffectiveType()); in OnVisibilityChanged()
/dports/multimedia/mxflib/mxflib-1.0.1/mxflib/
H A Dmdtype.h239 MDTypePtr EffectiveType(void);
550 if(Type->EffectiveType() != RHS.Type->EffectiveType()) return false;
559 if(Type->EffectiveType() == RHS.Type->EffectiveType())
656 MDTypePtr EffectiveType(void) { return Type->EffectiveType(); }; in EffectiveType() function
H A Dmdtype.cpp409 MDTypePtr MDType::EffectiveType(void) in EffectiveType() function in MDType
415 return Base->EffectiveType(); in EffectiveType()
542 … if(((*it).second->Class == INTERPRETATION) && ((*it).second->EffectiveType()->Name() == TypeName)) in AddTraitsMapping()
588 if(((*it).second->Class == INTERPRETATION) && (*(*it).second->EffectiveType()->TypeUL == TypeUL)) in AddTraitsMapping()
623 if(((*it).second->Class == INTERPRETATION) && (*(*it).second->EffectiveType()->TypeUL == TypeUL)) in AddTraitsMapping()
1101 MDTypePtr EffType = EffectiveType(); in PutData()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h779 const Type *EffectiveType = &Node; in matchesSpecialized() local
781 EffectiveType = S->getDeducedType().getTypePtrOrNull(); in matchesSpecialized()
782 if (!EffectiveType) in matchesSpecialized()
788 if (const auto *S = dyn_cast<TagType>(EffectiveType)) { in matchesSpecialized()
791 if (const auto *S = dyn_cast<InjectedClassNameType>(EffectiveType)) { in matchesSpecialized()
794 if (const auto *S = dyn_cast<TemplateTypeParmType>(EffectiveType)) { in matchesSpecialized()
797 if (const auto *S = dyn_cast<TypedefType>(EffectiveType)) { in matchesSpecialized()
800 if (const auto *S = dyn_cast<UnresolvedUsingType>(EffectiveType)) { in matchesSpecialized()
803 if (const auto *S = dyn_cast<ObjCObjectType>(EffectiveType)) { in matchesSpecialized()
815 if (const auto *S = dyn_cast<SubstTemplateTypeParmType>(EffectiveType)) { in matchesSpecialized()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h792 const Type *EffectiveType = &Node; in matchesSpecialized() local
794 EffectiveType = S->getDeducedType().getTypePtrOrNull(); in matchesSpecialized()
795 if (!EffectiveType) in matchesSpecialized()
801 if (const auto *S = dyn_cast<TagType>(EffectiveType)) { in matchesSpecialized()
804 if (const auto *S = dyn_cast<InjectedClassNameType>(EffectiveType)) { in matchesSpecialized()
807 if (const auto *S = dyn_cast<TemplateTypeParmType>(EffectiveType)) { in matchesSpecialized()
810 if (const auto *S = dyn_cast<TypedefType>(EffectiveType)) { in matchesSpecialized()
813 if (const auto *S = dyn_cast<UnresolvedUsingType>(EffectiveType)) { in matchesSpecialized()
816 if (const auto *S = dyn_cast<ObjCObjectType>(EffectiveType)) { in matchesSpecialized()
828 if (const auto *S = dyn_cast<SubstTemplateTypeParmType>(EffectiveType)) { in matchesSpecialized()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h792 const Type *EffectiveType = &Node; in matchesSpecialized() local
794 EffectiveType = S->getDeducedType().getTypePtrOrNull(); in matchesSpecialized()
795 if (!EffectiveType) in matchesSpecialized()
801 if (const auto *S = dyn_cast<TagType>(EffectiveType)) { in matchesSpecialized()
804 if (const auto *S = dyn_cast<InjectedClassNameType>(EffectiveType)) { in matchesSpecialized()
807 if (const auto *S = dyn_cast<TemplateTypeParmType>(EffectiveType)) { in matchesSpecialized()
810 if (const auto *S = dyn_cast<TypedefType>(EffectiveType)) { in matchesSpecialized()
813 if (const auto *S = dyn_cast<UnresolvedUsingType>(EffectiveType)) { in matchesSpecialized()
816 if (const auto *S = dyn_cast<ObjCObjectType>(EffectiveType)) { in matchesSpecialized()
828 if (const auto *S = dyn_cast<SubstTemplateTypeParmType>(EffectiveType)) { in matchesSpecialized()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h780 const Type *EffectiveType = &Node; in matchesSpecialized() local
782 EffectiveType = S->getDeducedType().getTypePtrOrNull(); in matchesSpecialized()
783 if (!EffectiveType) in matchesSpecialized()
789 if (const auto *S = dyn_cast<TagType>(EffectiveType)) { in matchesSpecialized()
792 if (const auto *S = dyn_cast<InjectedClassNameType>(EffectiveType)) { in matchesSpecialized()
795 if (const auto *S = dyn_cast<TemplateTypeParmType>(EffectiveType)) { in matchesSpecialized()
798 if (const auto *S = dyn_cast<TypedefType>(EffectiveType)) { in matchesSpecialized()
801 if (const auto *S = dyn_cast<UnresolvedUsingType>(EffectiveType)) { in matchesSpecialized()
804 if (const auto *S = dyn_cast<ObjCObjectType>(EffectiveType)) { in matchesSpecialized()
816 if (const auto *S = dyn_cast<SubstTemplateTypeParmType>(EffectiveType)) { in matchesSpecialized()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h780 const Type *EffectiveType = &Node; in matchesSpecialized() local
782 EffectiveType = S->getDeducedType().getTypePtrOrNull(); in matchesSpecialized()
783 if (!EffectiveType) in matchesSpecialized()
789 if (const auto *S = dyn_cast<TagType>(EffectiveType)) { in matchesSpecialized()
792 if (const auto *S = dyn_cast<InjectedClassNameType>(EffectiveType)) { in matchesSpecialized()
795 if (const auto *S = dyn_cast<TemplateTypeParmType>(EffectiveType)) { in matchesSpecialized()
798 if (const auto *S = dyn_cast<TypedefType>(EffectiveType)) { in matchesSpecialized()
801 if (const auto *S = dyn_cast<UnresolvedUsingType>(EffectiveType)) { in matchesSpecialized()
804 if (const auto *S = dyn_cast<ObjCObjectType>(EffectiveType)) { in matchesSpecialized()
816 if (const auto *S = dyn_cast<SubstTemplateTypeParmType>(EffectiveType)) { in matchesSpecialized()
[all …]
/dports/databases/spatialite/libspatialite-5.0.1/src/gaiageo/
H A Dgg_shape.c421 shp->EffectiveType = GAIA_UNKNOWN; in gaiaAllocShapefile()
728 shp->EffectiveType = GAIA_POINT; in gaiaOpenShpRead()
743 shp->EffectiveType = GAIA_MULTIPOINT; in gaiaOpenShpRead()
1214 shp->EffectiveType = GAIA_POINT; in gaiaOpenShpWriteEx()
1219 shp->EffectiveType = GAIA_POINT; in gaiaOpenShpWriteEx()
1224 shp->EffectiveType = GAIA_POINT; in gaiaOpenShpWriteEx()
1229 shp->EffectiveType = GAIA_POINT; in gaiaOpenShpWriteEx()
1294 shp->EffectiveType = GAIA_POLYGON; in gaiaOpenShpWriteEx()
1299 shp->EffectiveType = GAIA_POLYGON; in gaiaOpenShpWriteEx()
1304 shp->EffectiveType = GAIA_POLYGON; in gaiaOpenShpWriteEx()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h800 const Type *EffectiveType = &Node; in matchesSpecialized() local
802 EffectiveType = S->getDeducedType().getTypePtrOrNull(); in matchesSpecialized()
803 if (!EffectiveType) in matchesSpecialized()
809 if (const auto *S = dyn_cast<TagType>(EffectiveType)) { in matchesSpecialized()
812 if (const auto *S = dyn_cast<InjectedClassNameType>(EffectiveType)) { in matchesSpecialized()
815 if (const auto *S = dyn_cast<TemplateTypeParmType>(EffectiveType)) { in matchesSpecialized()
818 if (const auto *S = dyn_cast<TypedefType>(EffectiveType)) { in matchesSpecialized()
821 if (const auto *S = dyn_cast<UnresolvedUsingType>(EffectiveType)) { in matchesSpecialized()
824 if (const auto *S = dyn_cast<ObjCObjectType>(EffectiveType)) { in matchesSpecialized()
836 if (const auto *S = dyn_cast<SubstTemplateTypeParmType>(EffectiveType)) { in matchesSpecialized()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h800 const Type *EffectiveType = &Node; in matchesSpecialized() local
802 EffectiveType = S->getDeducedType().getTypePtrOrNull(); in matchesSpecialized()
803 if (!EffectiveType) in matchesSpecialized()
809 if (const auto *S = dyn_cast<TagType>(EffectiveType)) { in matchesSpecialized()
812 if (const auto *S = dyn_cast<InjectedClassNameType>(EffectiveType)) { in matchesSpecialized()
815 if (const auto *S = dyn_cast<TemplateTypeParmType>(EffectiveType)) { in matchesSpecialized()
818 if (const auto *S = dyn_cast<TypedefType>(EffectiveType)) { in matchesSpecialized()
821 if (const auto *S = dyn_cast<UnresolvedUsingType>(EffectiveType)) { in matchesSpecialized()
824 if (const auto *S = dyn_cast<ObjCObjectType>(EffectiveType)) { in matchesSpecialized()
836 if (const auto *S = dyn_cast<SubstTemplateTypeParmType>(EffectiveType)) { in matchesSpecialized()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h804 const Type *EffectiveType = &Node; in matchesSpecialized() local
806 EffectiveType = S->getDeducedType().getTypePtrOrNull(); in matchesSpecialized()
807 if (!EffectiveType) in matchesSpecialized()
813 if (const auto *S = dyn_cast<TagType>(EffectiveType)) { in matchesSpecialized()
816 if (const auto *S = dyn_cast<InjectedClassNameType>(EffectiveType)) { in matchesSpecialized()
819 if (const auto *S = dyn_cast<TemplateTypeParmType>(EffectiveType)) { in matchesSpecialized()
822 if (const auto *S = dyn_cast<TypedefType>(EffectiveType)) { in matchesSpecialized()
825 if (const auto *S = dyn_cast<UnresolvedUsingType>(EffectiveType)) { in matchesSpecialized()
828 if (const auto *S = dyn_cast<ObjCObjectType>(EffectiveType)) { in matchesSpecialized()
840 if (const auto *S = dyn_cast<SubstTemplateTypeParmType>(EffectiveType)) { in matchesSpecialized()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h956 const Type *EffectiveType = &Node; in matchesSpecialized() local
958 EffectiveType = S->getDeducedType().getTypePtrOrNull(); in matchesSpecialized()
959 if (!EffectiveType) in matchesSpecialized()
965 if (const auto *S = dyn_cast<TagType>(EffectiveType)) { in matchesSpecialized()
968 if (const auto *S = dyn_cast<InjectedClassNameType>(EffectiveType)) { in matchesSpecialized()
971 if (const auto *S = dyn_cast<TemplateTypeParmType>(EffectiveType)) { in matchesSpecialized()
974 if (const auto *S = dyn_cast<TypedefType>(EffectiveType)) { in matchesSpecialized()
977 if (const auto *S = dyn_cast<UnresolvedUsingType>(EffectiveType)) { in matchesSpecialized()
980 if (const auto *S = dyn_cast<ObjCObjectType>(EffectiveType)) { in matchesSpecialized()
992 if (const auto *S = dyn_cast<SubstTemplateTypeParmType>(EffectiveType)) { in matchesSpecialized()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1028 const Type *EffectiveType = &Node;
1030 EffectiveType = S->getDeducedType().getTypePtrOrNull();
1031 if (!EffectiveType)
1037 if (const auto *S = dyn_cast<TagType>(EffectiveType)) {
1040 if (const auto *S = dyn_cast<InjectedClassNameType>(EffectiveType)) {
1043 if (const auto *S = dyn_cast<TemplateTypeParmType>(EffectiveType)) {
1046 if (const auto *S = dyn_cast<TypedefType>(EffectiveType)) {
1049 if (const auto *S = dyn_cast<UnresolvedUsingType>(EffectiveType)) {
1052 if (const auto *S = dyn_cast<ObjCObjectType>(EffectiveType)) {
1064 if (const auto *S = dyn_cast<SubstTemplateTypeParmType>(EffectiveType)) {
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1028 const Type *EffectiveType = &Node;
1030 EffectiveType = S->getDeducedType().getTypePtrOrNull();
1031 if (!EffectiveType)
1037 if (const auto *S = dyn_cast<TagType>(EffectiveType)) {
1040 if (const auto *S = dyn_cast<InjectedClassNameType>(EffectiveType)) {
1043 if (const auto *S = dyn_cast<TemplateTypeParmType>(EffectiveType)) {
1046 if (const auto *S = dyn_cast<TypedefType>(EffectiveType)) {
1049 if (const auto *S = dyn_cast<UnresolvedUsingType>(EffectiveType)) {
1052 if (const auto *S = dyn_cast<ObjCObjectType>(EffectiveType)) {
1064 if (const auto *S = dyn_cast<SubstTemplateTypeParmType>(EffectiveType)) {
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1028 const Type *EffectiveType = &Node;
1030 EffectiveType = S->getDeducedType().getTypePtrOrNull();
1031 if (!EffectiveType)
1037 if (const auto *S = dyn_cast<TagType>(EffectiveType)) {
1040 if (const auto *S = dyn_cast<InjectedClassNameType>(EffectiveType)) {
1043 if (const auto *S = dyn_cast<TemplateTypeParmType>(EffectiveType)) {
1046 if (const auto *S = dyn_cast<TypedefType>(EffectiveType)) {
1049 if (const auto *S = dyn_cast<UnresolvedUsingType>(EffectiveType)) {
1052 if (const auto *S = dyn_cast<ObjCObjectType>(EffectiveType)) {
1064 if (const auto *S = dyn_cast<SubstTemplateTypeParmType>(EffectiveType)) {
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h956 const Type *EffectiveType = &Node; in matchesSpecialized() local
958 EffectiveType = S->getDeducedType().getTypePtrOrNull(); in matchesSpecialized()
959 if (!EffectiveType) in matchesSpecialized()
965 if (const auto *S = dyn_cast<TagType>(EffectiveType)) { in matchesSpecialized()
968 if (const auto *S = dyn_cast<InjectedClassNameType>(EffectiveType)) { in matchesSpecialized()
971 if (const auto *S = dyn_cast<TemplateTypeParmType>(EffectiveType)) { in matchesSpecialized()
974 if (const auto *S = dyn_cast<TypedefType>(EffectiveType)) { in matchesSpecialized()
977 if (const auto *S = dyn_cast<UnresolvedUsingType>(EffectiveType)) { in matchesSpecialized()
980 if (const auto *S = dyn_cast<ObjCObjectType>(EffectiveType)) { in matchesSpecialized()
992 if (const auto *S = dyn_cast<SubstTemplateTypeParmType>(EffectiveType)) { in matchesSpecialized()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1028 const Type *EffectiveType = &Node;
1030 EffectiveType = S->getDeducedType().getTypePtrOrNull();
1031 if (!EffectiveType)
1037 if (const auto *S = dyn_cast<TagType>(EffectiveType)) {
1040 if (const auto *S = dyn_cast<InjectedClassNameType>(EffectiveType)) {
1043 if (const auto *S = dyn_cast<TemplateTypeParmType>(EffectiveType)) {
1046 if (const auto *S = dyn_cast<TypedefType>(EffectiveType)) {
1049 if (const auto *S = dyn_cast<UnresolvedUsingType>(EffectiveType)) {
1052 if (const auto *S = dyn_cast<ObjCObjectType>(EffectiveType)) {
1064 if (const auto *S = dyn_cast<SubstTemplateTypeParmType>(EffectiveType)) {
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1028 const Type *EffectiveType = &Node;
1030 EffectiveType = S->getDeducedType().getTypePtrOrNull();
1031 if (!EffectiveType)
1037 if (const auto *S = dyn_cast<TagType>(EffectiveType)) {
1040 if (const auto *S = dyn_cast<InjectedClassNameType>(EffectiveType)) {
1043 if (const auto *S = dyn_cast<TemplateTypeParmType>(EffectiveType)) {
1046 if (const auto *S = dyn_cast<TypedefType>(EffectiveType)) {
1049 if (const auto *S = dyn_cast<UnresolvedUsingType>(EffectiveType)) {
1052 if (const auto *S = dyn_cast<ObjCObjectType>(EffectiveType)) {
1064 if (const auto *S = dyn_cast<SubstTemplateTypeParmType>(EffectiveType)) {
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1031 const Type *EffectiveType = &Node;
1033 EffectiveType = S->getDeducedType().getTypePtrOrNull();
1034 if (!EffectiveType)
1040 if (const auto *S = dyn_cast<TagType>(EffectiveType)) {
1043 if (const auto *S = dyn_cast<InjectedClassNameType>(EffectiveType)) {
1046 if (const auto *S = dyn_cast<TemplateTypeParmType>(EffectiveType)) {
1049 if (const auto *S = dyn_cast<TypedefType>(EffectiveType)) {
1052 if (const auto *S = dyn_cast<UnresolvedUsingType>(EffectiveType)) {
1055 if (const auto *S = dyn_cast<ObjCObjectType>(EffectiveType)) {
1067 if (const auto *S = dyn_cast<SubstTemplateTypeParmType>(EffectiveType)) {
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupport.cpp655 uint8_t EffectiveType = PointerEncoding & 0xf; in readEncodedPointer() local
656 if (EffectiveType == DW_EH_PE_absptr) in readEncodedPointer()
657 EffectiveType = (PointerSize == 8) ? DW_EH_PE_udata8 : DW_EH_PE_udata4; in readEncodedPointer()
661 switch (EffectiveType) { in readEncodedPointer()

123