| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | ax.h | 151 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 D | ax-gdb.h | 98 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 D | tsystem.h | 125 #define gcc_assert(EXPR) ((void)(!(EXPR) ? abort (), 0 : 0)) argument 128 #define gcc_assert(EXPR) ((void)(0 && (EXPR))) argument
|
| H A D | ggc.h | 99 #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 D | machmode.def | 57 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 D | system.h | 576 #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 D | vec.h | 431 #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 D | tree.h | 1103 #define TREE_OVERFLOW_P(EXPR) \ argument 1104 (CONSTANT_CLASS_P (EXPR) && TREE_OVERFLOW (EXPR))
|
| H A D | tree.def | 914 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 D | Compiler.h | 188 #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 D | unbound_cache.sh | 30 EXPR=`which expr` 163 shift `$EXPR $OPTIND - 1`
|
| /freebsd-12.1/sys/contrib/libsodium/contrib/ |
| H A D | Findsodium.cmake | 128 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 D | bsd-en.txt | 17 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPR
|
| /freebsd-12.1/usr.bin/m4/ |
| H A D | eval.c | 896 #ifdef EXPR in dosub() 903 #ifdef EXPR in dosub()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ExprClassification.cpp | 111 #define EXPR(Kind, Base) in ClassifyInternal() macro
|
| H A D | Expr.cpp | 221 #define EXPR(type, base) \ in getExprLoc() macro 3116 #define EXPR(Type, Base) in HasSideEffects() macro
|
| H A D | ItaniumMangle.cpp | 3504 #define EXPR(Type, Base) in mangleExpression() macro
|
| /freebsd-12.1/contrib/gdb/gdb/doc/ |
| H A D | gdb.info-1 | 2280 `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 D | gdb.info-2 | 248 `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 D | call.c | 130 #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 D | SemaExceptionSpec.cpp | 1303 #define EXPR(CLASS, PARENT) in canThrow() macro
|
| H A D | TreeTransform.h | 676 #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 D | zstd_v03.c | 573 #define ERROR_GENERATE_STRING(EXPR) ERROR_CONVERTTOSTRING(EXPR) argument
|
| H A D | zstd_v02.c | 571 #define ERROR_GENERATE_STRING(EXPR) ERROR_CONVERTTOSTRING(EXPR) argument
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 106 #define EXPR(Type, Base) \ in EmitStmt() macro
|