Home
last modified time | relevance | path

Searched refs:Invalid (Results 1 – 25 of 1633) sorted by relevance

12345678910>>...66

/external/llvm-project/llvm/test/Demangle/
Dinvalid-manglings.test6 ; CHECK-NEXT: error: Invalid mangled name
11 ; CHECK-NEXT: error: Invalid mangled name
16 ; CHECK-NEXT: error: Invalid mangled name
21 ; CHECK-NEXT: error: Invalid mangled name
26 ; CHECK-NEXT: error: Invalid mangled name
31 ; CHECK-NEXT: error: Invalid mangled name
36 ; CHECK-NEXT: error: Invalid mangled name
41 ; CHECK-NEXT: error: Invalid mangled name
46 ; CHECK-NEXT: error: Invalid mangled name
51 ; CHECK-NEXT: error: Invalid mangled name
[all …]
/external/boringssl/src/crypto/fipsmodule/ecdsa/
Decdsa_verify_tests.txt21 Invalid =
29 Invalid =
44 Invalid =
52 Invalid =
60 Invalid =
68 Invalid =
76 Invalid =
84 Invalid =
92 Invalid =
100 Invalid =
[all …]
/external/rust/crates/ring/crypto/fipsmodule/ecdsa/
Decdsa_verify_tests.txt14 Invalid = Y
22 Invalid = Y
30 Invalid = Y
38 Invalid = Y
46 Invalid = Y
54 Invalid = Y
62 Invalid = Y
77 Invalid = Y
85 Invalid = Y
93 Invalid = Y
[all …]
/external/skia/src/sksl/
DSkSLParser.cpp303 return ASTNode::ID::Invalid(); in directive()
309 return ASTNode::ID::Invalid(); in directive()
312 return ASTNode::ID::Invalid(); in directive()
316 return ASTNode::ID::Invalid(); in directive()
321 return ASTNode::ID::Invalid(); in directive()
330 return ASTNode::ID::Invalid(); in section()
337 return ASTNode::ID::Invalid(); in section()
341 return ASTNode::ID::Invalid(); in section()
345 return ASTNode::ID::Invalid(); in section()
364 return ASTNode::ID::Invalid(); in section()
[all …]
/external/llvm-project/llvm/unittests/ADT/
DFloatingPointMode.cpp23 EXPECT_EQ(DenormalMode::Invalid, parseDenormalFPAttributeComponent("foo")); in TEST()
30 EXPECT_EQ("", denormalModeKindName(DenormalMode::Invalid)); in TEST()
69 EXPECT_EQ(DenormalMode(DenormalMode::Invalid, DenormalMode::Invalid), in TEST()
71 EXPECT_EQ(DenormalMode(DenormalMode::Invalid, DenormalMode::Invalid), in TEST()
73 EXPECT_EQ(DenormalMode(DenormalMode::Invalid, DenormalMode::Invalid), in TEST()
78 EXPECT_EQ(DenormalMode(DenormalMode::Invalid, DenormalMode::Invalid), in TEST()
84 DenormalMode(DenormalMode::Invalid, DenormalMode::Invalid).str()); in TEST()
110 DenormalMode::Invalid).isSimple()); in TEST()
117 EXPECT_FALSE(DenormalMode(DenormalMode::IEEE, DenormalMode::Invalid).isValid()); in TEST()
118 EXPECT_FALSE(DenormalMode(DenormalMode::Invalid, DenormalMode::IEEE).isValid()); in TEST()
[all …]
/external/clang/lib/Basic/
DSourceManager.cpp87 bool *Invalid) const { in getBuffer()
91 if (Invalid) in getBuffer()
92 *Invalid = isBufferInvalid(); in getBuffer()
129 if (Invalid) *Invalid = true; in getBuffer()
146 if (Invalid) *Invalid = true; in getBuffer()
173 if (Invalid) in getBuffer()
174 *Invalid = isBufferInvalid(); in getBuffer()
293 bool Invalid = false; in AddLineNote() local
294 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid); in AddLineNote()
295 if (!Entry.isFile() || Invalid) in AddLineNote()
[all …]
DSourceLocation.cpp96 unsigned FullSourceLoc::getExpansionLineNumber(bool *Invalid) const { in getExpansionLineNumber()
98 return SrcMgr->getExpansionLineNumber(*this, Invalid); in getExpansionLineNumber()
101 unsigned FullSourceLoc::getExpansionColumnNumber(bool *Invalid) const { in getExpansionColumnNumber()
103 return SrcMgr->getExpansionColumnNumber(*this, Invalid); in getExpansionColumnNumber()
106 unsigned FullSourceLoc::getSpellingLineNumber(bool *Invalid) const { in getSpellingLineNumber()
108 return SrcMgr->getSpellingLineNumber(*this, Invalid); in getSpellingLineNumber()
111 unsigned FullSourceLoc::getSpellingColumnNumber(bool *Invalid) const { in getSpellingColumnNumber()
113 return SrcMgr->getSpellingColumnNumber(*this, Invalid); in getSpellingColumnNumber()
130 const char *FullSourceLoc::getCharacterData(bool *Invalid) const { in getCharacterData()
132 return SrcMgr->getCharacterData(*this, Invalid); in getCharacterData()
[all …]
/external/clang/include/clang/Basic/
DSourceManager.h179 bool *Invalid = nullptr) const;
832 bool *Invalid = nullptr);
896 bool *Invalid = nullptr) const {
900 if (Invalid)
901 *Invalid = true;
907 Invalid);
910 llvm::MemoryBuffer *getBuffer(FileID FID, bool *Invalid = nullptr) const {
914 if (Invalid)
915 *Invalid = true;
922 Invalid);
[all …]
/external/clang/unittests/Basic/
DSourceManagerTest.cpp134 bool Invalid; in TEST_F() local
136 Invalid = false; in TEST_F()
137 EXPECT_EQ(1U, SourceMgr.getColumnNumber(MainFileID, 0, &Invalid)); in TEST_F()
138 EXPECT_TRUE(!Invalid); in TEST_F()
140 Invalid = false; in TEST_F()
141 EXPECT_EQ(5U, SourceMgr.getColumnNumber(MainFileID, 4, &Invalid)); in TEST_F()
142 EXPECT_TRUE(!Invalid); in TEST_F()
144 Invalid = false; in TEST_F()
145 EXPECT_EQ(1U, SourceMgr.getColumnNumber(MainFileID, 7, &Invalid)); in TEST_F()
146 EXPECT_TRUE(!Invalid); in TEST_F()
[all …]
/external/llvm-project/clang/lib/Basic/
DSourceLocation.cpp203 unsigned FullSourceLoc::getLineNumber(bool *Invalid) const { in getLineNumber()
205 return SrcMgr->getLineNumber(getFileID(), getFileOffset(), Invalid); in getLineNumber()
208 unsigned FullSourceLoc::getColumnNumber(bool *Invalid) const { in getColumnNumber()
210 return SrcMgr->getColumnNumber(getFileID(), getFileOffset(), Invalid); in getColumnNumber()
218 unsigned FullSourceLoc::getExpansionLineNumber(bool *Invalid) const { in getExpansionLineNumber()
220 return SrcMgr->getExpansionLineNumber(*this, Invalid); in getExpansionLineNumber()
223 unsigned FullSourceLoc::getExpansionColumnNumber(bool *Invalid) const { in getExpansionColumnNumber()
225 return SrcMgr->getExpansionColumnNumber(*this, Invalid); in getExpansionColumnNumber()
228 unsigned FullSourceLoc::getSpellingLineNumber(bool *Invalid) const { in getSpellingLineNumber()
230 return SrcMgr->getSpellingLineNumber(*this, Invalid); in getSpellingLineNumber()
[all …]
DSourceManager.cpp272 bool Invalid = false; in AddLineNote() local
273 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid); in AddLineNote()
274 if (!Entry.isFile() || Invalid) in AddLineNote()
429 bool *Invalid) const { in loadSLocEntry()
432 if (Invalid) in loadSLocEntry()
433 *Invalid = true; in loadSLocEntry()
726 StringRef SourceManager::getBufferData(FileID FID, bool *Invalid) const { in getBufferData()
728 if (Invalid) in getBufferData()
729 *Invalid = !B; in getBufferData()
1078 bool Invalid = false; in isAtStartOfImmediateMacroExpansion() local
[all …]
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DTokenConstants.cs56 public const int Invalid = 0; field in Antlr.Runtime.TokenTypes
69 public static readonly IToken Invalid = new CommonToken( TokenTypes.Invalid ); field in Antlr.Runtime.Tokens
76 public static readonly IToken Skip = new CommonToken( TokenTypes.Invalid );
87 public static readonly T Invalid = new T() field in Antlr.Runtime.T
89 Type = TokenTypes.Invalid
94 Type = TokenTypes.Invalid
/external/llvm-project/llvm/include/llvm/ADT/
DFloatingPointMode.h44 Invalid = -1 ///< Denotes invalid value. enumerator
71 Invalid = -1, enumerator
85 DenormalModeKind Output = DenormalModeKind::Invalid;
90 DenormalModeKind Input = DenormalModeKind::Invalid;
98 return DenormalMode(DenormalModeKind::Invalid, DenormalModeKind::Invalid); in getInvalid()
128 return Output != DenormalModeKind::Invalid && in isValid()
129 Input != DenormalModeKind::Invalid; in isValid()
155 .Default(DenormalMode::Invalid); in parseDenormalFPAttributeComponent()
/external/llvm-project/clang/unittests/Basic/
DSourceManagerTest.cpp117 bool Invalid; in TEST_F() local
119 Invalid = false; in TEST_F()
120 EXPECT_EQ(1U, SourceMgr.getColumnNumber(MainFileID, 0, &Invalid)); in TEST_F()
121 EXPECT_TRUE(!Invalid); in TEST_F()
123 Invalid = false; in TEST_F()
124 EXPECT_EQ(5U, SourceMgr.getColumnNumber(MainFileID, 4, &Invalid)); in TEST_F()
125 EXPECT_TRUE(!Invalid); in TEST_F()
127 Invalid = false; in TEST_F()
128 EXPECT_EQ(1U, SourceMgr.getColumnNumber(MainFileID, 7, &Invalid)); in TEST_F()
129 EXPECT_TRUE(!Invalid); in TEST_F()
[all …]
/external/clang/include/clang/Sema/
DOwnership.h148 bool Invalid;
151 ActionResult(bool Invalid = false)
152 : Val(PtrTy()), Invalid(Invalid) {}
153 ActionResult(PtrTy val) : Val(val), Invalid(false) {}
154 ActionResult(const DiagnosticBuilder &) : Val(PtrTy()), Invalid(true) {}
160 bool isInvalid() const { return Invalid; }
161 bool isUsable() const { return !Invalid && Val; }
162 bool isUnset() const { return !Invalid && !Val; }
171 Invalid = false;
185 ActionResult(bool Invalid = false)
[all …]
/external/e2fsprogs/tests/progs/test_data/
Dexpect.icount4 store: Invalid argument passed to ext2 library while calling ext2fs_icount_store
6 fetch: Invalid argument passed to ext2 library while calling ext2fs_icount_fetch
8 increment: Invalid argument passed to ext2 library while calling ext2fs_icount_increment
10 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement
12 store: Invalid argument passed to ext2 library while calling ext2fs_icount_store
14 fetch: Invalid argument passed to ext2 library while calling ext2fs_icount_fetch
16 increment: Invalid argument passed to ext2 library while calling ext2fs_icount_increment
18 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement
61 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement
93 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement
[all …]
/external/rust/crates/ring/tests/
Drsa_pkcs1_sign_tests.txt375 # Invalid key, no version
380 Result = Fail-Invalid-Key
382 # Invalid key, version = -1
387 Result = Fail-Invalid-Key
389 # Invalid key, version = 1
394 Result = Fail-Invalid-Key
396 # Invalid key, version = 2
401 Result = Fail-Invalid-Key
437 # Invalid key, size = 2040
442 Result = Fail-Invalid-Key
[all …]
/external/clang/lib/AST/
DRawCommentList.cpp73 bool Invalid = false; in commentsStartOnSameColumn() local
74 unsigned C1 = SM.getPresumedColumnNumber(L1, &Invalid); in commentsStartOnSameColumn()
75 if (!Invalid) { in commentsStartOnSameColumn()
76 unsigned C2 = SM.getPresumedColumnNumber(L2, &Invalid); in commentsStartOnSameColumn()
77 return !Invalid && (C1 == C2); in commentsStartOnSameColumn()
130 bool Invalid = false; in RawComment() local
132 SourceMgr.getBufferData(BeginFileID, &Invalid).data(); in RawComment()
134 (!Invalid && !onlyWhitespaceOnLineBefore(Buffer, BeginOffset)); in RawComment()
168 bool Invalid = false; in getRawTextSlow() local
170 &Invalid).data(); in getRawTextSlow()
[all …]
/external/llvm-project/clang/include/clang/Sema/
DOwnership.h154 bool Invalid;
157 ActionResult(bool Invalid = false) : Val(PtrTy()), Invalid(Invalid) {}
158 ActionResult(PtrTy val) : Val(val), Invalid(false) {}
159 ActionResult(const DiagnosticBuilder &) : Val(PtrTy()), Invalid(true) {}
165 bool isInvalid() const { return Invalid; }
166 bool isUsable() const { return !Invalid && Val; }
167 bool isUnset() const { return !Invalid && !Val; }
176 Invalid = false;
192 ActionResult(bool Invalid = false)
193 : PtrWithInvalid(static_cast<uintptr_t>(Invalid)) {}
/external/llvm/test/Object/
Dcorrupt.test5 SECNAME: Error reading file: Invalid data was encountered while parsing the file.
12 SECDATA: Error reading file: Invalid data was encountered while parsing the file.
19 SYMNAME: Error reading file: Invalid data was encountered while parsing the file.
26 VER: Error reading file: Invalid version entry.
33 STRTAB: Invalid dynamic string table reference
39 PHENTSIZE: Invalid program header size
52 RELOC: Invalid entity size
58 DYN-TABLE-SIZE: Invalid entity size
65 DYN-TABLE-OFFSET: Invalid data was encountered while parsing the file.
72 DYN-TABLE-TOO-LARGE: Invalid data was encountered while parsing the file.
/external/llvm-project/clang/test/Driver/
Dinvalid-target-id.cl9 // NOPLUS: error: Invalid target ID: gfx908xnack
15 // ORDER: error: Invalid target ID: gfx908:xnack+:xnack+
21 // UNK: error: Invalid target ID: gfx908:unknown+
27 // MIXED: error: Invalid target ID: gfx908:sramecc+:unknown+
33 // UNSUP: error: Invalid target ID: gfx900:sramecc+
39 // NOSIGN: error: Invalid target ID: gfx900:xnack
45 // NOCOLON: error: Invalid target ID: gfx900+xnack
/external/llvm-project/lldb/unittests/Core/
DModuleSpecTest.cpp34 uint8_t Invalid[] = "This is not a binary file."; in TEST() local
36 std::make_shared<DataBufferUnowned>(Invalid, sizeof(Invalid)); in TEST()
44 uint8_t Invalid[] = "This is not a binary file."; in TEST() local
46 std::make_shared<DataBufferUnowned>(Invalid, sizeof(Invalid)); in TEST()
/external/pdfium/testing/resources/javascript/xfa_specific/
Dxfa_tree_expected.txt2 Alert: PASS: all threw Error: Invalid property set operation.
4 Alert: PASS: classAll threw Error: Invalid property set operation.
6 Alert: PASS: classIndex threw Error: Invalid property set operation.
8 Alert: PASS: index threw Error: Invalid property set operation.
12 Alert: PASS: parent threw Error: Invalid property set operation.
14 Alert: PASS: somExpression threw Error: Invalid property set operation.
/external/openscreen/third_party/abseil/src/absl/random/internal/
Duniform_helper_test.cc193 struct Invalid {}; struct
199 Invalid InferredUniformReturnT(...);
251 CheckArgsInferType<uint16_t, int16_t, Invalid>(); in TEST_F()
252 CheckArgsInferType<int16_t, uint32_t, Invalid>(); in TEST_F()
253 CheckArgsInferType<int16_t, uint64_t, Invalid>(); in TEST_F()
265 CheckArgsInferType<uint32_t, int32_t, Invalid>(); in TEST_F()
266 CheckArgsInferType<int32_t, uint64_t, Invalid>(); in TEST_F()
267 CheckArgsInferType<int32_t, float, Invalid>(); in TEST_F()
268 CheckArgsInferType<uint32_t, float, Invalid>(); in TEST_F()
271 CheckArgsInferType<uint64_t, int64_t, Invalid>(); in TEST_F()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/
Duniform_helper_test.cc193 struct Invalid {}; struct
199 Invalid InferredUniformReturnT(...);
251 CheckArgsInferType<uint16_t, int16_t, Invalid>(); in TEST_F()
252 CheckArgsInferType<int16_t, uint32_t, Invalid>(); in TEST_F()
253 CheckArgsInferType<int16_t, uint64_t, Invalid>(); in TEST_F()
265 CheckArgsInferType<uint32_t, int32_t, Invalid>(); in TEST_F()
266 CheckArgsInferType<int32_t, uint64_t, Invalid>(); in TEST_F()
267 CheckArgsInferType<int32_t, float, Invalid>(); in TEST_F()
268 CheckArgsInferType<uint32_t, float, Invalid>(); in TEST_F()
271 CheckArgsInferType<uint64_t, int64_t, Invalid>(); in TEST_F()
[all …]

12345678910>>...66