Searched refs:Invalid (Results 1 - 25 of 288) 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/lib/AST/
H A DTemplateBase.cpp125 llvm_unreachable("Invalid TemplateArgument Kind!");
166 llvm_unreachable("Invalid TemplateArgument Kind!");
189 llvm_unreachable("Invalid TemplateArgument Kind!");
312 llvm_unreachable("Invalid TemplateArgument Kind!");
337 llvm_unreachable("Invalid TemplateArgument Kind!");
450 llvm_unreachable("Invalid TemplateArgument Kind!");
504 llvm_unreachable("Invalid TemplateArgument Kind!");
/external/clang/lib/Basic/
H A DSourceLocation.cpp95 unsigned FullSourceLoc::getExpansionLineNumber(bool *Invalid) const {
97 return SrcMgr->getExpansionLineNumber(*this, Invalid);
100 unsigned FullSourceLoc::getExpansionColumnNumber(bool *Invalid) const {
102 return SrcMgr->getExpansionColumnNumber(*this, Invalid);
105 unsigned FullSourceLoc::getSpellingLineNumber(bool *Invalid) const {
107 return SrcMgr->getSpellingLineNumber(*this, Invalid);
110 unsigned FullSourceLoc::getSpellingColumnNumber(bool *Invalid) const {
112 return SrcMgr->getSpellingColumnNumber(*this, Invalid);
129 const char *FullSourceLoc::getCharacterData(bool *Invalid) const {
131 return SrcMgr->getCharacterData(*this, Invalid);
[all...]
H A DSourceManager.cpp89 bool *Invalid) const {
93 if (Invalid)
94 *Invalid = isBufferInvalid();
132 if (Invalid) *Invalid = true;
147 if (Invalid) *Invalid = true;
174 if (Invalid)
175 *Invalid = isBufferInvalid();
302 bool Invalid local
332 bool Invalid = false; local
659 getMemoryBufferForFile(const FileEntry *File, bool *Invalid) argument
1180 isInvalid(SourceLocation Loc, bool *Invalid) argument
1215 ComputeLineNumbers(DiagnosticsEngine &Diag, ContentCache *FI, llvm::BumpPtrAllocator &Alloc, const SourceManager &SM, bool &Invalid) argument
1450 bool Invalid = false; local
1499 bool Invalid = false; local
1558 bool Invalid = false; local
1624 bool Invalid = false; local
1661 bool Invalid = false; local
1694 bool Invalid = false; local
1810 bool Invalid = false; local
1977 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/harfbuzz/src/
H A Dharfbuzz-indic.cpp52 Invalid = 0x0, enumerator in enum:Form
53 UnknownForm = Invalid,
68 Invalid, VowelMark, VowelMark, VowelMark,
109 Invalid, VowelMark, VowelMark, VowelMark,
110 Invalid, IndependentVowel, IndependentVowel, IndependentVowel,
112 IndependentVowel, Invalid, Invalid, IndependentVowel,
114 IndependentVowel, Invalid, Invalid, IndependentVowel,
121 Consonant, Invalid, Consonan
[all...]
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-indic.cpp52 Invalid = 0x0, enumerator in enum:Form
53 UnknownForm = Invalid,
68 Invalid, VowelMark, VowelMark, VowelMark,
109 Invalid, VowelMark, VowelMark, VowelMark,
110 Invalid, IndependentVowel, IndependentVowel, IndependentVowel,
112 IndependentVowel, Invalid, Invalid, IndependentVowel,
114 IndependentVowel, Invalid, Invalid, IndependentVowel,
121 Consonant, Invalid, Consonan
[all...]
/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/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/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/valgrind/main/memcheck/tests/
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 Drealloc3.stderr.exp0 Invalid read of size 4
7 Invalid read of size 4
13 Invalid read of size 4
H A Dexitprog.stderr.exp0 Invalid write of size 1
H A Dinline.stderr.exp0 Invalid read of size 4
/external/clang/include/clang/Basic/
H A DSourceManager.h172 /// \param Invalid If non-NULL, will be set \c true if an error occurred.
176 bool *Invalid = 0) const;
824 /// \param Invalid If non-NULL, will be set \c true if an error
827 bool *Invalid = 0);
879 bool *Invalid = 0) const {
883 if (Invalid)
884 *Invalid = true;
890 Invalid);
893 const llvm::MemoryBuffer *getBuffer(FileID FID, bool *Invalid = 0) const {
897 if (Invalid)
940 bool Invalid = false; local
951 bool Invalid = false; local
990 bool Invalid = false; local
1002 bool Invalid = false; local
1014 bool Invalid = false; local
1093 bool Invalid = false; local
1107 bool Invalid = false; local
1126 bool Invalid = false; local
[all...]
/external/valgrind/main/helgrind/tests/
H A Dcond_timedwait_invalid.stderr.exp9 with error code 22 (EINVAL: Invalid argument)

Completed in 4389 milliseconds

1234567891011>>