Home
last modified time | relevance | path

Searched refs:Undefined (Results 1 – 25 of 45) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dundefined.hpp6 class Undefined {}; class
8 inline bool operator==(const Undefined&, const Undefined&) { return true; } in operator ==() argument
9 inline bool operator!=(const Undefined&, const Undefined&) { return false; } in operator !=() argument
H A Ddata_driven_property_value.hpp14 Undefined,
36 return value.template is<Undefined>(); in isUndefined()
41 [] (const Undefined&) { return false; }, in isDataDriven() argument
49 [] (const Undefined&) { return true; }, in isZoomConstant() argument
H A Dproperty_value.hpp13 using Value = variant<Undefined, T, PropertyExpression<T>>;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeotileproviderosm.cpp457 if ( urlTemplate == QJsonValue::Undefined in onNetworkReplyFinished()
458 || imageFormat == QJsonValue::Undefined in onNetworkReplyFinished()
459 || copyRightMap == QJsonValue::Undefined in onNetworkReplyFinished()
460 || copyRightData == QJsonValue::Undefined in onNetworkReplyFinished()
481 if (copyRightStyle != QJsonValue::Undefined && copyRightStyle.isString()) in onNetworkReplyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeosatelliteinfo/
H A Dtst_qgeosatelliteinfo.cpp142 QCOMPARE(info.satelliteSystem(), QGeoSatelliteInfo::Undefined); in constructor()
233 QCOMPARE(info.satelliteSystem(), QGeoSatelliteInfo::Undefined); in setSatelliteSystem()
244 << int(QGeoSatelliteInfo::Undefined); in setSatelliteSystem_data()
/OK3568_Linux_fs/kernel/Documentation/dev-tools/
H A Dubsan.rst1 The Undefined Behavior Sanitizer - UBSAN
20 UBSAN: Undefined behaviour in ../include/linux/bitops.h:110:33
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dproperty_evaluator.hpp17 T operator()(const style::Undefined&) const { return defaultValue; } in operator ()()
H A Dcross_faded_property_evaluator.hpp28 Faded<T> operator()(const style::Undefined&) const;
H A Ddata_driven_property_evaluator.hpp18 ResultType operator()(const style::Undefined&) const { in operator ()()
H A Dcross_faded_property_evaluator.cpp9 Faded<T> CrossFadedPropertyEvaluator<T>::operator()(const style::Undefined&) const { in operator ()()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dbit114 return 32; // Undefined Behavior.
136 return 64; // Undefined Behavior.
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dbit114 return 32; // Undefined Behavior.
136 return 64; // Undefined Behavior.
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dhdsp.h35 Undefined, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dhdsp.h33 Undefined, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dhdsp.h33 Undefined, enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqlocationdata_simulator_p.h104 Undefined = 0x00, enumerator
H A Dqgeosatelliteinfo.h59 Undefined = 0x00, enumerator
H A Dqlocationdata_simulator.cpp65 satelliteSystem(Undefined), in SatelliteInfo()
H A Dqgeosatelliteinfo.cpp84 d->system = QGeoSatelliteInfo::Undefined; in QGeoSatelliteInfo()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/
H A D0006-make-Add-top-level-Makefile.patch76 - $(info Enabling Undefined Behavior Sanitizer)
79 - $(warning WARNING: Undefined Behavior Sanitizer not supported for project $(RC_ProjectName))
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-pci-devices-aer_stats44 Undefined 0
74 Undefined 0
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/dhrystone/dhrystone-2.1/
H A Ddhrystone.patch7 * Undefined identifier HZ
/OK3568_Linux_fs/kernel/lib/
H A DKconfig.ubsan6 bool "Undefined behaviour sanity checker"
8 This option enables the Undefined Behaviour sanity checker.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dstringify.hpp135 void stringify(Writer& writer, const Undefined&) { in stringify() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dsymbol_program.cpp20 [&] (const Undefined& value) -> std::unique_ptr<SymbolSizeBinder> { in create()

12