Home
last modified time | relevance | path

Searched defs:is_prefix (Results 1 – 5 of 5) sorted by relevance

/external/strace/
Dioctlsort.c49 is_prefix(const char *s1, const char *s2) in is_prefix() function
/external/mksh/src/
Dexpr.c234 do_ppmm(Expr_state *es, enum token op, struct tbl *vasn, bool is_prefix) in do_ppmm()
/external/selinux/libselinux/src/android/
Dandroid_platform.c265 char is_prefix; member
/external/v8/src/parsing/
Dpreparser.h690 PreParserExpression NewCountOperation(Token::Value op, bool is_prefix, in NewCountOperation()
/external/v8/src/ast/
Dast.h1916 bool is_prefix() const { return IsPrefixField::decode(bit_field_); } in is_prefix() function
1926 CountOperation(Token::Value op, bool is_prefix, Expression* expr, int pos) in CountOperation()
3135 bool is_prefix, in NewCountOperation()