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

/external/linux-tools-perf/src/tools/perf/Documentation/
H A Dasciidoc.conf19 tilde=~
/external/selinux/checkpolicy/
H A Dpolicy_parse.y756 | tilde operation
758 | tilde nested_operation_set
792 tilde : '~' label
803 | tilde identifier
806 | tilde nested_id_set
812 tilde_push : tilde
/external/clang/lib/Format/
H A DFormatToken.h336 case tok::tilde:
H A DTokenAnnotator.cpp857 } else if (Current.isOneOf(tok::exclaim, tok::tilde)) {
1670 if (Left.isOneOf(tok::exclaim, 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");
2496 (AllowDestructorName || SS.isSet()) && Tok.is(tok::tilde)) {
2543 // Recover as if the tilde had been written before the identifier.
H A DParseTentative.cpp914 case tok::tilde:
H A DParseExpr.cpp1005 case tok::tilde: // unary-expression: '~' cast-expression
H A DParseObjc.cpp672 case tok::tilde:
H A DParseDeclCXX.cpp3523 case tok::tilde: // 'compl'
H A DParseDecl.cpp4968 Tok.is(tok::annot_template_id) || Tok.is(tok::tilde)) {
/external/clang/lib/Lex/
H A DPPExpressions.cpp387 case tok::tilde: {
/external/clang/lib/Sema/
H A DSemaExpr.cpp9877 case tok::tilde: Opc = UO_Not; break;
/external/bison/build-aux/
H A Dtexinfo.tex2831 \let\~=\tilde

Completed in 1275 milliseconds