Home
last modified time | relevance | path

Searched defs:SkipTo (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/flang/lib/Parser/
Dtoken-parsers.h570 template <char goal> struct SkipTo { struct
572 constexpr SkipTo() {} in SkipTo() argument
573 constexpr SkipTo(const SkipTo &) {} in SkipTo() argument
574 static std::optional<Success> Parse(ParseState &state) { in Parse()
/external/pdfium/core/fxcrt/css/
Dcfx_cssvaluelistparser.cpp62 int32_t CFX_CSSValueListParser::SkipTo(wchar_t wch, in SkipTo() function in CFX_CSSValueListParser
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
DBitstreamReader.h481 size_t SkipTo = GetCurrentBitNo() + NumFourBytes * 4 * 8; in SkipBlock() local
/external/llvm-project/llvm/include/llvm/Bitstream/
DBitstreamReader.h482 size_t SkipTo = GetCurrentBitNo() + NumFourBytes * 4 * 8; in SkipBlock() local
/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h537 size_t SkipTo = GetCurrentBitNo() + NumFourBytes*4*8; in SkipBlock() local
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitstreamReader.h807 size_t SkipTo = GetCurrentBitNo() + NumFourBytes * 4 * CHAR_BIT; in SkipBlock() local
/external/python/setuptools/setuptools/_vendor/
Dpyparsing.py3985 class SkipTo(ParseElementEnhance): class
/external/python/setuptools/pkg_resources/_vendor/
Dpyparsing.py3985 class SkipTo(ParseElementEnhance): class