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

12345678

/macosx-10.10.1/llvmCore-3425.0.34/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; }
/macosx-10.10.1/llvmCore-3425.0.34/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; }
/macosx-10.10.1/llvmCore-3425.0.34/lib/TableGen/
H A DTGLexer.cpp238 return ReturnError(TokStart, "Invalid variable name");
382 return ReturnError(TokStart, "Invalid hexadecimal number");
387 return ReturnError(TokStart, "Invalid hexadecimal number");
392 return ReturnError(TokStart, "Invalid hexadecimal number");
405 return ReturnError(CurPtr-2, "Invalid binary number");
452 return ReturnError(CurPtr - 1, "Invalid \"!operator\"");
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DPolymorphicGetByIdList.h45 Invalid, enumerator in enum:JSC::GetByIdAccess::AccessType
54 : m_type(Invalid)
67 bool isSet() const { return m_type != Invalid; }
H A DPolymorphicPutByIdList.h47 Invalid, enumerator in enum:JSC::PutByIdAccess::AccessType
55 : m_type(Invalid)
114 bool isSet() const { return m_type != Invalid; }
/macosx-10.10.1/WebKit2-7600.1.25/Shared/mac/
H A DSecItemRequestData.h41 Invalid, enumerator in enum:WebKit::SecItemRequestData::Type
H A DSecItemRequestData.cpp35 : m_type(Invalid)
/macosx-10.10.1/uucp-11/uucp/contrib/
H A DLogin.LAT123 logerr Invalid LAT server password
135 logerr No VMS Password: prompt. Invalid password?
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Debnf-ebx.el221 (error "Invalid EBNFX file format"))
246 (error "Invalid rule name"))
249 (error "Invalid rule: missing `::='"))
252 (error "Invalid rule: there is no end of rule"))
458 (error "Invalid character"))
503 (error "Invalid character"))
535 (error "Invalid beginning of comment"))
650 (error "Invalid character `%c'" char)))))
658 (error "Invalid hexadecimal character"))
661 (error "Invalid hexadecima
[all...]
H A Debnf-abn.el236 (error "Invalid ABNF file format"))
277 (error "Invalid rule name"))
280 (error "Invalid rule: missing `=' or `=/'"))
285 (error "Invalid rule: there is no end of rule"))
523 (error "Invalid character"))
544 (error "Invalid prose value")))
549 (error "Invalid prose value"))
605 (error "Invalid character"))
643 (t (error "Invalid terminal value")))))
646 (error "Invalid termina
[all...]
H A Debnf-dtd.el755 (error "Invalid DOCTYPE element"))
780 (error "Invalid ELEMENT name"))
792 (error "Invalid ELEMENT content"))
811 (error "Invalid name"))
867 (error "Invalid element"))
929 (error "Invalid ATTLIST name"))
944 (error "Invalid type in ATTLIST declaration")))
954 (error "Invalid default value in ATTLIST declaration"))))
964 (error "Invalid name in %s type in ATTLIST declaration" type))
1004 (error "Invalid nam
[all...]
H A Debnf-bnf.el155 (error "Invalid EBNF file format"))
177 (error "Invalid header production"))
179 (error "Invalid production: missing `='"))
182 (error "Invalid production: missing `.'"))
465 (error "Invalid character"))
474 (error "Invalid `default' element")))
554 (error "Invalid character"))
H A Debnf-yac.el128 (error "Invalid Yacc/Bison file format"))
190 (error "Invalid rule name"))
192 (error "Invalid rule: missing `:'"))
195 (error "Invalid rule: missing `;'"))
350 (error "Invalid character"))
429 (error "Invalid character"))
480 (error "Invalid character"))
H A Debnf-iso.el151 (error "Invalid ISO EBNF file format"))
173 (error "Invalid meta identifier syntax rule"))
175 (error "Invalid syntax rule: missing `='"))
178 (error "Invalid syntax rule: missing `;' or `.'"))
431 (error "Invalid character"))
531 (error "Invalid character"))
/macosx-10.10.1/tcl-105/tcl_ext/tclae/tclae/library/
H A Doserrors.tcl63 set error::OSErr(-30720) {System -30720 {Invalid date and time.}}
77 set error::OSErr(-1710) {AppleEvent -1710 {Invalid sending mode was passed.}}
86 set error::OSErr(-1719) {AppleEvent -1719 {Can't get <reference>. Invalid index.}}
87 set error::OSErr(-1720) {AppleEvent -1720 {Invalid range.}}
98 set error::OSErr(-1751) {AppleEvent -1751 {Invalid script id.}}
101 set error::OSErr(-1754) {AppleEvent -1754 {Invalid selector given.}}
102 set error::OSErr(-1755) {AppleEvent -1755 {Invalid access.}}
113 set error::OSErr(-10002) {AERegistry -10002 {Invalid key form.}}
/macosx-10.10.1/vim-55/runtime/compiler/
H A Dfortran_g77.vim32 " Invalid declaration of or reference to symbol `desca' at (2) [initially seen at (1)]
/macosx-10.10.1/Heimdal-398.1.2/tests/apple/
H A Dcheck-server-hodadmin.in81 $hodadmin . principal-clearflags $u Invalid Forwardable || exit 1
86 $hodadmin . principal-clearflags $s Invalid Forwardable || exit 1
H A Dcheck-apple-hodadmin.in77 $hodadmin . principal-clearflags $u Invalid Forwardable || exit 1
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DSecItemShimProxy.cpp65 case SecItemRequestData::Invalid:
/macosx-10.10.1/curl-83.1.2/curl/tests/
H A Dvalgrind.pm91 elsif($_ =~ /Invalid read of size (\d+)/) {
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h42 /// Invalid - Clients of MemDep never see this.
43 Invalid = 0, enumerator in enum:llvm::MemDepResult::DepType
101 MemDepResult() : Value(0, Invalid) {}
181 bool isDirty() const { return Value.getInt() == Invalid; }
184 return MemDepResult(PairTy(Inst, Invalid));
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm.ml139 | 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 paramete
[all...]
/macosx-10.10.1/apr-32/apr-util/apr-util/dbd/
H A Dapr_dbd_odbc.c1072 err_step = "Invalid DBD Parameters - open";
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DDynamicLibrary.cpp53 char llvm::sys::DynamicLibrary::Invalid = 0; member in class:llvm::sys::DynamicLibrary
/macosx-10.10.1/emacs-93/emacs/lisp/eshell/
H A Desh-var.el475 (error "Invalid variable reference")))))
572 (error "Invalid array variable index: %s"
605 (error "Invalid data type for indexing")))))

Completed in 146 milliseconds

12345678