Home
last modified time | relevance | path

Searched refs:skipToEnd (Results 1 – 13 of 13) sorted by relevance

/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp167 skipToEnd(); in skipRecord()
259 skipToEnd(); in readRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp169 skipToEnd(); in skipRecord()
262 skipToEnd(); in readRecord()
/external/clang/lib/Parse/
DParser.cpp1924 T.skipToEnd(); in ParseMicrosoftIfExistsCondition()
1932 T.skipToEnd(); in ParseMicrosoftIfExistsCondition()
1982 Braces.skipToEnd(); in ParseMicrosoftIfExistsExternalDeclaration()
2121 void BalancedDelimiterTracker::skipToEnd() { in skipToEnd() function in BalancedDelimiterTracker
DRAIIObjectsForParser.h442 void skipToEnd();
DParseInit.cpp503 Braces.skipToEnd(); in ParseMicrosoftIfExistsBraceInitializer()
DParseDecl.cpp511 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()
DParseExprCXX.cpp898 Parens.skipToEnd(); in ParseLambdaIntroducer()
901 Parens.skipToEnd(); in ParseLambdaIntroducer()
926 Braces.skipToEnd(); in ParseLambdaIntroducer()
2991 Parens.skipToEnd(); in ParseTypeTrait()
2999 Parens.skipToEnd(); in ParseTypeTrait()
DParseDeclCXX.cpp2834 T.skipToEnd(); in SkipCXXMemberSpecification()
3902 T.skipToEnd(); in SkipCXX11Attributes()
3909 T.skipToEnd(); in SkipCXX11Attributes()
3963 Braces.skipToEnd(); in ParseMicrosoftIfExistsClassDeclaration()
DParseStmtAsm.cpp721 T.skipToEnd(); in ParseAsmStatement()
DParseExpr.cpp2591 T.skipToEnd(); in ParseFoldExpression()
2619 T.skipToEnd(); in ParseFoldExpression()
DParseStmt.cpp2227 Braces.skipToEnd(); in ParseMicrosoftIfExistsStatement()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitstreamReader.h274 void skipToEnd() { NextChar = BitcodeBytes.size(); } in skipToEnd() function
/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h354 void skipToEnd() { NextChar = R->getBitcodeBytes().getExtent(); } in skipToEnd() function