Searched refs:Invalid (Results 1 - 25 of 311) sorted by relevance

1234567891011>>

/external/clang/test/Driver/
H A Ddarwin-version.c5 #error Invalid version
13 #error Invalid version
21 #error Invalid version
29 #error Invalid version
/external/valgrind/main/none/tests/
H A Dmap_unaligned.stderr.exp2 unaligned mmap failed: Invalid argument
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DTokens.cs42 public static readonly IToken Skip = new CommonToken( TokenTypes.Invalid );
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/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeConstants.cs37 public static readonly ITree INVALID_NODE = new CommonTree( Tokens.Invalid );
/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 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[[CYAN]] Invalid[[RESET]] [[Green]]'void (void)'[[RESET]] inline noexcept-unevaluated 0x{{[0-9a-fA-F]*}}
98 //CHECK: {{^}}[[Blue]]| |-[[RESET]][[GREEN]]CXXConstructorDecl[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]col:8[[RESET]]> [[Yellow]]col:8[[RESET]] implicit[[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/clang/lib/AST/
H A DTemplateBase.cpp125 llvm_unreachable("Invalid TemplateArgument Kind!");
166 llvm_unreachable("Invalid TemplateArgument Kind!");
189 llvm_unreachable("Invalid TemplateArgument Kind!");
316 llvm_unreachable("Invalid TemplateArgument Kind!");
341 llvm_unreachable("Invalid TemplateArgument Kind!");
454 llvm_unreachable("Invalid TemplateArgument Kind!");
508 llvm_unreachable("Invalid TemplateArgument Kind!");
/external/clang/lib/Basic/
H A DSourceLocation.cpp96 unsigned FullSourceLoc::getExpansionLineNumber(bool *Invalid) const {
98 return SrcMgr->getExpansionLineNumber(*this, Invalid);
101 unsigned FullSourceLoc::getExpansionColumnNumber(bool *Invalid) const {
103 return SrcMgr->getExpansionColumnNumber(*this, Invalid);
106 unsigned FullSourceLoc::getSpellingLineNumber(bool *Invalid) const {
108 return SrcMgr->getSpellingLineNumber(*this, Invalid);
111 unsigned FullSourceLoc::getSpellingColumnNumber(bool *Invalid) const {
113 return SrcMgr->getSpellingColumnNumber(*this, Invalid);
130 const char *FullSourceLoc::getCharacterData(bool *Invalid) const {
132 return SrcMgr->getCharacterData(*this, Invalid);
[all...]
H A DSourceManager.cpp87 bool *Invalid) const {
91 if (Invalid)
92 *Invalid = isBufferInvalid();
130 if (Invalid) *Invalid = true;
145 if (Invalid) *Invalid = true;
172 if (Invalid)
173 *Invalid = isBufferInvalid();
300 bool Invalid local
330 bool Invalid = false; local
645 getMemoryBufferForFile(const FileEntry *File, bool *Invalid) argument
1164 isInvalid(SourceLocation Loc, bool *Invalid) argument
1199 ComputeLineNumbers(DiagnosticsEngine &Diag, ContentCache *FI, llvm::BumpPtrAllocator &Alloc, const SourceManager &SM, bool &Invalid) argument
1408 bool Invalid = false; local
1457 bool Invalid = false; local
1527 bool Invalid = false; local
1546 bool Invalid = false; local
1612 bool Invalid = false; local
1649 bool Invalid = false; local
1682 bool Invalid = false; local
1803 bool Invalid = false; local
1970 bool Invalid = false; local
[all...]
/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/third_party/webrtc/voice_engine/test/auto_test/
H A Dvoe_test_interface.h26 Invalid = -1, enumerator in enum:voetest::TestType
/external/valgrind/main/memcheck/tests/
H A Dmalloc1_ks_none.stderr.exp0 Invalid write of size 1
6 Invalid write of size 1
H A Dclo_redzone_128.stderr.exp2 Invalid write of size 1
H A Dsignal2.stderr.exp0 Invalid write of size 4
H A Dbadfree-2trace.stderr.exp0 Invalid free() / delete / delete[] / realloc()
6 Invalid free() / delete / delete[] / realloc()
H A Dbadfree.stderr.exp0 Invalid free() / delete / delete[] / realloc()
6 Invalid free() / delete / delete[] / realloc()
H A Dbadfree3.stderr.exp0 Invalid free() / delete / delete[] / realloc()
6 Invalid free() / delete / delete[] / realloc()
H A Dmalloc1_ks_alloc.stderr.exp0 Invalid write of size 1
9 Invalid write of size 1
H A Dmalloc1_ks_alloc_and_free.stderr.exp0 Invalid write of size 1
10 Invalid write of size 1
H A Dmalloc1_ks_free.stderr.exp0 Invalid write of size 1
7 Invalid write of size 1
/external/qemu/android/
H A Dcharmap.c424 derror("Invalid format of charmap file %s. Unknown key %s in line %d",
432 derror("Invalid format of charmap file %s. Invalid display value in line %d",
440 derror("Invalid format of charmap file %s. Invalid number value in line %d",
448 derror("Invalid format of charmap file %s. Invalid base value in line %d",
456 derror("Invalid format of charmap file %s. Invalid caps value in line %d",
464 derror("Invalid forma
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/imports/
H A DHTMLImportState.h44 Invalid enumerator in enum:blink::HTMLImportState::Value
53 bool isValid() const { return m_value != Invalid; }
62 static HTMLImportState invalidState() { return HTMLImportState(Invalid); }
/external/valgrind/main/memcheck/tests/amd64/
H A Dinsn-bsfl.stderr.exp5 0x........: Invalid value is 32
10 0x........: Invalid value is 0
15 0x........: Invalid value is 6
20 0x........: Invalid value is 9
25 0x........: Invalid value is 17
30 0x........: Invalid value is 0
35 0x........: Invalid value is 1
40 0x........: Invalid value is 1
/external/clang/include/clang/Basic/
H A DSourceManager.h184 /// \param Invalid If non-NULL, will be set \c true if an error occurred.
188 bool *Invalid = nullptr) const;
819 /// \param Invalid If non-NULL, will be set \c true if an error
822 bool *Invalid = nullptr);
873 bool *Invalid = nullptr) const {
877 if (Invalid)
878 *Invalid = true;
884 Invalid);
887 llvm::MemoryBuffer *getBuffer(FileID FID, bool *Invalid = nullptr) const {
891 if (Invalid)
934 bool Invalid = false; local
945 bool Invalid = false; local
984 bool Invalid = false; local
996 bool Invalid = false; local
1008 bool Invalid = false; local
1087 bool Invalid = false; local
1101 bool Invalid = false; local
1120 bool Invalid = false; local
[all...]

Completed in 577 milliseconds

1234567891011>>