Home
last modified time | relevance | path

Searched defs:NextChar (Results 1 – 24 of 24) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGLexer.cpp209 int NextChar = 0; in LexToken() local
602 int NextChar = *CurPtr; in prepIsDirective() local
893 int NextChar = peekNextChar(1); in prepSkipLineBegin() local
944 int NextChar = peekNextChar(1); in prepSkipDirectiveEnd() local
/external/llvm-project/llvm/lib/TableGen/
DTGLexer.cpp222 int NextChar = 0; in LexToken() local
628 int NextChar = *CurPtr; in prepIsDirective() local
919 int NextChar = peekNextChar(1); in prepSkipLineBegin() local
970 int NextChar = peekNextChar(1); in prepSkipDirectiveEnd() local
/external/llvm/lib/TableGen/
DTGLexer.cpp138 int NextChar = 0; in LexToken() local
/external/llvm-project/flang/include/flang/Common/
Dformat.h152 template <typename CHAR> CHAR FormatValidator<CHAR>::NextChar() { in NextChar() function
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DUseAutoCheck.cpp40 const CharType NextChar = in GetTypeNameLength() local
/external/libchrome/components/policy/core/common/
Dpreg_parser.cc83 int NextChar(const uint8_t** cursor, const uint8_t* end) { in NextChar() function
/external/libchrome/base/json/
Djson_parser_unittest.cc52 TEST_F(JSONParserTest, NextChar) { in TEST_F() argument
/external/llvm-project/clang-tools-extra/clangd/unittests/
DSemanticHighlightingTests.cpp90 unsigned NextChar = 0; in annotate() local
DRenameTests.cpp81 unsigned NextChar = 0; in expectedResult() local
/external/protobuf/src/google/protobuf/io/
Dtokenizer.cc229 void Tokenizer::NextChar() { in NextChar() function in google::protobuf::io::Tokenizer
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
DBitstreamReader.h82 size_t NextChar = 0; variable
/external/llvm-project/llvm/include/llvm/Bitstream/
DBitstreamReader.h83 size_t NextChar = 0; variable
/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h137 size_t NextChar = 0; variable
/external/llvm-project/flang/lib/Parser/
Dprescan.cpp307 void Prescanner::NextChar() { in NextChar() function in Fortran::parser::Prescanner
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DEHFrameSupport.cpp548 uint8_t NextChar; in parseAugmentationString() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DEHFrameSupport.cpp546 uint8_t NextChar; in parseAugmentationString() local
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitstreamReader.h406 size_t NextChar; variable
/external/llvm/utils/FileCheck/
DFileCheck.cpp732 char NextChar = Buffer[Prefix.size()]; in FindCheckType() local
/external/llvm-project/llvm/lib/Demangle/
DMicrosoftDemangle.cpp1371 unsigned NextChar = in demangleStringLiteral() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp1371 unsigned NextChar = in demangleStringLiteral() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheck.cpp977 char NextChar = Buffer[Prefix.size()]; in FindCheckType() local
/external/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp1628 char NextChar = Buffer[Prefix.size()]; in FindCheckType() local
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp4171 const char *NextChar = S.SourceMgr.getCharacterData(FixItLoc); in fixItNullability() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp46523 char NextChar = Size == 2 ? constraint[1] : 'i'; in getSingleConstraintMatchWeight() local