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

1 2 3 45 6 7 8 91011>>

  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp 184 llvm_unreachable("Invalid InstantiationKind!");
195 Invalid = CheckInstantiationDepth(PointOfInstantiation,
197 if (!Invalid) {
218 Invalid = CheckInstantiationDepth(PointOfInstantiation,
220 if (!Invalid) {
242 Invalid = CheckInstantiationDepth(PointOfInstantiation,
244 if (!Invalid) {
269 Invalid = CheckInstantiationDepth(PointOfInstantiation, InstantiationRange);
270 if (!Invalid) {
297 Invalid = CheckInstantiationDepth(PointOfInstantiation, InstantiationRange)
    [all...]
SemaDeclCXX.cpp 121 bool Invalid = false;
132 Invalid |= Visit(E);
134 return Invalid;
425 bool Invalid = false;
465 Invalid = true;
477 Invalid = false;
590 Invalid = true;
601 Invalid = true;
605 Invalid = true;
607 return Invalid;
    [all...]
  /external/chromium_org/chrome/common/
content_settings_pattern_parser_unittest.cc 25 MOCK_METHOD0(Invalid, BuilderInterface*());
131 // Test invalid patterns
134 EXPECT_CALL(builder, Invalid()).Times(1).WillOnce(
141 EXPECT_CALL(builder, Invalid()).Times(1).WillOnce(
148 EXPECT_CALL(builder, Invalid()).Times(1).WillOnce(
201 // Invalid file patterns.
204 EXPECT_CALL(builder, Invalid()).Times(1).WillOnce(
content_settings_pattern_parser.cc 149 // If the host contains a wildcard symbol then it is invalid.
151 builder->Invalid();
167 builder->Invalid();
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 265 return ArgType::Invalid();
273 return ArgType::Invalid();
297 return ArgType::Invalid();
322 return ArgType::Invalid();
354 return ArgType::Invalid();
  /external/chromium_org/third_party/WebKit/Source/platform/
DateComponents.cpp 514 m_type = Invalid;
527 m_type = Invalid;
551 m_type = Invalid;
564 m_type = Invalid;
603 m_type = Invalid;
653 case Invalid:
705 case Invalid:
709 return String("(Invalid DateComponents)");
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 139 | Invalid (* not an instruction *)
545 | At_end _ -> raise (Invalid_argument "Invalid global variable range.")
556 | At_end _ -> raise (Invalid_argument "Invalid global variable range.")
565 | At_start _ -> raise (Invalid_argument "Invalid global variable range.")
576 | At_start _ -> raise (Invalid_argument "Invalid global variable range.")
612 | At_end _ -> raise (Invalid_argument "Invalid function range.")
623 | At_end _ -> raise (Invalid_argument "Invalid function range.")
632 | At_start _ -> raise (Invalid_argument "Invalid function range.")
643 | At_start _ -> raise (Invalid_argument "Invalid function range.")
747 | At_end _ -> raise (Invalid_argument "Invalid parameter range."
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
cmake.py 238 All invalid characters are replaced by '_'.
239 Invalid for cmake: ' ', '/', '(', ')'
240 Invalid for make: ':'
241 Invalid for unknown reasons but cause failures: '.'
    [all...]
  /external/clang/tools/libclang/
CXSourceLocation.cpp 135 *Log << llvm::format("(\"%s\", %d, %d) = invalid",
234 // Check that the FileID is invalid on the expansion location.
235 // This can manifest in invalid code.
237 bool Invalid = false;
238 const SrcMgr::SLocEntry &sloc = SM.getSLocEntry(fileID, &Invalid);
239 if (Invalid || !sloc.isFile()) {
  /external/llvm/test/MC/ARM/
thumb-diagnostics.s 6 @ Check for various assembly diagnostic messages on invalid input.
10 @ CHECK-ERRORS: error: invalid instruction
27 @ CHECK-ERRORS: error: invalid operand for instruction
34 error: invalid operand for instruction
37 error: invalid operand for instruction
41 @ Invalid writeback and register lists for LDM
56 @ Invalid writeback and register lists for PUSH/POP
67 @ Invalid writeback and register lists for STM
80 @ CHECK-ERRORS: error: invalid operand for instruction
83 @ CHECK-ERRORS: error: invalid operand for instructio
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonTreeAdaptor.cs 156 return TokenTypes.Invalid;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
MismatchedTokenException.cs 46 private readonly int _expecting = TokenTypes.Invalid;
  /external/chromium_org/google_apis/gcm/base/
mcs_message_unittest.cc 32 TEST_F(MCSMessageTest, Invalid) {
  /external/chromium_org/sandbox/linux/seccomp-bpf/
syscall_iterator_unittest.cc 80 SANDBOX_TEST(SyscallIterator, Invalid) {
112 // First invalid syscall should then be |MAX_PUBLIC_SYSCALL + 1|.
118 // The iterator should skip until the last invalid syscall in this range.
125 // The iterator should skip until the last invalid syscall in this range.
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 228 static ArgType Invalid() { return ArgType(InvalidTy); }
233 assert(A.K >= InvalidTy && "ArgType cannot be pointer to invalid/unknown");
248 enum HowSpecified { NotSpecified, Constant, Arg, Invalid };
259 : start(0),length(0), hs(valid ? NotSpecified : Invalid), amt(0),
263 return hs == Invalid;
  /external/llvm/lib/Support/
DynamicLibrary.cpp 53 char llvm::sys::DynamicLibrary::Invalid = 0;
  /external/valgrind/main/helgrind/tests/
tc09_bad_unlock.stderr.exp 40 Thread #x unlocked an invalid lock at 0x........
48 with error code 22 (EINVAL: Invalid argument)
106 Thread #x unlocked an invalid lock at 0x........
114 with error code 22 (EINVAL: Invalid argument)
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityModel.java 31 Invalid, // NULL state
  /external/chromium/chrome/browser/resources/file_manager/js/
exif_reader.js 64 return onError('Invalid file header: ' + mark.toString(16));
80 return onError('Invalid EXIF magic: ' + magic.toString(16));
101 return onError('Invalid alignment value: ' + order.toString(16));
106 return onError('Invalid TIFF tag: ' + tag.toString(16));
  /external/chromium/testing/gmock/include/gmock/internal/
gmock-internal-utils.h 349 // Invalid<T>() returns an invalid value of type T. This is useful
354 inline T Invalid() {
358 inline void Invalid<void>() {}
  /external/chromium_org/v8/test/webkit/fast/regex/
overflow.js 36 shouldThrow("function f() { /[^a$]{4294967295}/ }", '"SyntaxError: Invalid regular expression: number too large in {} quantifier"');
  /external/clang/lib/Lex/
Preprocessor.cpp 179 "Invalid override of target information");
352 bool Invalid = false;
353 const MemoryBuffer *Buffer = SourceMgr.getMemoryBufferForFile(File, &Invalid);
354 if (Invalid)
404 bool *Invalid) const {
417 unsigned Len = getSpelling(Tok, Ptr, Invalid);
  /external/chromium_org/v8/src/
messages.js 44 malformed_regexp: ["Invalid regular expression: /", "%0", "/: ", "%1"],
45 unterminated_regexp: ["Invalid regular expression: missing /"],
48 invalid_lhs_in_assignment: ["Invalid left-hand side in assignment"],
49 invalid_lhs_in_for_in: ["Invalid left-hand side in for-in"],
50 invalid_lhs_in_postfix_op: ["Invalid left-hand side expression in postfix operation"],
51 invalid_lhs_in_prefix_op: ["Invalid left-hand side expression in prefix operation"],
80 value_and_accessor: ["Invalid property. A property cannot both have accessors and be writable or have a value, ", "%0"],
96 invalid_weakmap_key: ["Invalid value used as weak map key"],
97 invalid_weakset_value: ["Invalid value used in weak set"],
103 observe_type_non_string: ["Invalid changeRecord with non-string 'type' property"]
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 97 bool Invalid = false;
100 Buf, SM, Ctx.getLangOpts(), &Invalid);
101 if (Invalid)

Completed in 1447 milliseconds

1 2 3 45 6 7 8 91011>>