Home
last modified time | relevance | path

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

12

/trueos/contrib/gdb/gdb/
HDax.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 …]
HDax-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);
/trueos/contrib/llvm/include/llvm/Support/
HDCompiler.h227 #define LLVM_LIKELY(EXPR) __builtin_expect((bool)(EXPR), true) argument
228 #define LLVM_UNLIKELY(EXPR) __builtin_expect((bool)(EXPR), false) argument
230 #define LLVM_LIKELY(EXPR) (EXPR) argument
231 #define LLVM_UNLIKELY(EXPR) (EXPR) argument
/trueos/contrib/gcc/
HDtsystem.h125 #define gcc_assert(EXPR) ((void)(!(EXPR) ? abort (), 0 : 0)) argument
128 #define gcc_assert(EXPR) ((void)(0 && (EXPR))) argument
HDggc.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); \
HDmachmode.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
HDsystem.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
HDvec.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
HDtree.h1103 #define TREE_OVERFLOW_P(EXPR) \ argument
1104 (CONSTANT_CLASS_P (EXPR) && TREE_OVERFLOW (EXPR))
HDtree.def914 Given X = ASSERT_EXPR <Y, EXPR>, the optimizers can infer
918 2- EXPR is a GIMPLE conditional expression (as defined by
HDChangeLog.tree-ssa15974 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.
/trueos/usr.sbin/pc-sysinstall/conf/licenses/
HDbsd-en.txt17 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPR
/trueos/usr.bin/m4/
HDeval.c872 #ifdef EXPR in dosub()
879 #ifdef EXPR in dosub()
/trueos/contrib/llvm/tools/clang/lib/AST/
HDExprClassification.cpp110 #define EXPR(Kind, Base) in ClassifyInternal() macro
HDExpr.cpp228 #define EXPR(type, base) \ in getExprLoc() macro
2796 #define EXPR(Type, Base) in HasSideEffects() macro
HDItaniumMangle.cpp2543 #define EXPR(Type, Base) in mangleExpression() macro
HDExprConstant.cpp8230 #define EXPR(Node, Base) in CheckICE() macro
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaExceptionSpec.cpp1099 #define EXPR(CLASS, PARENT) in canThrow() macro
HDTreeTransform.h616 #define EXPR(Node, Parent) \ macro
2674 #define EXPR(Node, Parent) in TransformStmt() macro
2680 #define EXPR(Node, Parent) case Stmt::Node##Class: in TransformStmt() macro
2721 #define EXPR(Node, Parent) \ in TransformExpr() macro
/trueos/contrib/gdb/gdb/doc/
HDgdb.info-12280 `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 …]
HDgdb.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
/trueos/contrib/gcc/cp/
HDcall.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, \
/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGStmt.cpp94 #define EXPR(Type, Base) \ in EmitStmt() macro
/trueos/contrib/groff/doc/
HDgroff-18071 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.
/trueos/contrib/binutils/gas/
HDChangeLog-96971956 * config/m68k-parse.y (motorola_operand): Allow (zdireg,EXPR).
5604 (motorola_operand): Add rule for `(zapc, EXPR)'.

12