Home
last modified time | relevance | path

Searched refs:is_operator (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dstrfilter.c16 #define is_operator(c) ((c) == '|' || (c) == '&' || (c) == '!') macro
17 #define is_separator(c) (is_operator(c) || (c) == '(' || (c) == ')')
22 if (node->p && !is_operator(*node->p)) in strfilter_node__delete()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dlra-int.h138 unsigned int is_operator : 1; member
467 if (static_id->operand[ndup].is_operator) in lra_update_operator_dups()
H A Drecog.h229 char is_operator[MAX_RECOG_OPERANDS]; member
354 const char is_operator; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dlra-int.h138 unsigned int is_operator : 1; member
467 if (static_id->operand[ndup].is_operator) in lra_update_operator_dups()
H A Drecog.h229 char is_operator[MAX_RECOG_OPERANDS]; member
354 const char is_operator; member