HomeSort by relevance Sort by last modified time
    Searched full:is_operator (Results 1 - 3 of 3) sorted by null

  /external/linux-tools-perf/util/
strfilter.c 10 #define is_operator(c) ((c) == '|' || (c) == '&' || (c) == '!') macro
11 #define is_separator(c) (is_operator(c) || (c) == '(' || (c) == ')')
16 if (self->p && !is_operator(*self->p))
  /external/srec/srec/Semproc/include/
SR_SemprocDefinitions.h 199 #define IS_OPERATOR(p) ((*p)==','|| (*p)=='+' || (*p)=='=' || (*p)=='(' || (*p)==')' || (*p)==':' || (*p)=='?')
200 #define IS_LOCAL_IDENTIFIER(p, len) ( (*p)!=';' && !IS_OPERATOR(p) && *p!='\'' && !LSTRNCHR2(p,'.','(',len))
  /external/srec/srec/Semproc/src/
SemanticProcessorImpl.c 201 if (IS_OPERATOR(expr))
236 else if (IS_OPERATOR(p) || *p == ';')
    [all...]

Completed in 262 milliseconds