Searched refs:tilde (Results 1 – 25 of 34) sorted by relevance
12
/external/linux-tools-perf/Documentation/ |
D | asciidoc.conf | 19 tilde=~
|
/external/checkpolicy/ |
D | policy_parse.y | 743 tilde : '~' 754 | tilde identifier 757 | tilde nested_id_set 763 tilde_push : tilde
|
/external/clang/lib/Format/ |
D | FormatToken.h | 256 case tok::tilde: in isUnaryOperator()
|
D | TokenAnnotator.cpp | 1125 if (Left.isOneOf(tok::exclaim, tok::tilde)) in spaceRequiredBetween()
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | HTMLEntities.properties | 288 # tilde 732
|
/external/clang/include/clang/Basic/ |
D | OperatorKinds.def | 71 OVERLOADED_OPERATOR(Tilde , "~" , tilde , true , false, false)
|
D | TokenKinds.def | 159 PUNCTUATOR(tilde, "~") 308 CXX_KEYWORD_OPERATOR(compl , tilde)
|
/external/clang/lib/Parse/ |
D | ParseExprCXX.cpp | 349 if (CheckForDestructor && GetLookAheadToken(2).is(tok::tilde)) { in ParseOptionalCXXScopeSpecifier() 421 if (CheckForDestructor && GetLookAheadToken(2).is(tok::tilde) && in ParseOptionalCXXScopeSpecifier() 517 if (CheckForDestructor && Tok.is(tok::tilde)) in ParseOptionalCXXScopeSpecifier() 1307 assert(Tok.is(tok::tilde) && "ParseOptionalCXXScopeSpecifier fail"); in ParseCXXPseudoDestructor() 2309 (AllowDestructorName || SS.isSet()) && Tok.is(tok::tilde)) { in ParseUnqualifiedId()
|
D | ParseTentative.cpp | 754 case tok::tilde: in isExpressionOrTypeSpecifierSimple()
|
D | ParseExpr.cpp | 919 case tok::tilde: // unary-expression: '~' cast-expression in ParseCastExpression()
|
D | ParseObjc.cpp | 699 case tok::tilde: in ParseObjCSelectorPiece()
|
D | ParseDeclCXX.cpp | 3095 case tok::tilde: // 'compl' in TryParseCXX11AttributeIdentifier()
|
/external/mksh/src/ |
D | eval.c | 1657 tilde(Xstring(ts, tp)) : NULL; in maybe_expand_tilde() 1679 tilde(char *cp) in tilde() function
|
D | sh.h | 1694 char *tilde(char *);
|
/external/clang/lib/Lex/ |
D | PPExpressions.cpp | 382 case tok::tilde: { in EvaluateValue()
|
D | Lexer.cpp | 3127 Kind = tok::tilde; in LexTokenInternal()
|
/external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
D | PHP Markdown Extra Readme.text | 250 starts with a line of consecutive tilde (~) and ends on the 251 next line with the same number of consecutive tilde. Here's an
|
/external/chromium_org/third_party/icu/patches/ |
D | search_collation.patch | 41 +/*36*/ 0x1E4D, 0x0020, /* small letter o with tilde and acute, decomposes … 240 + 0x0020, 0x1E4D, /* small letter o with tilde and acute, decomposes */
|
/external/chromium_org/third_party/icu/source/data/unidata/ |
D | SpecialCasing.txt | 234 # (of the accents used in Lithuanian: grave, acute, tilde above, and ogonek)
|
/external/icu4c/data/unidata/ |
D | SpecialCasing.txt | 236 # (of the accents used in Lithuanian: grave, acute, tilde above, and ogonek)
|
/external/openssh/ |
D | ssh.0 | 502 A single tilde character can be sent as ~~ or by following the tilde by a
|
D | ssh_config.0 | 373 The file name may use the tilde syntax to refer to a user's home
|
/external/ceres-solver/docs/source/ |
D | modeling.rst | 929 \tilde{f}(x) &= \frac{\sqrt{\rho'}}{1 - \alpha} f(x)\\ 930 \tilde{J}(x) &= \sqrt{\rho'}\left(1 - \alpha
|
/external/icu4c/test/testdata/ |
D | conversion.txt | 209 // Test ticket 5691: HZ with illegal tilde sequences.
|
/external/chromium_org/third_party/icu/source/test/testdata/ |
D | conversion.txt | 209 // Test ticket 5691: HZ with illegal tilde sequences.
|
12