Searched refs:tilde (Results 1 - 14 of 14) sorted by relevance

/external/linux-tools-perf/Documentation/
H A Dasciidoc.conf19 tilde=~
/external/dbus/dbus/
H A Ddbus-shell.c255 * don't understand that operators are tokens, don't do tilde expansion,
/external/checkpolicy/
H A Dpolicy_parse.y708 tilde : '~' label
719 | tilde identifier
722 | tilde nested_id_set
728 tilde_push : tilde
/external/mksh/src/
H A Deval.c65 static char *tilde(char *);
592 * Enabling tilde expansion
599 * Not doing tilde expansion
620 /* Enable tilde expansion */
1566 tilde(Xstring(ts, tp)) : NULL;
1582 * tilde expansion
1588 tilde(char *cp) function
/external/clang/lib/Parse/
H A DParseExprCXX.cpp291 if (CheckForDestructor && GetLookAheadToken(2).is(tok::tilde)) {
361 if (CheckForDestructor && GetLookAheadToken(2).is(tok::tilde) &&
450 // still check whether there is a tilde in this position, which
452 if (CheckForDestructor && Tok.is(tok::tilde))
1124 // Parse the tilde.
1125 assert(Tok.is(tok::tilde) && "ParseOptionalCXXScopeSpecifier fail");
2150 (AllowDestructorName || SS.isSet()) && Tok.is(tok::tilde)) {
H A DParseTentative.cpp719 case tok::tilde:
H A DParseExpr.cpp895 case tok::tilde: // unary-expression: '~' cast-expression
H A DParseDeclCXX.cpp2833 case tok::tilde: // 'compl'
H A DParseObjc.cpp684 case tok::tilde:
H A DParseDecl.cpp3928 Tok.is(tok::annot_template_id) || Tok.is(tok::tilde)) {
/external/clang/lib/Lex/
H A DPPExpressions.cpp364 case tok::tilde: {
H A DLexer.cpp2932 Kind = tok::tilde;
/external/grub/stage2/
H A Dbuiltins.c3689 {"backquote", "tilde", '`', '~', 0x29},
3875 " quote, doublequote, backquote, tilde, shift, backslash, bar, comma,"
/external/clang/lib/Sema/
H A DSemaExpr.cpp7827 case tok::tilde: Opc = UO_Not; break;

Completed in 408 milliseconds