Searched refs:Invalid (Results 151 - 175 of 376) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLexer.h274 assert(BufferPtr >= BufferStart && "Invalid buffer state");
309 bool *Invalid = nullptr);
319 bool *Invalid = nullptr);
468 bool *Invalid = nullptr);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
H A DARM.cpp157 .Default(ReadTPMode::Invalid);
158 if (ThreadPointer != ReadTPMode::Invalid)
164 return ReadTPMode::Invalid;
281 if (DefaultABI != arm::FloatABI::Invalid &&
356 return FloatABI::Invalid;
359 return FloatABI::Invalid;
366 arm::FloatABI ABI = FloatABI::Invalid;
379 .Default(FloatABI::Invalid);
380 if (ABI == FloatABI::Invalid && !StringRef(A->getValue()).empty()) {
388 if (ABI == FloatABI::Invalid)
[all...]
H A DMips.cpp154 mips::FloatABI ABI = mips::FloatABI::Invalid;
166 .Default(mips::FloatABI::Invalid);
167 if (ABI == mips::FloatABI::Invalid && !StringRef(A->getValue()).empty()) {
175 if (ABI == mips::FloatABI::Invalid) {
187 assert(ABI != mips::FloatABI::Invalid && "must select an ABI");
/netbsd-current/external/bsd/kyua-cli/dist/integration/
H A Dcmd_about_test.sh116 atf_fail "Invalid version message"
123 Usage error for command about: Invalid about topic 'foo'.
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DSanitizerArgs.h46 llvm::AsanDtorKind AsanDtorKind = llvm::AsanDtorKind::Invalid;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Edit/
H A DEditedSource.h103 bool &Invalid);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DParsedAttr.h240 mutable unsigned Invalid : 1;
300 EllipsisLoc(ellipsisLoc), NumArgs(numArgs), Invalid(false),
319 NumArgs(1), Invalid(false), UsedAsTypeAttr(false), IsAvailability(true),
337 NumArgs(3), Invalid(false), UsedAsTypeAttr(false),
354 NumArgs(1), Invalid(false), UsedAsTypeAttr(false),
372 NumArgs(0), Invalid(false), UsedAsTypeAttr(false),
386 NumArgs(0), Invalid(false), UsedAsTypeAttr(false),
439 bool isInvalid() const { return Invalid; }
440 void setInvalid(bool b = true) const { Invalid = b; }
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml179 | Invalid (* not an instruction *) Constructor in type:Opcode/t
276 | Invalid Constructor in type:AtomicOrdering/t
774 | At_end _ -> raise (Invalid_argument "Invalid global variable range.")
785 | At_end _ -> raise (Invalid_argument "Invalid global variable range.")
794 | At_start _ -> raise (Invalid_argument "Invalid global variable range.")
805 | At_start _ -> raise (Invalid_argument "Invalid global variable range.")
841 | At_end _ -> raise (Invalid_argument "Invalid function range.")
852 | At_end _ -> raise (Invalid_argument "Invalid function range.")
861 | At_start _ -> raise (Invalid_argument "Invalid function range.")
872 | At_start _ -> raise (Invalid_argument "Invalid functio
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dxgettext-csharp-346 // Invalid concatenations are not concatenated.
161 #. Invalid concatenations are not concatenated.
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DTokenLexer.cpp774 bool Invalid = false; local
775 unsigned LHSLen = PP.getSpelling(LHSTok, BufPtr, &Invalid);
778 if (Invalid)
782 unsigned RHSLen = PP.getSpelling(RHS, BufPtr, &Invalid);
783 if (Invalid)
824 bool Invalid = false; local
826 = SourceMgr.getBufferData(LocFileID, &Invalid).data();
827 if (Invalid)
/netbsd-current/sys/external/isc/libsodium/dist/test/default/
H A Dwintest.bat23 echo "Invalid build type"
/netbsd-current/external/apache2/llvm/dist/libcxx/src/support/solaris/
H A Dmbsnrtowcs.inc47 /* Invalid sequence - mbrtowc() sets errno. */
H A Dwcsnrtombs.inc44 /* Invalid character - wcrtomb() sets errno. */
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h194 Invalid enumerator in enum:llvm::RISCVFPRndMode::RoundingMode
224 .Default(RISCVFPRndMode::Invalid);
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DOSLog.cpp93 case clang::analyze_format_string::OptionalAmount::Invalid:
109 case clang::analyze_format_string::OptionalAmount::Invalid:
H A DASTDiagnostic.cpp342 "Invalid modifier for Qualfiers argument");
357 "Invalid modifier for Qualfiers argument");
399 "Invalid modifier for QualType argument");
413 "Invalid modifier for DeclarationName argument");
424 "Invalid modifier for NamedDecl* argument");
531 Invalid, enumerator in enum:__anon296::TemplateDiff::DiffTree::DiffKind
573 DiffKind Kind = Invalid;
614 assert(FlatTree[CurrentNode].Kind == Invalid && "Node is not empty.");
625 assert(FlatTree[CurrentNode].Kind == Invalid && "Node is not empty.");
634 assert(FlatTree[CurrentNode].Kind == Invalid
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp182 bool Invalid = false; local
183 StringRef Data = SMgr.getBufferData(FID, &Invalid);
184 if (Invalid)
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-import-test/
H A Dclang-import-test.cpp105 const char *LocData = SM.getCharacterData(Loc, /*Invalid=*/nullptr);
107 SM.getSpellingColumnNumber(Loc, /*Invalid=*/nullptr) - 1;
152 bool Invalid = true; variable
153 StringRef Ref = Lexer::getSourceText(Range, SM, *LangOpts, &Invalid);
154 if (!Invalid) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Rewrite/
H A DHTMLRewrite.cpp47 bool Invalid = false; local
48 const char *BufferStart = SM.getBufferData(FID, &Invalid).data();
49 if (Invalid)
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DFormatString.h286 static ArgType Invalid() { return ArgType(InvalidTy); } function in class:clang::analyze_format_string::ArgType
327 enum HowSpecified { NotSpecified, Constant, Arg, Invalid }; enumerator in enum:clang::analyze_format_string::OptionalAmount::HowSpecified
338 : start(nullptr),length(0), hs(valid ? NotSpecified : Invalid), amt(0),
346 return hs == Invalid;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h253 Invalid, enumerator in enum:llvm::AArch64CC::CondCode
466 Invalid = -1, enumerator in enum:llvm::AArch64SE::ShiftExtSpecifiers
487 Invalid = -1, enumerator in enum:llvm::AArch64Layout::VectorLayout
541 .Default(AArch64Layout::Invalid);
/netbsd-current/usr.bin/mail/
H A Dlist.c928 (void)printf("%d: Invalid message number\n", mesg);
/netbsd-current/usr.bin/make/unit-tests/
H A Dvar-eval-short.mk85 # error message 'Invalid time value: ${FAIL}}' since it did not expand its
100 # error message 'Invalid time value: ${FAIL}}' since it did not expand its
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc104 // Invalid conversion specifier.
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc102 // Invalid conversion specifier.

Completed in 314 milliseconds

1234567891011>>