OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expr_is_compile_constant
(Results
1 - 4
of
4
) sorted by null
/external/ltrace/
expr.h
155
int
expr_is_compile_constant
(struct expr_node *node);
expr.c
254
expr_is_compile_constant
(struct expr_node *node)
function
401
assert(
expr_is_compile_constant
(node));
type.c
428
if (
expr_is_compile_constant
(type->u.array_info.length)) {
/external/ltrace/sysdeps/linux-gnu/x86/
fetch.c
493
assert(
expr_is_compile_constant
(info->u.array_info.length));
Completed in 192 milliseconds