/external/clang/lib/Lex/ |
MacroArgs.cpp | 105 for (; ArgPtr->isNot(tok::eof); ++ArgPtr) 135 for (; ArgTok->isNot(tok::eof); ++ArgTok) 176 } while (Result.back().isNot(tok::eof)); 210 for (; ArgToks->isNot(tok::eof); ++ArgToks) { 307 if (StringifiedArgs[ArgNo].isNot(tok::string_literal))
|
PPDirectives.cpp | 127 assert(Tmp.isNot(tok::eof) && "EOF seen while discarding directive tokens"); 128 } while (Tmp.isNot(tok::eod)); 216 if (Tmp.isNot(tok::eod)) { 285 if (Tok.isNot(tok::hash) || !Tok.isAtStartOfLine()) 300 if (Tok.isNot(tok::raw_identifier)) { 832 if (DigitTok.isNot(tok::numeric_constant)) { 835 if (DigitTok.isNot(tok::eod)) [all...] |
PPExpressions.cpp | 132 if (PeekTok.isNot(tok::r_paren)) { 342 if (PeekTok.isNot(tok::r_paren)) { 682 if (PeekTok.isNot(tok::colon)) { 760 if (Tok.isNot(tok::eod)) 787 if (Tok.isNot(tok::eod)) 797 if (Tok.isNot(tok::eod)) {
|
PPMacroExpansion.cpp | 551 while (Tok.isNot(tok::r_paren)) { [all...] |
/external/llvm/lib/Target/AArch64/AsmParser/ |
AArch64AsmParser.cpp | [all...] |
/external/clang/lib/Parse/ |
ParseDeclCXX.cpp | 198 while (Tok.isNot(tok::r_brace) && Tok.isNot(tok::eof)) { 249 if (SS.isInvalid() || Tok.isNot(tok::identifier)) { 303 if (Tok.isNot(tok::l_brace)) { 321 while (Tok.isNot(tok::r_brace) && Tok.isNot(tok::eof)) { 406 if (SS.isInvalid() || Tok.isNot(tok::identifier)) { 904 if (Tok.isNot(tok::identifier)) { [all...] |
ParseExpr.cpp | 252 if (Tok.isNot(tok::colon)) { 699 assert(Tok.isNot(tok::kw_decltype)); 784 if (Tok.isNot(tok::identifier) && [all...] |
ParseDecl.cpp | 274 (ParmLoc.isValid() ? Tok.is(tok::comma) : Tok.isNot(tok::r_paren))) { 287 if (Tok.isNot(tok::comma)) 304 if (Tok.isNot(tok::greater)) 409 if (Tok.isNot(tok::l_paren)) { 829 if (Tok.isNot(tok::identifier)) { 854 if (Tok.isNot(tok::identifier)) { 869 if (Tok.isNot(tok::comma)) 876 if (Tok.isNot(tok::equal)) { 928 if (Tok.isNot(tok::comma)) [all...] |
Parser.cpp | [all...] |
/external/llvm/lib/Target/SystemZ/AsmParser/ |
SystemZAsmParser.cpp | 435 if (Parser.getTok().isNot(AsmToken::Percent)) 440 if (Parser.getTok().isNot(AsmToken::Identifier)) 492 if (Parser.getTok().isNot(AsmToken::Percent)) 548 if (getLexer().isNot(AsmToken::RParen)) 620 if (getLexer().isNot(AsmToken::EndOfStatement)) { 635 if (getLexer().isNot(AsmToken::EndOfStatement)) { 747 if (Parser.getTok().isNot(AsmToken::Percent))
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/ |
KeyGeneratorTest.java | 150 * NoSuchAlgorithmException when algorithm isnot available 188 * throws NoSuchAlgorithmException when algorithm isnot available 270 * throws NoSuchAlgorithmException when algorithm isnot available
|
/external/clang/include/clang/Lex/ |
Token.h | 87 /// is/isNot - Predicates to check if this token is a specific kind, as in 90 bool isNot(tok::TokenKind K) const { return Kind != (unsigned) K; } 160 assert(isNot(tok::raw_identifier) &&
|
/external/clang/lib/Format/ |
TokenAnnotator.cpp | 65 Line.First->isNot(tok::kw_template)) 119 CurrentToken->is(tok::identifier) && Next->isNot(tok::equal)) { 270 } else if (Left->ParameterCount == 0 && Current->isNot(tok::comment)) { 386 while (CurrentToken && CurrentToken->isNot(tok::l_paren)) { 425 if (CurrentToken->isNot(tok::comment) || CurrentToken->Next) 580 (!Current.Previous || Current.Previous->isNot(tok::kw_operator))) { 583 Previous && Previous->isNot(tok::comma); 595 (!Current.Previous || Current.Previous->isNot(tok::kw_for)))) { 660 if (Current.Next && Current.Next->isNot(tok::string_literal) && 702 if (Tok.isNot(tok::identifier) || Tok.Previous == NULL [all...] |
FormatToken.h | 220 bool isNot(tok::TokenKind Kind) const { return Tok.isNot(Kind); }
|
/external/clang/lib/Rewrite/Core/ |
TokenRewriter.cpp | 35 while (RawTok.isNot(tok::eof)) {
|
HTMLRewrite.cpp | 374 while (Tok.isNot(tok::eof)) { 389 if (Tok.isNot(tok::identifier)) 424 while (!Tok.isAtStartOfLine() && Tok.isNot(tok::eof)) { 512 while (Tok.isNot(tok::eof)) {
|
/external/llvm/docs/HistoricalNotes/ |
2001-09-18-OptimizeExceptions.txt | 16 call that isnot provably nothrow. This makes them very slow.
|
/external/chromium/chrome/browser/printing/ |
print_dialog_cloud_unittest.cc | 255 FilePath bad_data_file_name(L"/some/file/that/isnot/there"); 257 FilePath bad_data_file_name("/some/file/that/isnot/there");
|
/external/llvm/lib/Target/X86/AsmParser/ |
X86AsmParser.cpp | 1043 if (Tok.isNot(AsmToken::Identifier)) { [all...] |
/external/clang/lib/AST/ |
CommentParser.cpp | 95 if (P.Tok.isNot(tok::text)) { 101 if (P.Tok.isNot(tok::text)) { 437 if (Tok.isNot(tok::html_equals)) { 444 if (Tok.isNot(tok::html_quoted_string)) { 744 while (Tok.isNot(tok::eof)) {
|
CommentBriefParser.cpp | 71 while (Tok.isNot(tok::eof)) {
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
KeyGeneratorTest.java | 155 * NoSuchAlgorithmException when algorithm isnot available 193 * throws NoSuchAlgorithmException when algorithm isnot available 275 * throws NoSuchAlgorithmException when algorithm isnot available
|
/external/llvm/lib/Target/PowerPC/AsmParser/ |
PPCAsmParser.cpp | [all...] |
/external/clang/lib/Frontend/ |
CacheTokens.cpp | 327 if (Tok.isNot(tok::raw_identifier)) { 387 while (Tok.isNot(tok::eof) && !Tok.isAtStartOfLine()); 414 while (Tok.isNot(tok::eof)); 557 do { PP.Lex(Tok); } while (Tok.isNot(tok::eof));
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
vbnet.php | 70 'Friend', 'GET', 'HANDLES', 'Input', 'Is', 'IsNot', 'Len', 'Lock', 'Me', 'Mid', 'MUSTINHERIT', 'MustOverride',
|