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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sql_1.h 76 int is_operator();
  /external/linux-tools-perf/perf-3.12.0/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/chromium_org/third_party/ots/src/
cff_type2_charstring.cc 632 bool is_operator = false; local
635 &is_operator)) {
643 if (!is_operator) {
653 if (!is_operator) {
  /external/srec/srec/Semproc/src/
SemanticProcessorImpl.c 201 if (IS_OPERATOR(expr))
236 else if (IS_OPERATOR(p) || *p == ';')
    [all...]

Completed in 92 milliseconds