Home
last modified time | relevance | path

Searched refs:__const__ (Results 1 – 19 of 19) sorted by relevance

/third_party/boost/boost/config/platform/
Dlinux.hpp89 # ifndef __const__
90 # define __const__ const macro
/third_party/ltp/tools/sparse/sparse-src/validation/
Dinteger-const-expr.c3 static inline __attribute__((__const__)) unsigned squarec(unsigned n) in squarec()
18 static inline __attribute__((__const__)) unsigned long long bignumc(void) in bignumc()
Dreserved.c7 static int (__const__); variable
/third_party/libunwind/include/
Dcompiler.h34 # define CONST_ATTR __attribute__((__const__))
/third_party/boost/boost/random/detail/
Dinteger_log2.hpp30 #define BOOST_RANDOM_DETAIL_CONSTEXPR inline __attribute__((__const__)) __attribute__((__always_inl…
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dmacros.h66 # define _vbi_const __attribute__ ((__const__))
/third_party/boost/boost/core/
Duncaught_exceptions.hpp94 extern "C" __cxa_eh_globals* __cxa_get_globals() BOOST_NOEXCEPT_OR_NOTHROW __attribute__((__const__
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgmacros.in.h95 __attribute__((__const__))
/third_party/gettext/libtextstyle/gnulib-local/lib/
Dglibconfig.in.h88 __attribute__((__const__))
/third_party/FreeBSD/sys/sys/
Dcdefs.h230 #define __pure2 __attribute__((__const__))
236 #define __pure2 __attribute__((__const__))
/third_party/mesa3d/src/util/
Dmacros.h164 #define ATTRIBUTE_CONST __attribute__((__const__))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCompiler.h165 #define LLVM_READNONE __attribute__((__const__))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCompiler.h201 #define LLVM_READNONE __attribute__((__const__))
/third_party/glib/glib/gnulib/
Dglib-gnulib.patch439 +/* The __const__ attribute was added in gcc 2.95. */
441 +# define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
Dgnulib_math.h.in28 /* The __const__ attribute was added in gcc 2.95. */
30 # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
/third_party/gettext/gettext-runtime/
Dconfig.h1368 # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
/third_party/glib/glib/
Dgmacros.h530 __attribute__((__const__))
/third_party/json/include/nlohmann/thirdparty/hedley/
Dhedley.hpp1386 #define JSON_HEDLEY_CONST __attribute__((__const__))
/third_party/json/single_include/nlohmann/
Djson.hpp1495 #define JSON_HEDLEY_CONST __attribute__((__const__))