| /NextBSD/contrib/gdb/gdb/ |
| HD | 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 …]
|
| HD | 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);
|
| /NextBSD/contrib/llvm/include/llvm/Support/ |
| HD | Compiler.h | 170 #define LLVM_LIKELY(EXPR) __builtin_expect((bool)(EXPR), true) argument 171 #define LLVM_UNLIKELY(EXPR) __builtin_expect((bool)(EXPR), false) argument 173 #define LLVM_LIKELY(EXPR) (EXPR) argument 174 #define LLVM_UNLIKELY(EXPR) (EXPR) argument
|
| /NextBSD/contrib/gcc/ |
| HD | tsystem.h | 125 #define gcc_assert(EXPR) ((void)(!(EXPR) ? abort (), 0 : 0)) argument 128 #define gcc_assert(EXPR) ((void)(0 && (EXPR))) argument
|
| HD | 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); \
|
| HD | 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
|
| HD | 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
|
| HD | 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
|
| HD | tree.h | 1103 #define TREE_OVERFLOW_P(EXPR) \ argument 1104 (CONSTANT_CLASS_P (EXPR) && TREE_OVERFLOW (EXPR))
|
| HD | tree.def | 914 Given X = ASSERT_EXPR <Y, EXPR>, the optimizers can infer 918 2- EXPR is a GIMPLE conditional expression (as defined by
|
| HD | ChangeLog.tree-ssa | 15974 Remove EXPR* macros in favor of inline functions. 16008 * tree-flow.h: Remove EXPR* macros in favor of inline functions. 16011 * tree-dfa.c: Change EXPR* macros to the new functions. 17930 * tree-dfa.c (create_ref): Add support for creating the EXPR*'s refs. 17931 (dump_varref): Add support for dumping EXPR* refs.
|
| /NextBSD/usr.sbin/pc-sysinstall/conf/licenses/ |
| HD | bsd-en.txt | 17 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPR
|
| /NextBSD/usr.bin/m4/ |
| HD | eval.c | 872 #ifdef EXPR in dosub() 879 #ifdef EXPR in dosub()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | ExprClassification.cpp | 110 #define EXPR(Kind, Base) in ClassifyInternal() macro
|
| HD | Expr.cpp | 199 #define EXPR(type, base) \ in getExprLoc() macro 2927 #define EXPR(Type, Base) in HasSideEffects() macro
|
| HD | ItaniumMangle.cpp | 2687 #define EXPR(Type, Base) in mangleExpression() macro
|
| HD | ExprConstant.cpp | 8673 #define EXPR(Node, Base) in CheckICE() macro
|
| /NextBSD/contrib/gdb/gdb/doc/ |
| HD | gdb.info-1 | 2280 `watch EXPR' 2281 Set a watchpoint for an expression. GDB will break when EXPR is 2284 `rwatch EXPR' 2285 Set a watchpoint that will break when watch EXPR is read by the 2288 `awatch EXPR' 2289 Set a watchpoint that will break when EXPR is either read or 2305 Hardware watchpoint NUM: EXPR 3967 `print EXPR' 3968 `print /F EXPR' 3969 EXPR is an expression (in the source language). By default the [all …]
|
| HD | 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
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaExceptionSpec.cpp | 1164 #define EXPR(CLASS, PARENT) in canThrow() macro
|
| HD | TreeTransform.h | 645 #define EXPR(Node, Parent) \ macro 2912 #define EXPR(Node, Parent) in TransformStmt() macro 2918 #define EXPR(Node, Parent) case Stmt::Node##Class: in TransformStmt() macro 2959 #define EXPR(Node, Parent) \ in TransformExpr() macro
|
| /NextBSD/contrib/gcc/cp/ |
| HD | 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, \
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGStmt.cpp | 96 #define EXPR(Type, Base) \ in EmitStmt() macro
|
| /NextBSD/contrib/groff/doc/ |
| HD | groff-1 | 8071 Evaluate the expression EXPR, and executes ANYTHING (the remainder 8072 of the line) if EXPR evaluates to a value greater than zero 8128 Evaluate the expression EXPR, and repeatedly execute ANYTHING (the 8129 remainder of the line) until EXPR evaluates to 0.
|
| /NextBSD/contrib/binutils/gas/ |
| HD | ChangeLog-9697 | 1956 * config/m68k-parse.y (motorola_operand): Allow (zdireg,EXPR). 5604 (motorola_operand): Add rule for `(zapc, EXPR)'.
|