HomeSort by relevance Sort by last modified time
    Searched refs:Invalid (Results 1 - 25 of 382) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Driver/
darwin-version.c 5 #error Invalid version
13 #error Invalid version
21 #error Invalid version
29 #error Invalid version
  /external/valgrind/main/none/tests/
map_unaligned.stderr.exp 2 unaligned mmap failed: Invalid argument
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Tokens.cs 42 public static readonly IToken Skip = new CommonToken( TokenTypes.Invalid );
TokenTypes.cs 38 public const int Invalid = 0;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenConstants.cs 56 public const int Invalid = 0;
69 public static readonly IToken Invalid = new CommonToken( TokenTypes.Invalid );
76 public static readonly IToken Skip = new CommonToken( TokenTypes.Invalid );
87 public static readonly T Invalid = new T()
89 Type = TokenTypes.Invalid
94 Type = TokenTypes.Invalid
  /external/clang/lib/AST/
TemplateBase.cpp 125 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/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeConstants.cs 37 public static readonly ITree INVALID_NODE = new CommonTree( Tokens.Invalid );
  /external/clang/lib/Basic/
SourceLocation.cpp 40 OS << "<invalid loc>";
48 OS << "<invalid>";
95 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);
    [all...]
SourceManager.cpp 89 bool *Invalid) const {
93 if (Invalid)
94 *Invalid = isBufferInvalid();
107 // exists. Most likely, we were using a stat cache with an invalid entry but
118 "<invalid>"));
132 if (Invalid) *Invalid = true;
147 if (Invalid) *Invalid = true;
174 if (Invalid)
    [all...]
  /external/llvm/include/llvm/Support/
DynamicLibrary.h 38 // Placeholder whose address represents an invalid library.
41 static char Invalid;
46 explicit DynamicLibrary(void *data = &Invalid) : Data(data) {}
49 bool isValid() { return Data != &Invalid; }
61 /// This returns a valid DynamicLibrary instance on success and an invalid
  /external/harfbuzz/src/
harfbuzz-indic.cpp 52 Invalid = 0x0,
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, Consonant, Consonant
1838 bool invalid; local
1879 bool invalid; local
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-indic.cpp 52 Invalid = 0x0,
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, Consonant, Consonant
1836 bool invalid; local
    [all...]
  /external/qemu/android/
charmap.c 424 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 format of charmap file %s. Invalid fn value in line %d"
    [all...]
  /external/clang/unittests/Basic/
SourceManagerTest.cpp 127 bool Invalid;
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);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SDNodeDbgValue.h 51 bool Invalid;
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) {
106 // property. A SDDbgValue is invalid if the SDNode that produces the value is
108 void setIsInvalidated() { Invalid = true; }
109 bool isInvalidated() { return Invalid; }
  /external/valgrind/main/memcheck/tests/
clo_redzone_128.stderr.exp 2 Invalid write of size 1
signal2.stderr.exp 0 Invalid write of size 4
badfree-2trace.stderr.exp 0 Invalid free() / delete / delete[] / realloc()
6 Invalid free() / delete / delete[] / realloc()
badfree.stderr.exp 0 Invalid free() / delete / delete[] / realloc()
6 Invalid free() / delete / delete[] / realloc()
badfree3.stderr.exp 0 Invalid free() / delete / delete[] / realloc()
6 Invalid free() / delete / delete[] / realloc()
realloc3.stderr.exp 0 Invalid read of size 4
7 Invalid read of size 4
13 Invalid read of size 4
exitprog.stderr.exp 0 Invalid write of size 1
inline.stderr.exp 0 Invalid read of size 4
  /external/clang/include/clang/Basic/
SourceManager.h 86 /// \brief Whether the buffer is invalid.
96 /// whether the buffer is invalid.
169 /// \param Loc If specified, is the location that invalid file diagnostics
172 /// \param Invalid If non-NULL, will be set \c true if an error occurred.
176 bool *Invalid = 0) const;
212 /// \brief Determine whether the buffer itself is invalid.
232 /// expanded from. The main include file has an invalid IncludeLoc.
239 /// This is an invalid SLOC for the main file (top of the \#include chain).
265 assert((unsigned)FileCharacter < 4 && "invalid file character");
306 /// invalid location
    [all...]
  /external/valgrind/main/helgrind/tests/
cond_timedwait_invalid.stderr.exp 9 with error code 22 (EINVAL: Invalid argument)

Completed in 1953 milliseconds

1 2 3 4 5 6 7 8 91011>>