Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/gdb/gdb/
H A Dax.h151 extern void ax_simple (struct agent_expr *EXPR, enum agent_op OP);
154 #define ax_float(EXPR) (ax_simple ((EXPR), aop_float)) argument
157 extern void ax_ext (struct agent_expr *EXPR, int N);
160 extern void ax_zero_ext (struct agent_expr *EXPR, int N);
163 extern void ax_trace_quick (struct agent_expr *EXPR, int N);
171 extern int ax_goto (struct agent_expr *EXPR, enum agent_op OP);
177 extern void ax_label (struct agent_expr *EXPR, int patch, int target);
180 extern void ax_const_l (struct agent_expr *EXPR, LONGEST l);
181 extern void ax_const_d (struct agent_expr *EXPR, LONGEST d);
185 extern void ax_reg (struct agent_expr *EXPR, int REG);
[all …]
H A Dax-gdb.h98 extern struct agent_expr *expr_to_agent (struct expression *EXPR,
104 extern struct agent_expr *expr_to_address_and_size (struct expression *EXPR);
/freebsd-12.1/contrib/gcc/
H A Dtsystem.h125 #define gcc_assert(EXPR) ((void)(!(EXPR) ? abort (), 0 : 0)) argument
128 #define gcc_assert(EXPR) ((void)(0 && (EXPR))) argument
H A Dggc.h99 #define ggc_test_and_set_mark(EXPR) \ argument
100 ((EXPR) != NULL && ((void *) (EXPR)) != (void *) 1 && ! ggc_set_mark (EXPR))
102 #define ggc_mark(EXPR) \ argument
104 const void *const a__ = (EXPR); \
H A Dmachmode.def57 An EXPR argument must be a syntactically valid C expression.
58 If an EXPR contains commas, you may need to write an extra pair of
133 ADJUST_BYTESIZE (MODE, EXPR);
134 ADJUST_ALIGNMENT (MODE, EXPR);
135 ADJUST_FLOAT_FORMAT (MODE, EXPR);
137 of MODE to be adjustable at run time. EXPR will be executed
H A Dsystem.h576 #define gcc_assert(EXPR) \ argument
577 ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
580 #define gcc_assert(EXPR) ((void)(0 && (EXPR))) argument
H A Dvec.h431 #define VEC_ASSERT(EXPR,OP,T,A) \ argument
432 (void)((EXPR) ? 0 : (VEC_ASSERT_FAIL(OP,VEC(T,A)), 0))
441 #define VEC_ASSERT(EXPR,OP,T,A) (void)(EXPR) argument
H A Dtree.h1103 #define TREE_OVERFLOW_P(EXPR) \ argument
1104 (CONSTANT_CLASS_P (EXPR) && TREE_OVERFLOW (EXPR))
H A Dtree.def914 Given X = ASSERT_EXPR <Y, EXPR>, the optimizers can infer
918 2- EXPR is a GIMPLE conditional expression (as defined by
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DCompiler.h188 #define LLVM_LIKELY(EXPR) __builtin_expect((bool)(EXPR), true) argument
189 #define LLVM_UNLIKELY(EXPR) __builtin_expect((bool)(EXPR), false) argument
191 #define LLVM_LIKELY(EXPR) (EXPR) argument
192 #define LLVM_UNLIKELY(EXPR) (EXPR) argument
/freebsd-12.1/contrib/unbound/contrib/
H A Dunbound_cache.sh30 EXPR=`which expr`
163 shift `$EXPR $OPTIND - 1`
/freebsd-12.1/sys/contrib/libsodium/contrib/
H A DFindsodium.cmake128 math(EXPR _VS_VERSION "${MSVC_VERSION} / 10 - 60")
130 math(EXPR _VS_VERSION "${MSVC_VERSION} / 10 - 50")
/freebsd-12.1/usr.sbin/pc-sysinstall/conf/licenses/
H A Dbsd-en.txt17 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPR
/freebsd-12.1/usr.bin/m4/
H A Deval.c896 #ifdef EXPR in dosub()
903 #ifdef EXPR in dosub()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprClassification.cpp111 #define EXPR(Kind, Base) in ClassifyInternal() macro
H A DExpr.cpp221 #define EXPR(type, base) \ in getExprLoc() macro
3116 #define EXPR(Type, Base) in HasSideEffects() macro
H A DItaniumMangle.cpp3504 #define EXPR(Type, Base) in mangleExpression() macro
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dgdb.info-12280 `watch EXPR'
2284 `rwatch EXPR'
2288 `awatch EXPR'
2305 Hardware watchpoint NUM: EXPR
3967 `print EXPR'
3968 `print /F EXPR'
4406 `display EXPR'
4412 `display/FMT EXPR'
5163 `dump [FORMAT] value FILENAME EXPR'
5165 value of EXPR, to FILENAME in the given format.
[all …]
H A Dgdb.info-2248 `whatis EXPR'
249 Print the data type of expression EXPR. EXPR is not actually
263 `ptype EXPR'
265 Print a description of the type of expression EXPR. `ptype'
702 `call EXPR'
703 Evaluate the expression EXPR without displaying `void' returned
5291 -break-condition NUMBER EXPR
5294 EXPR is true. The condition becomes part of the `-break-list' output
5877 -data-evaluate-expression EXPR
5879 Evaluate EXPR as an expression. The expression could contain an
/freebsd-12.1/contrib/gcc/cp/
H A Dcall.c130 #define convert_like(CONV, EXPR) \ argument
131 convert_like_real ((CONV), (EXPR), NULL_TREE, 0, 0, \
134 #define convert_like_with_context(CONV, EXPR, FN, ARGNO) \ argument
135 convert_like_real ((CONV), (EXPR), (FN), (ARGNO), 0, \
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1303 #define EXPR(CLASS, PARENT) in canThrow() macro
H A DTreeTransform.h676 #define EXPR(Node, Parent) \ macro
3284 #define EXPR(Node, Parent) in TransformStmt() macro
3290 #define EXPR(Node, Parent) case Stmt::Node##Class: in TransformStmt() macro
3331 #define EXPR(Node, Parent) \ in TransformExpr() macro
/freebsd-12.1/sys/contrib/zstd/lib/legacy/
H A Dzstd_v03.c573 #define ERROR_GENERATE_STRING(EXPR) ERROR_CONVERTTOSTRING(EXPR) argument
H A Dzstd_v02.c571 #define ERROR_GENERATE_STRING(EXPR) ERROR_CONVERTTOSTRING(EXPR) argument
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp106 #define EXPR(Type, Base) \ in EmitStmt() macro

12