Searched refs:const_expr (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp452 if (llvm::ConstantExpr *const_expr =
454 switch (const_expr->getOpcode()) {
458 return GetFunction(const_expr->getOperand(0));
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dax-gdb.c66 static struct value *const_expr (union exp_element **pc);
186 const_expr (union exp_element **pc)
212 v1 = const_expr (pc);
224 /* Like const_expr, but guarantee also that *PC is undisturbed if the
230 struct value *v = const_expr (&tentative_pc);
1432 struct value *v = const_expr (pc);
184 const_expr (union exp_element **pc) function
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-cris.c2712 expressionS const_expr; local
2749 if (! cris_get_expression (&s, &const_expr))
2762 exprP->X_op_symbol = make_expr_symbol (&const_expr);
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-cris.c3448 expressionS const_expr; local
3485 if (! cris_get_expression (&s, &const_expr))
3498 exprP->X_op_symbol = make_expr_symbol (&const_expr);
/openbsd-current/gnu/gcc/gcc/cp/
H A Dpt.c3479 tree const_expr = expr; local
3482 expr = fold_non_dependent_expr (const_expr);
3483 const_expr = integral_constant_value (expr);
3485 while (expr != const_expr);

Completed in 131 milliseconds