Searched defs:Invalid (Results 1 - 25 of 67) sorted by relevance

123

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DTokenTypes.cs38 public const int Invalid = 0; field in class:Antlr.Runtime.TokenTypes
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DTokenConstants.cs56 public const int Invalid = 0; field in class:Antlr.Runtime.TokenTypes
69 public static readonly IToken Invalid = new CommonToken( TokenTypes.Invalid ); field in class:Antlr.Runtime.Tokens
76 public static readonly IToken Skip = new CommonToken( TokenTypes.Invalid );
87 public static readonly T Invalid = new T() field in class:Antlr.Runtime.T
89 Type = TokenTypes.Invalid
94 Type = TokenTypes.Invalid
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DMediaFragmentURIParser.h50 enum TimeFormat { None, Invalid, NormalPlayTime, SMPTETimeCode, WallClockTimeCode }; enumerator in enum:WebCore::FINAL::TimeFormat
/external/clang/tools/libclang/
H A DCIndexInclusionStack.cpp46 bool Invalid = false; local
47 const SrcMgr::SLocEntry &SL = (SM.*Getter)(i, &Invalid);
49 if (!SL.isFile() || Invalid)
H A DCXSourceLocation.cpp237 bool Invalid = false; local
238 const SrcMgr::SLocEntry &sloc = SM.getSLocEntry(fileID, &Invalid);
239 if (Invalid || !sloc.isFile()) {
/external/llvm/include/llvm/Support/
H A DDynamicLibrary.h41 static char Invalid; member in class:llvm::sys::DynamicLibrary
46 explicit DynamicLibrary(void *data = &Invalid) : Data(data) {} argument
49 bool isValid() { return Data != &Invalid; }
/external/chromium_org/remoting/protocol/
H A Dauthentication_method.cc16 AuthenticationMethod AuthenticationMethod::Invalid() { function in class:remoting::protocol::AuthenticationMethod
47 return AuthenticationMethod::Invalid();
/external/clang/lib/Parse/
H A DParseAST.cpp63 bool Invalid = false; local
66 const char *Spelling = SM.getCharacterData(Tok.getLocation(), &Invalid);
67 if (Invalid) {
/external/llvm/lib/Support/
H A DDynamicLibrary.cpp53 char llvm::sys::DynamicLibrary::Invalid = 0; member in class:llvm::sys::DynamicLibrary
/external/clang/lib/Lex/
H A DMacroArgs.cpp120 assert(Result < Start+NumUnexpArgTokens && "Invalid arg #");
124 assert(Result < Start+NumUnexpArgTokens && "Invalid arg #");
150 assert(Arg < MI->getNumArgs() && "Invalid argument number!");
223 bool Invalid = false; local
224 std::string TokStr = PP.getSpelling(Tok, &Invalid);
225 if (!Invalid) {
237 bool Invalid = false; local
238 unsigned ActualTokLen = PP.getSpelling(Tok, BufPtr, &Invalid);
240 if (!Invalid) {
301 assert(ArgNo < NumUnexpArgTokens && "Invalid argumen
[all...]
H A DPPLexerChange.cpp87 bool Invalid = false; local
89 getSourceManager().getBuffer(FID, Loc, &Invalid);
90 if (Invalid) {
H A DTokenLexer.cpp534 bool Invalid = false; local
535 unsigned LHSLen = PP.getSpelling(Tok, BufPtr, &Invalid);
538 if (Invalid)
542 unsigned RHSLen = PP.getSpelling(RHS, BufPtr, &Invalid);
543 if (Invalid)
583 bool Invalid = false; local
585 = SourceMgr.getBufferData(LocFileID, &Invalid).data();
586 if (Invalid)
/external/clang/unittests/Tooling/
H A DCommentHandlerTest.cpp45 bool Invalid; local
46 unsigned CLine = SM.getSpellingLineNumber(Start, &Invalid);
47 EXPECT_TRUE(!Invalid) << "Invalid line number on comment " << C;
49 unsigned CCol = SM.getSpellingColumnNumber(Start, &Invalid);
50 EXPECT_TRUE(!Invalid) << "Invalid column number on comment " << C;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h51 bool Invalid; member in class:llvm::SDDbgValue
56 Invalid(false) {
65 mdPtr(mdP), Offset(off), DL(dl), Order(O), Invalid(false) {
72 mdPtr(mdP), Offset(off), DL(dl), Order(O), Invalid(false) {
108 void setIsInvalidated() { Invalid = true; }
109 bool isInvalidated() { return Invalid; }
/external/chromium/testing/gmock/include/gmock/internal/
H A Dgmock-internal-utils.h349 // Invalid<T>() returns an invalid value of type T. This is useful
354 inline T Invalid() { function in namespace:testing::internal
358 inline void Invalid<void>() {} function in namespace:testing::internal
/external/chromium_org/media/base/
H A Dtest_helpers.cc123 VideoDecoderConfig TestVideoConfig::Invalid() { function in class:media::TestVideoConfig
/external/chromium_org/third_party/WebKit/Source/platform/
H A DDateComponents.h58 , m_type(Invalid)
63 Invalid, enumerator in enum:WebCore::DateComponents::Type
/external/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp97 bool Invalid = false; local
100 Buf, SM, Ctx.getLangOpts(), &Invalid);
101 if (Invalid)
/external/clang/lib/AST/
H A DRawCommentList.cpp131 bool Invalid = false; local
133 &Invalid).data();
134 if (Invalid)
201 bool Invalid = false;
202 const char *Buffer = SM.getBufferData(Loc1Info.first, &Invalid).data();
203 if (Invalid)
/external/clang/lib/Edit/
H A DEditedSource.cpp122 bool Invalid = false; local
123 StringRef text = getSourceText(BeginOffs, B, Invalid);
124 if (Invalid)
133 bool Invalid = false; local
134 StringRef text = getSourceText(BeginOffs, EndOffs, Invalid);
135 if (Invalid)
277 bool Invalid = false;
278 StringRef buffer = SM.getBufferData(offs.getFID(), &Invalid);
279 if (Invalid)
375 bool &Invalid) {
374 getSourceText(FileOffset BeginOffs, FileOffset EndOffs, bool &Invalid) argument
[all...]
/external/clang/lib/Rewrite/Core/
H A DHTMLRewrite.cpp46 bool Invalid = false; local
47 const char *BufferStart = SM.getBufferData(FID, &Invalid).data();
48 if (Invalid)
/external/clang/unittests/Basic/
H A DSourceManagerTest.cpp127 bool Invalid; local
129 Invalid = false;
130 EXPECT_EQ(1U, SourceMgr.getColumnNumber(MainFileID, 0, &Invalid));
131 EXPECT_TRUE(!Invalid);
133 Invalid = false;
134 EXPECT_EQ(5U, SourceMgr.getColumnNumber(MainFileID, 4, &Invalid));
135 EXPECT_TRUE(!Invalid);
137 Invalid = false;
138 EXPECT_EQ(1U, SourceMgr.getColumnNumber(MainFileID, 7, &Invalid));
139 EXPECT_TRUE(!Invalid);
156 SourceMgr.getColumnNumber(FileID(), 0, &Invalid); local
160 SourceMgr.getColumnNumber(FileID(), 1, &Invalid); local
[all...]
/external/clang/unittests/Lex/
H A DLexerTest.cpp91 bool Invalid; local
95 SourceMgr, LangOpts, &Invalid);
96 if (Invalid)
/external/chromium_org/chrome/common/
H A Dcontent_settings_pattern.cc144 BuilderInterface* ContentSettingsPattern::Builder::Invalid() { function in class:ContentSettingsPattern::Builder
/external/clang/include/clang/Sema/
H A DOwnership.h133 bool Invalid; member in class:clang::ActionResult
136 ActionResult(bool Invalid = false)
137 : Val(PtrTy()), Invalid(Invalid) {}
138 ActionResult(PtrTy val) : Val(val), Invalid(false) {}
139 ActionResult(const DiagnosticBuilder &) : Val(PtrTy()), Invalid(true) {}
145 bool isInvalid() const { return Invalid; }
146 bool isUsable() const { return !Invalid && Val; }
158 Invalid = false;
172 ActionResult(bool Invalid
[all...]

Completed in 903 milliseconds

123