/external/llvm-project/llvm/include/llvm/Remarks/ |
D | BitstreamRemarkParser.h | 110 void skipToEnd() { return Stream.skipToEnd(); } in skipToEnd() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Remarks/ |
D | BitstreamRemarkParser.h | 110 void skipToEnd() { return Stream.skipToEnd(); } in skipToEnd() function
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitstreamReader.cpp | 167 skipToEnd(); in skipRecord() 259 skipToEnd(); in readRecord()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/ |
D | BitstreamReader.h | 301 void skipToEnd() { NextChar = BitcodeBytes.size(); } in skipToEnd() function 382 using SimpleBitstreamCursor::skipToEnd;
|
/external/llvm-project/llvm/include/llvm/Bitstream/ |
D | BitstreamReader.h | 302 void skipToEnd() { NextChar = BitcodeBytes.size(); } in skipToEnd() function 383 using SimpleBitstreamCursor::skipToEnd;
|
/external/llvm-project/llvm/lib/Bitstream/Reader/ |
D | BitstreamReader.cpp | 195 skipToEnd(); in skipRecord() 324 skipToEnd(); in readRecord()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/ |
D | BitstreamReader.cpp | 194 skipToEnd(); in skipRecord() 321 skipToEnd(); in readRecord()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseDecl.cpp | 651 T.skipToEnd(); in ParseMicrosoftDeclSpecArgs() 699 T.skipToEnd(); in ParseMicrosoftDeclSpecs() 710 T.skipToEnd(); in ParseMicrosoftDeclSpecs() 1479 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute() 1485 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute() 1492 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute() 1501 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute() 1511 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute() 2802 T.skipToEnd(); in ParseAlignmentSpecifier() 2826 T.skipToEnd(); in ParseExtIntegerArgument() [all …]
|
D | ParseExprCXX.cpp | 980 Parens.skipToEnd(); in ParseLambdaIntroducer() 983 Parens.skipToEnd(); in ParseLambdaIntroducer() 1008 Braces.skipToEnd(); in ParseLambdaIntroducer() 3448 ExprBraces.skipToEnd(); in ParseRequiresExpression() 3453 ExprBraces.skipToEnd(); in ParseRequiresExpression() 3729 Parens.skipToEnd(); in ParseTypeTrait() 3737 Parens.skipToEnd(); in ParseTypeTrait()
|
D | ParseInit.cpp | 555 Braces.skipToEnd(); in ParseMicrosoftIfExistsBraceInitializer()
|
D | Parser.cpp | 2189 T.skipToEnd(); in ParseMicrosoftIfExistsCondition() 2201 T.skipToEnd(); in ParseMicrosoftIfExistsCondition() 2251 Braces.skipToEnd(); in ParseMicrosoftIfExistsExternalDeclaration() 2567 void BalancedDelimiterTracker::skipToEnd() { in skipToEnd() function in BalancedDelimiterTracker
|
D | ParseStmtAsm.cpp | 750 T.skipToEnd(); in ParseAsmStatement()
|
D | ParseDeclCXX.cpp | 3088 T.skipToEnd(); in SkipCXXMemberSpecification() 4316 T.skipToEnd(); in SkipCXX11Attributes() 4323 T.skipToEnd(); in SkipCXX11Attributes() 4475 Braces.skipToEnd(); in ParseMicrosoftIfExistsClassDeclaration()
|
D | ParseExpr.cpp | 3253 T.skipToEnd(); in ParseFoldExpression() 3281 T.skipToEnd(); in ParseFoldExpression()
|
/external/llvm-project/clang/include/clang/Parse/ |
D | RAIIObjectsForParser.h | 460 void skipToEnd();
|
/external/clang/lib/Parse/ |
D | ParseInit.cpp | 503 Braces.skipToEnd(); in ParseMicrosoftIfExistsBraceInitializer()
|
D | RAIIObjectsForParser.h | 442 void skipToEnd();
|
D | Parser.cpp | 1924 T.skipToEnd(); in ParseMicrosoftIfExistsCondition() 1932 T.skipToEnd(); in ParseMicrosoftIfExistsCondition() 1982 Braces.skipToEnd(); in ParseMicrosoftIfExistsExternalDeclaration() 2121 void BalancedDelimiterTracker::skipToEnd() { in skipToEnd() function in BalancedDelimiterTracker
|
D | ParseDecl.cpp | 511 T.skipToEnd(); in ParseMicrosoftDeclSpecArgs() 560 T.skipToEnd(); in ParseMicrosoftDeclSpecs() 571 T.skipToEnd(); in ParseMicrosoftDeclSpecs() 1304 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute() 1310 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute() 1317 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute() 1326 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute() 1336 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute() 2525 T.skipToEnd(); in ParseAlignmentSpecifier() 4096 T.skipToEnd(); in ParseEnumSpecifier()
|
D | ParseExprCXX.cpp | 898 Parens.skipToEnd(); in ParseLambdaIntroducer() 901 Parens.skipToEnd(); in ParseLambdaIntroducer() 926 Braces.skipToEnd(); in ParseLambdaIntroducer() 2991 Parens.skipToEnd(); in ParseTypeTrait() 2999 Parens.skipToEnd(); in ParseTypeTrait()
|
D | ParseDeclCXX.cpp | 2834 T.skipToEnd(); in SkipCXXMemberSpecification() 3902 T.skipToEnd(); in SkipCXX11Attributes() 3909 T.skipToEnd(); in SkipCXX11Attributes() 3963 Braces.skipToEnd(); in ParseMicrosoftIfExistsClassDeclaration()
|
D | ParseStmtAsm.cpp | 721 T.skipToEnd(); in ParseAsmStatement()
|
D | ParseExpr.cpp | 2591 T.skipToEnd(); in ParseFoldExpression() 2619 T.skipToEnd(); in ParseFoldExpression()
|
D | ParseStmt.cpp | 2227 Braces.skipToEnd(); in ParseMicrosoftIfExistsStatement()
|
/external/llvm/include/llvm/Bitcode/ |
D | BitstreamReader.h | 354 void skipToEnd() { NextChar = R->getBitcodeBytes().getExtent(); } in skipToEnd() function
|