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

/external/dbus/dbus/
H A Ddbus-shell.c255 * don't understand that operators are tokens, don't do tilde expansion,
/external/selinux/checkpolicy/
H A Dpolicy_parse.y764 | tilde xperm
766 | tilde nested_xperm_set
800 tilde : '~' label
811 | tilde identifier
814 | tilde nested_id_set
820 tilde_push : tilde
/external/clang/lib/Format/
H A DFormatToken.h345 case tok::tilde:
H A DTokenAnnotator.cpp927 } else if (Current.isOneOf(tok::exclaim, tok::tilde)) {
1878 if (Left.isOneOf(tok::exclaim, tok::tilde))
H A DFormat.cpp883 tok::colon, tok::question, tok::tilde) ||
/external/clang/lib/Parse/
H A DParseExprCXX.cpp380 if (CheckForDestructor && GetLookAheadToken(2).is(tok::tilde)) {
461 if (CheckForDestructor && GetLookAheadToken(2).is(tok::tilde) &&
584 // still check whether there is a tilde in this position, which
586 if (CheckForDestructor && Tok.is(tok::tilde))
1488 // Parse the tilde.
1489 assert(Tok.is(tok::tilde) && "ParseOptionalCXXScopeSpecifier fail");
2504 (AllowDestructorName || SS.isSet()) && Tok.is(tok::tilde)) {
2551 // Recover as if the tilde had been written before the identifier.
H A DParseTentative.cpp907 case tok::tilde:
H A DParseExpr.cpp1036 case tok::tilde: // unary-expression: '~' cast-expression
H A DParseDeclCXX.cpp3602 case tok::tilde: // 'compl'
H A DParseObjc.cpp1039 case tok::tilde:
H A DParseDecl.cpp5159 tok::tilde)) {
/external/clang/lib/Lex/
H A DPPExpressions.cpp381 case tok::tilde: {
/external/clang/lib/Sema/
H A DSemaExpr.cpp10155 case tok::tilde: Opc = UO_Not; break;
/external/bison/build-aux/
H A Dtexinfo.tex2831 \let\~=\tilde
/external/libmicrohttpd/doc/
H A Dtexinfo.tex2832 \let\~=\tilde

Completed in 390 milliseconds