Searched refs:HasValue (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp630 if (Stack.back().HasValue) {
636 Stack.back().HasValue = true;
657 if (Stack.back().HasValue)
675 if (Stack.back().HasValue)
684 if (Stack.back().HasValue)
687 Stack.back().HasValue = true;
703 assert(Stack.back().HasValue && "Attribute must have a value");
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp44 bool HasValue = false; member in struct:__anon4833::OffsetOption
61 Val.HasValue = false;
67 Val.HasValue = true;
94 Val.HasValue = false;
643 if (Dump##ENUM_NAME.HasValue) { \
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Testing/Support/
H A DError.h200 detail::ValueMatchesPoly<M> HasValue(M Matcher) { function in namespace:llvm
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCSerialization.h495 bool HasValue; local
496 if (auto Err = deserializeSeq(C, HasValue))
498 if (HasValue)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h770 assert(Stack.back().HasValue && "Did not write top-level value");
838 bool HasValue = false; member in struct:llvm::json::OStream::State
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp1040 if (!from_id.HasValue())
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h63 bool HasValue() const { return m_id != 0; } function in class:lldb_private::OptionalClangModuleID
H A DTypeSystemClang.cpp341 if (!id.HasValue())
1237 if (!decl || !owning_module.HasValue())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1626 bool HasValue = (Record[i++] == 4); local
1634 if (HasValue) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5054 bool HasValue = false; local
5058 if (HasValue) {
5062 HasValue = true;
5065 assert(HasValue && "Node to be masked has no data result?");

Completed in 229 milliseconds