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

1234567891011>>

/openbsd-current/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizerOptions.h19 Invalid, ///< Not a valid destructor Kind. member in class:llvm::AsanDtorKind
34 Invalid, ///< Not a valid detect mode. member in class:llvm::AsanDetectStackUseAfterReturnMode
/openbsd-current/usr.bin/top/
H A Dtop.h48 #define Invalid -2 macro
/openbsd-current/gnu/llvm/llvm/include/llvm/Frontend/HLSL/
H A DHLSLResource.h28 Invalid, member in class:llvm::hlsl::ResourceClass
29 NumClasses = Invalid,
35 Invalid = 0, member in class:llvm::hlsl::ResourceKind
/openbsd-current/gnu/llvm/llvm/include/llvm/WindowsResource/
H A DResourceScriptTokenList.h16 TOKEN(Invalid) // Invalid token. Should not occur in a valid script.
/openbsd-current/gnu/llvm/clang/include/clang/Basic/
H A DHLSLRuntime.h28 if (Pipeline > (uint32_t)ShaderStage::Invalid)
29 return ShaderStage::Invalid;
55 ShaderStage::Invalid, member in class:clang::hlsl::ShaderStage
57 "clang::ShaderStage for Invalid");
59 ShaderStage::Invalid, member in class:clang::hlsl::ShaderStage
61 "clang::ShaderStage for Invalid");
/openbsd-current/gnu/llvm/clang/lib/Basic/
H A DSourceLocation.cpp215 unsigned FullSourceLoc::getLineNumber(bool *Invalid) const {
217 return SrcMgr->getLineNumber(getFileID(), getFileOffset(), Invalid);
220 unsigned FullSourceLoc::getColumnNumber(bool *Invalid) const {
222 return SrcMgr->getColumnNumber(getFileID(), getFileOffset(), Invalid);
230 unsigned FullSourceLoc::getExpansionLineNumber(bool *Invalid) const {
232 return SrcMgr->getExpansionLineNumber(*this, Invalid);
235 unsigned FullSourceLoc::getExpansionColumnNumber(bool *Invalid) const {
237 return SrcMgr->getExpansionColumnNumber(*this, Invalid);
240 unsigned FullSourceLoc::getSpellingLineNumber(bool *Invalid) const {
242 return SrcMgr->getSpellingLineNumber(*this, Invalid);
[all...]
H A DSanitizers.cpp78 case llvm::AsanDtorKind::Invalid:
88 .Default(llvm::AsanDtorKind::Invalid);
100 case llvm::AsanDetectStackUseAfterReturnMode::Invalid:
112 .Default(llvm::AsanDetectStackUseAfterReturnMode::Invalid);
H A DSourceManager.cpp278 bool Invalid = false; local
279 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid);
280 if (!Entry.isFile() || Invalid)
433 bool *Invalid) const {
436 if (Invalid)
437 *Invalid = true;
740 StringRef SourceManager::getBufferData(FileID FID, bool *Invalid) const {
742 if (Invalid)
743 *Invalid = !B;
868 assert(0 && "Invalid SLocOffse
1232 isInvalid(LocType Loc, bool *Invalid) argument
1529 bool Invalid = false; local
1622 bool Invalid = false; local
1667 bool Invalid = false; local
1781 bool Invalid = false; local
1965 bool Invalid = false; local
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DFloatingPointMode.h32 /// the bit field (now - 3 bits). The value \c Invalid is used only in values
46 Invalid = -1 ///< Denotes invalid value. member in class:llvm::RoundingMode
73 Invalid = -1,
87 DenormalModeKind Output = DenormalModeKind::Invalid;
92 DenormalModeKind Input = DenormalModeKind::Invalid;
100 return DenormalMode(DenormalModeKind::Invalid, DenormalModeKind::Invalid);
130 return Output != DenormalModeKind::Invalid &&
131 Input != DenormalModeKind::Invalid;
157 .Default(DenormalMode::Invalid);
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/module/
H A Daliases-func.t28 qr{ \A Invalid [ ] attribute [ ] name [ ] alert [ ] at [ ] }xms,
79 # Invalid alias names.
84 qr{ \A Invalid [ ] alias [ ] name [ ] "foo;bar" [ ] at [ ] }xms,
91 qr{ \A Invalid [ ] alias [ ] name [ ] "" [ ] at [ ] }xms,
109 qr{ \A Invalid [ ] attribute [ ] name [ ] "chartreuse" [ ] at [ ] }xms,
/openbsd-current/gnu/llvm/clang/include/clang/Sema/
H A DOwnership.h154 bool Invalid; member in class:clang::ActionResult
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
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/version/t/
H A D02derived.t33 die 'Invalid version string format' unless version::is_strict($val);
88 like($@, qr/Invalid version object/,
91 like($@, qr/Invalid version object/,
94 like($@, qr/Invalid version object/,
97 like($@, qr/Invalid version object/,
102 like($@, qr/Invalid version string format/,
106 unlike($@, qr/Invalid version string format/,
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DDynamicLibrary.h37 static char Invalid; member in class:llvm::sys::DynamicLibrary
43 explicit DynamicLibrary(void *data = &Invalid) : Data(data) {} argument
49 bool isValid() const { return Data != &Invalid; }
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCIndexInclusionStack.cpp31 bool Invalid = false; local
33 IsLocal ? SM.getLocalSLocEntry(i) : SM.getLoadedSLocEntry(i, &Invalid);
34 if (!SL.isFile() || Invalid)
/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/Arch/
H A DM68k.h24 Invalid, member in class:clang::driver::tools::m68k::FloatABI
H A DSparc.h24 Invalid, member in class:clang::driver::tools::sparc::FloatABI
H A DCSKY.h25 Invalid, member in class:clang::driver::tools::csky::FloatABI
/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DValue.h42 Invalid = -1, member in class:lldb_private::Value::ValueType
59 Invalid = -1, member in class:lldb_private::Value::ContextType
93 m_context_type = ContextType::Invalid;
153 ContextType m_context_type = ContextType::Invalid;
/openbsd-current/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.h28 Invalid
37 LibCppStdFunctionCallableCase::Invalid;
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DPseudoProbe.h27 enum class PseudoProbeReservedId { Invalid = 0, Last = Invalid }; member in class:llvm::PseudoProbeReservedId
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DRawCommentList.cpp74 bool Invalid = false; local
75 unsigned C1 = SM.getPresumedColumnNumber(L1, &Invalid);
76 if (!Invalid) {
77 unsigned C2 = SM.getPresumedColumnNumber(L2, &Invalid);
78 return !Invalid && (C1 == C2);
132 bool Invalid = false; local
134 SourceMgr.getBufferData(BeginFileID, &Invalid).data();
136 (!Invalid && !onlyWhitespaceOnLineBefore(Buffer, BeginOffset));
170 bool Invalid = false; local
172 &Invalid)
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVariant.cpp67 // 2) Invalid, we can't obtain it or it is not a type we expect
69 enum class LibcxxVariantIndexValidity { Valid, Invalid, NPos }; member in class:__anon1365::LibcxxVariantIndexValidity
90 return LibcxxVariantIndexValidity::Invalid;
103 return LibcxxVariantIndexValidity::Invalid;
162 if (validity == LibcxxVariantIndexValidity::Invalid)
229 if (validity == LibcxxVariantIndexValidity::Invalid)
/openbsd-current/gnu/llvm/llvm/lib/Support/Unix/
H A DDynamicLibrary.inc32 return &DynamicLibrary::Invalid;
58 return &Invalid;
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86MacroFusion.cpp47 if (BranchKind == X86::SecondMacroFusionInstKind::Invalid)
/openbsd-current/sys/dev/microcode/aic7xxx/
H A Daicasm_scan.l274 <INCLUDE>. { stop("Invalid include line", EX_DATAERR); }
319 snprintf(buf, sizeof(buf), "Invalid character "
434 snprintf(buf, sizeof(buf), "Invalid character "

Completed in 397 milliseconds

1234567891011>>