Home
last modified time | relevance | path

Searched defs:never_null (Results 1 – 12 of 12) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/config/
H A Dunconfig.h136 # define never_null __attribute__((returns_nonnull)) macro
138 # define never_null macro
H A Dconfig-mac.h783 # define never_null __attribute__((returns_nonnull)) macro
785 # define never_null macro
H A Dconfig-linux.h784 # define never_null __attribute__((returns_nonnull)) macro
786 # define never_null macro
/dports/devel/nasm/nasm-2.15.05/config/
H A Dconfig.h.in806 # define never_null __attribute__((returns_nonnull)) macro
808 # define never_null macro
H A Dunconfig.h136 # define never_null __attribute__((returns_nonnull)) macro
138 # define never_null macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/include/
H A Dcompiler.h266 # define never_null __attribute__((returns_nonnull)) macro
268 # define never_null macro
/dports/audio/epos-devel/epos-2.5.37/src/
H A Dinterf.h64 inline const char *never_null(const char *string) { return string ? string : ""; }; in never_null() function
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/gandiva/
H A Dtree_expr_test.cc123 auto never_null = std::dynamic_pointer_cast<NullableNeverFuncDex>(value); in TEST_F() local
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/gandiva/
H A Dtree_expr_test.cc123 auto never_null = std::dynamic_pointer_cast<NullableNeverFuncDex>(value); in TEST_F() local
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/gandiva/
H A Dtree_expr_test.cc123 auto never_null = std::dynamic_pointer_cast<NullableNeverFuncDex>(value); in TEST_F() local
/dports/math/singular/Singular-Release-4-2-1/Singular/
H A Dcountedref.h50 enum { nondestructive = Nondestructive, never_null = NeverNull }; enumerator
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/sc68/libsc68/
H A Dapi68.c286 static inline const char * never_null(const char * ptr) { in never_null() function