HomeSort by relevance Sort by last modified time
    Searched defs:Eof (Results 1 - 25 of 37) sorted by null

1 2

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
MemoryFile.h 27 CHAR8 *Eof;
105 NULL if error or EOF
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
ParseInf.h 34 CHAR8 *Eof;
67 NULL if error or EOF
91 FALSE if error or EOF
234 NULL if error or EOF
258 FALSE if error or EOF
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
tokens.h 12 #define Eof 1
  /external/lzma/CPP/Common/
StdInStream.cpp 45 if (intChar == EOF)
79 while ((c = GetChar()) != EOF)
83 bool CStdInStream::Eof() throw()
91 if (c == EOF && !Eof())
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
AParser.cpp 369 const int Eof=1; // MR1
370 while ( !set_el( (tmp=LA(1)), st) && tmp!=Eof) { consume(); } // MR1
381 const int Eof=1; // MR1
382 while ( (tmp=LA(1)) !=t && tmp!=Eof) { consume(); } // MR1
433 /* MR23 If the token is not an EOF token, then use the ->getText() value.
435 If the token is the EOF token the text returned by ->getText()
437 "<eof>" instead, because end-users don't know what "@" means.
444 if (errorAt[0] == '@') errorAt = "<eof>";
611 (LA(1)==eofToken && LT(1)->getText()[0] == '@')?"<eof>":LT(1)->getText(), /* MR21a */
637 (LA(1)==eofToken && LT(1)->getText()[0] == '@')?"<eof>":LT(1)->getText(), /* MR21a */
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
AParser.cpp 358 const int Eof=1; // MR1
359 while ( !set_el( (tmp=LA(1)), st) && tmp!=Eof) { consume(); } // MR1
370 const int Eof=1; // MR1
371 while ( (tmp=LA(1)) !=t && tmp!=Eof) { consume(); } // MR1
416 "<eof>":LT(1)->getText() /* MR21a */);
580 (LA(1)==eofToken && LT(1)->getText()[0] == '@')?"<eof>":LT(1)->getText(), /* MR21a */
606 (LA(1)==eofToken && LT(1)->getText()[0] == '@')?"<eof>":LT(1)->getText(), /* MR21a */
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 224 // Store an artificial EOF token to ensure that we don't run off the end of
226 Token Eof;
227 Eof.startToken();
228 Eof.setKind(tok::eof);
229 Eof.setLocation(Tok.getLocation());
230 Eof.setEofData(VarD);
231 Toks.push_back(Eof);
328 DefArgEnd.setKind(tok::eof);
360 if (Tok.isNot(tok::eof) || Tok.getEofData() != Param)
    [all...]
  /external/google-breakpad/src/testing/gtest/scripts/
pump.py 114 if self == Eof():
115 return 'EOF'
132 def Eof():
142 self.start = Eof()
146 self.end = Eof()
211 if end == Eof():
314 yield MakeToken(lines, pos, Eof(), 'code')
  /external/googletest/googletest/scripts/
pump.py 114 if self == Eof():
115 return 'EOF'
132 def Eof():
142 self.start = Eof()
146 self.end = Eof()
211 if end == Eof():
314 yield MakeToken(lines, pos, Eof(), 'code')
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 29 Eof, Error,
  /external/llvm/lib/TableGen/
TGLexer.h 32 Eof, Error,
  /external/protobuf/gtest/scripts/
pump.py 115 if self == Eof():
116 return 'EOF'
133 def Eof():
143 self.start = Eof()
147 self.end = Eof()
212 if end == Eof():
304 yield MakeToken(lines, pos, Eof(), 'code')
  /external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
MCAsmLexer.h 26 Eof, Error,
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGLexer.h 31 Eof, Error,
  /external/v8/testing/gtest/scripts/
pump.py 114 if self == Eof():
115 return 'EOF'
132 def Eof():
142 self.start = Eof()
146 self.end = Eof()
211 if end == Eof():
314 yield MakeToken(lines, pos, Eof(), 'code')
  /external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
pump.py 114 if self == Eof():
115 return 'EOF'
132 def Eof():
142 self.start = Eof()
146 self.end = Eof()
211 if end == Eof():
314 yield MakeToken(lines, pos, Eof(), 'code')
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/scripts/
pump.py 114 if self == Eof():
115 return 'EOF'
132 def Eof():
142 self.start = Eof()
146 self.end = Eof()
211 if end == Eof():
314 yield MakeToken(lines, pos, Eof(), 'code')
  /external/llvm/lib/CodeGen/MIRParser/
MILexer.h 31 Eof,
145 bool isNewlineOrEOF() const { return Kind == Newline || Kind == Eof; }
147 bool isErrorOrEOF() const { return Kind == Error || Kind == Eof; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 31 Eof, Error,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/MCParser/
MCAsmLexer.h 31 Eof, Error,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/MCParser/
MCAsmLexer.h 31 Eof, Error,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/MCParser/
MCAsmLexer.h 31 Eof, Error,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/MCParser/
MCAsmLexer.h 31 Eof, Error,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/MCParser/
MCAsmLexer.h 31 Eof, Error,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/MCParser/
MCAsmLexer.h 31 Eof, Error,

Completed in 1514 milliseconds

1 2