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

1234

/external/webrtc/webrtc/voice_engine/test/auto_test/
H A Dvoe_test_interface.h26 Invalid = -1, enumerator in enum:voetest::TestType
/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/clang/test/Misc/
H A Dast-dump-color.cpp28 struct Invalid { struct
29 __attribute__((noinline)) Invalid(error);
30 } Invalid; variable in typeref:struct:Invalid
91 //CHECK: {{^}}[[Blue]]|-[[RESET]][[GREEN]]CXXRecordDecl[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]line:28:1[[RESET]], [[Yellow]]line:30:1[[RESET]]> [[Yellow]]line:28:8[[RESET]] struct[[CYAN]] Invalid[[RESET]] definition
92 //CHECK: {{^}}[[Blue]]| |-[[RESET]][[GREEN]]CXXRecordDecl[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]col:1[[RESET]], [[Yellow]]col:8[[RESET]]> [[Yellow]]col:8[[RESET]] implicit referenced struct[[CYAN]] Invalid[[RESET]]
93 //CHECK: {{^}}[[Blue]]| |-[[RESET]][[GREEN]]CXXConstructorDecl[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]line:29:3[[RESET]], [[Yellow]]col:42[[RESET]]> [[Yellow]]col:29[[RESET]] invalid[[CYAN]] Invalid[[RESET]] [[Green]]'void (int)'[[RESET]]
96 //CHECK: {{^}}[[Blue]]| |-[[RESET]][[GREEN]]CXXConstructorDecl[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]line:28:8[[RESET]]> [[Yellow]]col:8[[RESET]] implicit used constexpr[[CYAN]] Invalid[[RESET]] [[Green]]'void (void) noexcept'[[RESET]] inline
98 //CHECK: {{^}}[[Blue]]| |-[[RESET]][[GREEN]]CXXConstructorDecl[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]col:8[[RESET]]> [[Yellow]]col:8[[RESET]] implicit constexpr[[CYAN]] Invalid[[RESET]] [[Green]]'void (const struct Invalid &)'[[RESET]] inline noexcept-unevaluated 0x{{[0-9a-fA-F]*}}
99 //CHECK: {{^}}[[Blue]]| | `-[[RESET]][[GREEN]]ParmVarDecl[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]col:8[[RESET]]> [[Yellow]]col:8[[RESET]] [[Green]]'const struct Invalid
[all...]
/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/clang/test/SemaCXX/
H A Dunderlying_type.cpp46 void PR19966(enum Invalid) { // expected-note 2{{forward declaration of}} argument
49 __underlying_type(Invalid) dont_crash;
50 // expected-error@-1 {{cannot determine underlying type of incomplete enumeration type 'PR19966::Invalid'}}
H A Ddestructor.cpp427 class Invalid { class
428 ~Invalid();
433 Invalid::~Invalid() {}
/external/clang/tools/libclang/
H A DCIndexInclusionStack.cpp35 bool Invalid = false; variable
36 const SrcMgr::SLocEntry &SL = (SM.*Getter)(i, &Invalid);
38 if (!SL.isFile() || Invalid)
H A DCXSourceLocation.cpp255 bool Invalid = false; local
256 const SrcMgr::SLocEntry &sloc = SM.getSLocEntry(fileID, &Invalid);
257 if (Invalid || !sloc.isFile()) {
/external/llvm/include/llvm/Support/
H A DDynamicLibrary.h41 static char Invalid; member in class:llvm::sys::DynamicLibrary
47 explicit DynamicLibrary(void *data = &Invalid) : Data(data) {} argument
50 bool isValid() const { return Data != &Invalid; }
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DDynamicLibrary.h38 static char Invalid; member in class:llvm::sys::DynamicLibrary
43 explicit DynamicLibrary(void *data = &Invalid) : Data(data) {} argument
46 bool isValid() { return Data != &Invalid; }
/external/clang/lib/Parse/
H A DParseAST.cpp76 bool Invalid = false; local
79 const char *Spelling = SM.getCharacterData(Tok.getLocation(), &Invalid);
80 if (Invalid) {
/external/clang/test/CoverageMapping/
H A Dclasstemplate.cpp10 A, C, G, T, Invalid enumerator in enum:Test::BaseType
/external/llvm/include/llvm/Transforms/Utils/
H A DSymbolRewriter.h70 Invalid, /// invalid member in class:llvm::SymbolRewriter::RewriteDescriptor::Type
/external/llvm/lib/Support/
H A DDynamicLibrary.cpp36 char llvm::sys::DynamicLibrary::Invalid = 0; member in class:llvm::sys::DynamicLibrary
/external/pdfium/core/fpdfdoc/
H A Dtagged_int.h25 enum { Invalid, Element, PageContent, StreamContent, Object } m_Type; enumerator in enum:CPDF_StructKid::__anon15665
/external/swiftshader/third_party/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 #");
149 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...]
/external/clang/unittests/Tooling/
H A DCommentHandlerTest.cpp45 bool Invalid; variable
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/guice/core/test/com/google/inject/
H A DErrorHandlingTest.java83 // Invalid constructor.
96 @Inject Invalid invalid;
99 static class Invalid { class in class:ErrorHandlingTest
100 Invalid(String s) {} method in class:ErrorHandlingTest.Invalid
/external/pdfium/core/fxcrt/
H A Dfx_xml.h55 enum ChildType { Invalid, Element, Content }; enumerator in enum:CXML_Element::ChildType
/external/swiftshader/third_party/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/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.cpp73 bool Invalid = false; local
74 unsigned C1 = SM.getPresumedColumnNumber(L1, &Invalid);
75 if (!Invalid) {
76 unsigned C2 = SM.getPresumedColumnNumber(L2, &Invalid);
77 return !Invalid && (C1 == C2);
130 bool Invalid = false; local
132 SourceMgr.getBufferData(BeginFileID, &Invalid).data();
134 (!Invalid && !onlyWhitespaceOnLineBefore(Buffer, BeginOffset));
168 bool Invalid = false; local
170 &Invalid)
[all...]
/external/clang/lib/Edit/
H A DEditedSource.cpp162 bool Invalid = false; local
163 StringRef text = getSourceText(BeginOffs, B, Invalid);
164 if (Invalid)
173 bool Invalid = false; local
174 StringRef text = getSourceText(BeginOffs, EndOffs, Invalid);
175 if (Invalid)
327 bool Invalid = false;
328 StringRef buffer = SM.getBufferData(offs.getFID(), &Invalid);
329 if (Invalid)
339 assert(begin < buffer.size() && end < buffer.size() && "Invalid rang
[all...]
/external/clang/lib/Rewrite/
H A DHTMLRewrite.cpp46 bool Invalid = false; local
47 const char *BufferStart = SM.getBufferData(FID, &Invalid).data();
48 if (Invalid)

Completed in 1185 milliseconds

1234