Home
last modified time | relevance | path

Searched refs:EXPR (Results 1 – 25 of 74) sorted by relevance

123

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dsel-sched-ir.h162 #define EXPR_VINSN(EXPR) ((EXPR)->vinsn) argument
163 #define EXPR_INSN_RTX(EXPR) (VINSN_INSN_RTX (EXPR_VINSN (EXPR))) argument
164 #define EXPR_PATTERN(EXPR) (VINSN_PATTERN (EXPR_VINSN (EXPR))) argument
165 #define EXPR_LHS(EXPR) (VINSN_LHS (EXPR_VINSN (EXPR))) argument
166 #define EXPR_RHS(EXPR) (VINSN_RHS (EXPR_VINSN (EXPR))) argument
167 #define EXPR_TYPE(EXPR) (VINSN_TYPE (EXPR_VINSN (EXPR))) argument
168 #define EXPR_SEPARABLE_P(EXPR) (VINSN_SEPARABLE_P (EXPR_VINSN (EXPR))) argument
170 #define EXPR_SPEC(EXPR) ((EXPR)->spec) argument
171 #define EXPR_USEFULNESS(EXPR) ((EXPR)->usefulness) argument
172 #define EXPR_PRIORITY(EXPR) ((EXPR)->priority) argument
[all …]
H A Dselftest.h282 #define ASSERT_TRUE(EXPR) \ argument
283 ASSERT_TRUE_AT (SELFTEST_LOCATION, (EXPR))
288 #define ASSERT_TRUE_AT(LOC, EXPR) \ argument
290 const char *desc_ = "ASSERT_TRUE (" #EXPR ")"; \
291 bool actual_ = (EXPR); \
302 #define ASSERT_FALSE(EXPR) \ argument
303 ASSERT_FALSE_AT (SELFTEST_LOCATION, (EXPR))
308 #define ASSERT_FALSE_AT(LOC, EXPR) \ argument
310 const char *desc_ = "ASSERT_FALSE (" #EXPR ")"; \
311 bool actual_ = (EXPR); \
H A Dtsystem.h122 #define gcc_assert(EXPR) ((void)(!(EXPR) ? abort (), 0 : 0)) argument
125 #define gcc_assert(EXPR) ((void)(0 && (EXPR))) argument
H A Dstreamer-hooks.h68 #define stream_write_tree(OB, EXPR, REF_P) \ argument
69 streamer_hooks.write_tree (OB, EXPR, REF_P, REF_P)
71 #define stream_write_tree_shallow_non_ref(OB, EXPR, REF_P) \ argument
72 streamer_hooks.write_tree (OB, EXPR, REF_P, false)
H A Dggc.h76 #define ggc_test_and_set_mark(EXPR) \ argument
77 ((EXPR) != NULL && ((void *) (EXPR)) != (void *) 1 && ! ggc_set_mark (EXPR))
79 #define ggc_mark(EXPR) \ argument
81 const void *const a__ = (EXPR); \
H A Dgcov-io.h197 #define gcov_nonruntime_assert(EXPR) ((void)(0 && (EXPR))) argument
199 #define gcov_nonruntime_assert(EXPR) gcc_assert (EXPR) argument
H A Dsystem.h751 #define gcc_assert(EXPR) \ argument
752 ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
754 #define gcc_assert(EXPR) \ argument
755 ((void)(__builtin_expect (!(EXPR), 0) ? __builtin_unreachable (), 0 : 0))
758 #define gcc_assert(EXPR) ((void)(0 && (EXPR))) argument
762 #define gcc_checking_assert(EXPR) gcc_assert (EXPR) argument
765 #define gcc_checking_assert(EXPR) ((void)(0 && (EXPR))) argument
H A Dmachmode.def55 An EXPR argument must be a syntactically valid C expression.
56 If an EXPR contains commas, you may need to write an extra pair of
164 ADJUST_BYTESIZE (MODE, EXPR);
165 ADJUST_ALIGNMENT (MODE, EXPR);
166 ADJUST_FLOAT_FORMAT (MODE, EXPR);
167 ADJUST_IBIT (MODE, EXPR);
168 ADJUST_FBIT (MODE, EXPR);
170 or fbit of MODE to be adjustable at run time. EXPR will be executed
177 ADJUST_NUNITS (MODE, EXPR);
178 Like the above, but set the number of nunits of MODE to EXPR.
H A Dline-map.h542 #define linemap_assert(EXPR) \ argument
544 if (! (EXPR)) \
555 #define linemap_assert_fails(EXPR) __extension__ \ argument
556 ({linemap_assert (EXPR); false;})
560 #define linemap_assert(EXPR) ((void)(0 && (EXPR))) argument
561 #define linemap_assert_fails(EXPR) (! (EXPR)) argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dsel-sched-ir.h162 #define EXPR_VINSN(EXPR) ((EXPR)->vinsn) argument
163 #define EXPR_INSN_RTX(EXPR) (VINSN_INSN_RTX (EXPR_VINSN (EXPR))) argument
164 #define EXPR_PATTERN(EXPR) (VINSN_PATTERN (EXPR_VINSN (EXPR))) argument
165 #define EXPR_LHS(EXPR) (VINSN_LHS (EXPR_VINSN (EXPR))) argument
166 #define EXPR_RHS(EXPR) (VINSN_RHS (EXPR_VINSN (EXPR))) argument
167 #define EXPR_TYPE(EXPR) (VINSN_TYPE (EXPR_VINSN (EXPR))) argument
168 #define EXPR_SEPARABLE_P(EXPR) (VINSN_SEPARABLE_P (EXPR_VINSN (EXPR))) argument
170 #define EXPR_SPEC(EXPR) ((EXPR)->spec) argument
171 #define EXPR_USEFULNESS(EXPR) ((EXPR)->usefulness) argument
172 #define EXPR_PRIORITY(EXPR) ((EXPR)->priority) argument
[all …]
H A Dselftest.h282 #define ASSERT_TRUE(EXPR) \ argument
283 ASSERT_TRUE_AT (SELFTEST_LOCATION, (EXPR))
288 #define ASSERT_TRUE_AT(LOC, EXPR) \ argument
290 const char *desc_ = "ASSERT_TRUE (" #EXPR ")"; \
291 bool actual_ = (EXPR); \
302 #define ASSERT_FALSE(EXPR) \ argument
303 ASSERT_FALSE_AT (SELFTEST_LOCATION, (EXPR))
308 #define ASSERT_FALSE_AT(LOC, EXPR) \ argument
310 const char *desc_ = "ASSERT_FALSE (" #EXPR ")"; \
311 bool actual_ = (EXPR); \
H A Dtsystem.h122 #define gcc_assert(EXPR) ((void)(!(EXPR) ? abort (), 0 : 0)) argument
125 #define gcc_assert(EXPR) ((void)(0 && (EXPR))) argument
H A Dstreamer-hooks.h68 #define stream_write_tree(OB, EXPR, REF_P) \ argument
69 streamer_hooks.write_tree (OB, EXPR, REF_P, REF_P)
71 #define stream_write_tree_shallow_non_ref(OB, EXPR, REF_P) \ argument
72 streamer_hooks.write_tree (OB, EXPR, REF_P, false)
H A Dggc.h76 #define ggc_test_and_set_mark(EXPR) \ argument
77 ((EXPR) != NULL && ((void *) (EXPR)) != (void *) 1 && ! ggc_set_mark (EXPR))
79 #define ggc_mark(EXPR) \ argument
81 const void *const a__ = (EXPR); \
H A Dgcov-io.h197 #define gcov_nonruntime_assert(EXPR) ((void)(0 && (EXPR))) argument
199 #define gcov_nonruntime_assert(EXPR) gcc_assert (EXPR) argument
H A Dsystem.h751 #define gcc_assert(EXPR) \ argument
752 ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
754 #define gcc_assert(EXPR) \ argument
755 ((void)(__builtin_expect (!(EXPR), 0) ? __builtin_unreachable (), 0 : 0))
758 #define gcc_assert(EXPR) ((void)(0 && (EXPR))) argument
762 #define gcc_checking_assert(EXPR) gcc_assert (EXPR) argument
765 #define gcc_checking_assert(EXPR) ((void)(0 && (EXPR))) argument
H A Dmachmode.def55 An EXPR argument must be a syntactically valid C expression.
56 If an EXPR contains commas, you may need to write an extra pair of
164 ADJUST_BYTESIZE (MODE, EXPR);
165 ADJUST_ALIGNMENT (MODE, EXPR);
166 ADJUST_FLOAT_FORMAT (MODE, EXPR);
167 ADJUST_IBIT (MODE, EXPR);
168 ADJUST_FBIT (MODE, EXPR);
170 or fbit of MODE to be adjustable at run time. EXPR will be executed
177 ADJUST_NUNITS (MODE, EXPR);
178 Like the above, but set the number of nunits of MODE to EXPR.
H A Dline-map.h542 #define linemap_assert(EXPR) \ argument
544 if (! (EXPR)) \
555 #define linemap_assert_fails(EXPR) __extension__ \ argument
556 ({linemap_assert (EXPR); false;})
560 #define linemap_assert(EXPR) ((void)(0 && (EXPR))) argument
561 #define linemap_assert_fails(EXPR) (! (EXPR)) argument
/OK3568_Linux_fs/kernel/drivers/scsi/snic/
H A Dsnic.h176 #define SNIC_BUG_ON(EXPR) \ argument
178 if (EXPR) { \
179 SNIC_ERR("SNIC BUG(%s)\n", #EXPR); \
180 BUG_ON(EXPR); \
184 #define SNIC_BUG_ON(EXPR) \ argument
186 if (EXPR) { \
188 #EXPR, __func__, __LINE__); \
189 WARN_ON_ONCE(EXPR); \
195 #define SNIC_ASSERT_NOT_IMPL(EXPR) \ argument
197 if (EXPR) {\
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/
H A Ddecltype.hpp47 # define BOOST_PROTO_DECLTYPE_(EXPR, TYPE) typedef decltype((EXPR)) TYPE; argument
49 # define BOOST_PROTO_DECLTYPE_NESTED_TYPEDEF_TPL_(NESTED, EXPR) … argument
50 … BOOST_TYPEOF_NESTED_TYPEDEF_TPL(BOOST_PP_CAT(nested_and_hidden_, NESTED), EXPR) \
51 … static int const BOOST_PP_CAT(sz, NESTED) = sizeof(boost::proto::detail::check_reference(EXPR));\
59 # define BOOST_PROTO_DECLTYPE_(EXPR, TYPE) … argument
60 … BOOST_PROTO_DECLTYPE_NESTED_TYPEDEF_TPL_(BOOST_PP_CAT(nested_, TYPE), (EXPR)) \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-pybind11/
H A D0001-Do-not-check-pointer-size-when-cross-compiling.patch27 math(EXPR _PYTHON_BITS "${PYTHON_SIZEOF_VOID_P} * 8")
28 math(EXPR _CMAKE_BITS "${CMAKE_SIZEOF_VOID_P} * 8")
/OK3568_Linux_fs/buildroot/package/libftdi1/
H A D0001-cmake-use-the-standard-CMake-flag-to-drive-the-share.patch39 math(EXPR VERSION_FIXUP "${MAJOR_VERSION} + 1") # Compatibility with previous releases
71 math(EXPR VERSION_FIXUP "${MAJOR_VERSION} + 1") # Compatibility with previous releases
/OK3568_Linux_fs/kernel/scripts/
H A Dcheckkconfigsymbols.py25 EXPR = r"(?:" + OPERATORS + r"|\s|" + SYMBOL + r")+" variable
27 STMT = r"^\s*(?:if|select|imply|depends\s+on|(?:" + DEFAULT + r"))\s+" + EXPR
35 REGEX_KCONFIG_EXPR = re.compile(EXPR)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/c-family/
H A Dc-common.h961 #define EXPR_INT_CONST_OPERANDS(EXPR) \ argument
962 (INTEGRAL_TYPE_P (TREE_TYPE (EXPR)) \
963 && (TREE_CODE (EXPR) == INTEGER_CST \
964 || (TREE_CODE (EXPR) == C_MAYBE_CONST_EXPR \
965 && C_MAYBE_CONST_EXPR_INT_OPERANDS (EXPR))))
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/c-family/
H A Dc-common.h961 #define EXPR_INT_CONST_OPERANDS(EXPR) \ argument
962 (INTEGRAL_TYPE_P (TREE_TYPE (EXPR)) \
963 && (TREE_CODE (EXPR) == INTEGER_CST \
964 || (TREE_CODE (EXPR) == C_MAYBE_CONST_EXPR \
965 && C_MAYBE_CONST_EXPR_INT_OPERANDS (EXPR))))

123