OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:eval_expr
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/Sema/
const-eval.c
3
#define
EVAL_EXPR
(testno, expr) int test##testno = sizeof(struct{char qq[expr];});
5
EVAL_EXPR
(1, (_Bool)&x)
6
EVAL_EXPR
(2, (int)(1.0+(double)4))
7
EVAL_EXPR
(3, (int)(1.0+(float)4.0))
8
EVAL_EXPR
(4, (_Bool)(1 ? (void*)&x : 0))
9
EVAL_EXPR
(5, (_Bool)(int[]){0})
11
EVAL_EXPR
(6, (int)(1+(struct y*)0))
12
EVAL_EXPR
(7, (int)&((struct y*)0)->y)
13
EVAL_EXPR
(8, (_Bool)"asdf")
14
EVAL_EXPR
(9, !!&x
[
all
...]
const-eval-64.c
4
#define
EVAL_EXPR
(testno, expr) int test##testno = sizeof(struct{char qq[expr];});
7
EVAL_EXPR
(1, ((char*)-1LL) + 1 == 0 ? 1 : -1)
8
EVAL_EXPR
(2, ((char*)-1LL) + 1 < (char*) -1 ? 1 : -1)
/external/squashfs-tools/squashfs-tools/
action.c
731
static int
eval_expr
(struct expr *expr, struct action_data *action_data)
function
740
match = !
eval_expr
(expr->unary_op.expr, action_data);
743
match =
eval_expr
(expr->expr_op.lhs, action_data);
747
match =
eval_expr
(expr->expr_op.rhs, action_data);
794
return
eval_expr
(action->expr, action_data);
[
all
...]
/external/opencv3/3rdparty/lib/
libavutil64.a
[
all
...]
Completed in 439 milliseconds