Searched refs:is_operator (Results 1 - 2 of 2) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dstrfilter.c10 #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/chromium_org/third_party/ots/src/
H A Dcff_type2_charstring.cc632 bool is_operator = false; local
635 &is_operator)) {
643 if (!is_operator) {
653 if (!is_operator) {

Completed in 1454 milliseconds