Home
last modified time | relevance | path

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

12345678910>>...15

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp286 bool Invalid = false; in AddLineNote() local
287 SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid); in AddLineNote()
288 if (!Entry.isFile() || Invalid) in AddLineNote()
441 bool *Invalid) const { in loadSLocEntry()
442 return const_cast<SourceManager *>(this)->loadSLocEntry(Index, Invalid); in loadSLocEntry()
445 SrcMgr::SLocEntry &SourceManager::loadSLocEntry(unsigned Index, bool *Invalid) { in loadSLocEntry() argument
448 if (Invalid) in loadSLocEntry()
449 *Invalid = true; in loadSLocEntry()
752 StringRef SourceManager::getBufferData(FileID FID, bool *Invalid) const { in getBufferData()
754 if (Invalid) in getBufferData()
[all …]
H A DSanitizers.cpp78 case llvm::AsanDtorKind::Invalid: in AsanDtorKindToString()
88 .Default(llvm::AsanDtorKind::Invalid); in AsanDtorKindFromString()
100 case llvm::AsanDetectStackUseAfterReturnMode::Invalid: in AsanDetectStackUseAfterReturnModeToString()
112 .Default(llvm::AsanDetectStackUseAfterReturnMode::Invalid); in AsanDetectStackUseAfterReturnModeFromString()
/freebsd/crypto/heimdal/lib/kadm5/
H A Dkadm5_err.et25 error_code BAD_MASK, "Invalid field mask for operation"
26 error_code BAD_CLASS, "Invalid number of character classes"
27 error_code BAD_LENGTH, "Invalid password length"
28 error_code BAD_POLICY, "Invalid policy name"
29 error_code BAD_PRINCIPAL, "Invalid principal name."
30 error_code BAD_AUX_ATTR, "Invalid auxillary attributes"
31 error_code BAD_HISTORY, "Invalid password history count"
53 error_code BAD_CLIENT_PARAMS, "Invalid configuration parameter for remote KADM5 client"
54 error_code BAD_SERVER_PARAMS, "Invalid configuration parameter for local KADM5 client."
57 error_code BAD_TL_TYPE, "Invalid tagged data list element type"
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h47 Invalid = -1 ///< Denotes invalid value. enumerator
74 Invalid = -1, enumerator
91 DenormalModeKind Output = DenormalModeKind::Invalid;
96 DenormalModeKind Input = DenormalModeKind::Invalid;
106 return DenormalMode(DenormalModeKind::Invalid, DenormalModeKind::Invalid); in getInvalid()
145 return Output != DenormalModeKind::Invalid && in isValid()
146 Input != DenormalModeKind::Invalid; in isValid()
197 .Default(DenormalMode::Invalid); in parseDenormalFPAttributeComponent()
/freebsd/contrib/llvm-project/lld/Common/
H A DDriverDispatcher.cpp37 .Default(Invalid); in getFlavor()
94 return Invalid; in parseProgname()
103 return Invalid; in parseFlavorWithoutMinGW()
106 if (f == Invalid) { in parseFlavorWithoutMinGW()
108 return Invalid; in parseFlavorWithoutMinGW()
119 if (f == Invalid) { in parseFlavorWithoutMinGW()
123 return Invalid; in parseFlavorWithoutMinGW()
133 return Invalid; in parseFlavor()
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-gmtime.exp1 make: "varmod-gmtime.mk" line 61: while evaluating "${:L:gmtime=-1} != """ with value "": Invalid t…
3 make: "varmod-gmtime.mk" line 72: while evaluating "${:L:gmtime= 1} != """ with value "": Invalid t…
5 …ing "${:L:gmtime=10000000000000000000000000000000} != """ with value "": Invalid time value "10000…
7 …mk" line 133: while evaluating "${:L:gmtime=error} != """ with value "": Invalid time value "error"
9 make: "varmod-gmtime.mk" line 144: while evaluating variable "%Y" with value "%Y": Invalid time val…
H A Dvarmod-localtime.exp1 …ime.mk" line 61: while evaluating "${:L:localtime=-1} != """ with value "": Invalid time value "-1"
3 …ime.mk" line 72: while evaluating "${:L:localtime= 1} != """ with value "": Invalid time value " 1"
5 … "${:L:localtime=10000000000000000000000000000000} != """ with value "": Invalid time value "10000…
7 … line 133: while evaluating "${:L:localtime=error} != """ with value "": Invalid time value "error"
9 make: "varmod-localtime.mk" line 144: while evaluating variable "%Y" with value "%Y": Invalid time …
H A Dvarmod-to-separator.exp1 … line 155: while evaluating variable "WORDS" with value "one two three": Invalid character number …
3 … line 171: while evaluating variable "WORDS" with value "one two three": Invalid character number …
5 …arator.mk" line 180: while evaluating variable "word" with value "word": Invalid character number …
7 …arator.mk" line 187: while evaluating variable "word" with value "word": Invalid character number …
25 …or.mk" line 276: while evaluating "${:Ua b:ts\x1F60E}" with value "a b": Invalid character number …
H A Dparse.exp1 make: "parse.mk" line 7: Invalid line '<<<<<< old'
2 make: "parse.mk" line 14: Invalid line '>>>>>> new'
3 make: "parse.mk" line 25: Invalid line 'one-target ${:U }', expanded to 'one-target '
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp30 Invalid = static_cast<int>(OpenACCDirectiveKind::Invalid), enumerator
43 return OpenACCDirectiveKindEx::Invalid; in getOpenACCDirectiveKind()
62 .Default(OpenACCDirectiveKind::Invalid); in getOpenACCDirectiveKind()
64 if (DirKind != OpenACCDirectiveKind::Invalid) in getOpenACCDirectiveKind()
71 .Default(OpenACCDirectiveKindEx::Invalid); in getOpenACCDirectiveKind()
94 return OpenACCClauseKind::Invalid; in getOpenACCClauseKind()
148 .Default(OpenACCClauseKind::Invalid); in getOpenACCClauseKind()
155 return OpenACCAtomicKind::Invalid; in getOpenACCAtomicKind()
162 .Default(OpenACCAtomicKind::Invalid); in getOpenACCAtomicKind()
167 return OpenACCDefaultClauseKind::Invalid; in getOpenACCDefaultClauseKind()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1102 StringRef getBufferData(FileID FID, bool *Invalid = nullptr) const;
1417 bool *Invalid = nullptr) const;
1426 bool *Invalid = nullptr) const;
1428 bool *Invalid = nullptr) const;
1430 bool *Invalid = nullptr) const;
1432 bool *Invalid = nullptr) const;
1440 unsigned getLineNumber(FileID FID, unsigned FilePos, bool *Invalid = nullptr) const;
1441 unsigned getSpellingLineNumber(SourceLocation Loc, bool *Invalid = nullptr) const;
1442 unsigned getExpansionLineNumber(SourceLocation Loc, bool *Invalid = nullptr) const;
1443 unsigned getPresumedLineNumber(SourceLocation Loc, bool *Invalid = nullptr) const;
[all …]
H A DOpenACCKinds.h66 Invalid, enumerator
133 case OpenACCDirectiveKind::Invalid: in printOpenACCDirectiveKind()
160 Invalid, enumerator
290 Invalid, enumerator
446 case OpenACCClauseKind::Invalid: in printOpenACCClauseKind()
468 Invalid, enumerator
479 case OpenACCDefaultClauseKind::Invalid: in printOpenACCDefaultClauseKind()
515 Invalid, enumerator
540 case OpenACCReductionOperator::Invalid: in printOpenACCReductionOperator()
H A DHLSLRuntime.h28 if (Pipeline > (uint32_t)ShaderStage::Invalid) in getStageFromEnvironment()
29 return ShaderStage::Invalid; in getStageFromEnvironment()
55 ShaderStage::Invalid,
59 ShaderStage::Invalid,
H A DSourceLocation.h399 unsigned getExpansionLineNumber(bool *Invalid = nullptr) const;
400 unsigned getExpansionColumnNumber(bool *Invalid = nullptr) const;
408 unsigned getSpellingLineNumber(bool *Invalid = nullptr) const;
409 unsigned getSpellingColumnNumber(bool *Invalid = nullptr) const;
411 const char *getCharacterData(bool *Invalid = nullptr) const;
413 unsigned getLineNumber(bool *Invalid = nullptr) const;
414 unsigned getColumnNumber(bool *Invalid = nullptr) const;
421 StringRef getBufferData(bool *Invalid = nullptr) const;
/freebsd/crypto/heimdal/lib/ntlm/
H A Dntlm_err.et19 error_code INVALID_APOP, "Invalid APOP response"
20 error_code INVALID_CRAM_MD5, "Invalid CRAM-MD5 response"
21 error_code INVALID_DIGEST_MD5, "Invalid DIGEST-MD5 response"
22 error_code INVALID_DIGEST_MD5_RSPAUTH, "Invalid DIGEST-MD5 rspauth"
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp111 bool Invalid = false; in getExpansionForSplitToken() local
112 auto &SLoc = SM.getSLocEntry(SM.getFileID(Loc), &Invalid); in getExpansionForSplitToken()
113 if (Invalid) in getExpansionForSplitToken()
229 bool Invalid = false; in getEntityEndLoc() local
231 llvm::StringRef File = SM.getBufferData(FileOffset.first, &Invalid); in getEntityEndLoc()
232 assert(!Invalid && "Cannot get file/offset"); in getEntityEndLoc()
382 bool Invalid = false; in atOrBeforeSeparation() local
384 SM.getCharacterData(Loc.getLocWithOffset(-1), &Invalid); in atOrBeforeSeparation()
385 assert(!Invalid && in atOrBeforeSeparation()
466 bool Invalid; in getAssociatedRange() local
[all …]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp113 case ValueType::Invalid: in GetValueAddressType()
135 return Value::ValueType::Invalid; in GetValueTypeFromAddressType()
159 case ValueType::Invalid: in AppendDataToHostBuffer()
199 case ContextType::Invalid: in ValueOf()
221 case ContextType::Invalid: in GetValueByteSize()
242 case ContextType::Invalid: in GetCompilerType()
279 case ContextType::Invalid: in GetValueDefaultFormat()
294 case ValueType::Invalid: in GetData()
331 case ValueType::Invalid: in GetValueAsData()
581 case ValueType::Invalid in ResolveValue()
[all...]
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvaluationResult.h38 Invalid, // Result is invalid. enumerator
53 assert(Kind == Valid || Kind == Invalid); in EvaluationResult()
77 Kind = Invalid; in setInvalid()
88 bool isInvalid() const { return Kind == Invalid; } in isInvalid()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVariant.cpp69 enum class LibcxxVariantIndexValidity { Valid, Invalid, NPos }; enumerator
89 return LibcxxVariantIndexValidity::Invalid; in LibcxxVariantGetIndexValidity()
102 return LibcxxVariantIndexValidity::Invalid; in LibcxxVariantGetIndexValidity()
158 if (validity == LibcxxVariantIndexValidity::Invalid) in LibcxxVariantSummaryProvider()
225 if (validity == LibcxxVariantIndexValidity::Invalid) in Update()
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp178 bool Invalid = false; in commitInsertFromRange() local
179 StringRef text = getSourceText(BeginOffs, B, Invalid); in commitInsertFromRange()
180 if (Invalid) in commitInsertFromRange()
189 bool Invalid = false; in commitInsertFromRange() local
190 StringRef text = getSourceText(BeginOffs, EndOffs, Invalid); in commitInsertFromRange()
191 if (Invalid) in commitInsertFromRange()
345 bool Invalid = false; in adjustRemoval() local
346 StringRef buffer = SM.getBufferData(offs.getFID(), &Invalid); in adjustRemoval()
347 if (Invalid) in adjustRemoval()
455 bool &Invalid) { in getSourceText() argument
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDynamicLibrary.h37 static char Invalid; variable
43 explicit DynamicLibrary(void *data = &Invalid) : Data(data) {} in Data()
49 bool isValid() const { return Data != &Invalid; } in isValid()
H A DDXILABI.h26 Invalid = 0, enumerator
52 Invalid = 0, enumerator
76 Invalid = 0, enumerator
/freebsd/crypto/heimdal/lib/wind/
H A Dwind_err.et17 error_code INVALID_UTF8, "Invalid UTF-8 combination in string"
18 error_code INVALID_UTF16, "Invalid UTF-16 combination in string"
19 error_code INVALID_UTF32, "Invalid UTF-32 combination in string"
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DMacroArgs.cpp237 bool Invalid = false; in StringifyArgument() local
238 std::string TokStr = PP.getSpelling(Tok, &Invalid); in StringifyArgument()
239 if (!Invalid) { in StringifyArgument()
251 bool Invalid = false; in StringifyArgument() local
252 unsigned ActualTokLen = PP.getSpelling(Tok, BufPtr, &Invalid); in StringifyArgument()
254 if (!Invalid) { in StringifyArgument()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h42 Invalid = -1, enumerator
59 Invalid = -1, enumerator
93 m_context_type = ContextType::Invalid; in ClearContext()
155 ContextType m_context_type = ContextType::Invalid;

12345678910>>...15