Home
last modified time | relevance | path

Searched refs:HasValue (Results 1 – 22 of 22) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/xray/tests/unit/
H A Dfdr_controller_test.cpp31 using ::llvm::HasValue;
74 HasValue(ElementsAre( in TEST_F()
98 HasValue(ElementsAre( in TEST_F()
117 EXPECT_THAT_EXPECTED(TraceOrErr, HasValue(IsEmpty())); in TEST_F()
134 HasValue(ElementsAre( in TEST_F()
158 HasValue(ElementsAre( in TEST_F()
182 HasValue(ElementsAre( in TEST_F()
213 EXPECT_THAT_EXPECTED(TraceOrErr, HasValue(IsEmpty())); in TEST_F()
247 EXPECT_THAT_EXPECTED(TraceOrErr, HasValue(IsEmpty())); in TEST_F()
287 HasValue(ElementsAre( in TEST_F()
[all …]
H A Dfdr_log_writer_test.cpp28 using ::llvm::HasValue;
71 HasValue(ElementsAre( in TEST()
123 TraceOrErr, HasValue(ElementsAre(AllOf( in TEST()
157 EXPECT_THAT_EXPECTED(TraceOrErr, HasValue(IsEmpty())); in TEST()
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Dsimple_packed_serialization.h428 bool HasValue; in deserialize() local
429 if (!SPSArgList<bool>::deserialize(IB, HasValue)) in deserialize()
431 if (HasValue) { in deserialize()
501 bool HasValue = false; member
528 if (BSE.HasValue) in fromSPSSerializable()
576 size_t Size = SPSArgList<bool>::size(BSE.HasValue); in size()
577 if (BSE.HasValue) in size()
586 if (!SPSArgList<bool>::serialize(OB, BSE.HasValue)) in serialize()
589 if (BSE.HasValue) in serialize()
597 if (!SPSArgList<bool>::deserialize(IB, BSE.HasValue)) in deserialize()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSimplePackedSerialization.h497 bool HasValue; in deserialize() local
498 if (!SPSArgList<bool>::deserialize(IB, HasValue)) in deserialize()
500 if (HasValue) { in deserialize()
613 bool HasValue = false; member
640 if (BSE.HasValue) in fromSPSSerializable()
688 size_t Size = SPSArgList<bool>::size(BSE.HasValue); in size()
689 if (BSE.HasValue) in size()
698 if (!SPSArgList<bool>::serialize(OB, BSE.HasValue)) in serialize()
701 if (BSE.HasValue) in serialize()
709 if (!SPSArgList<bool>::deserialize(IB, BSE.HasValue)) in deserialize()
[all …]
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTraceCursor.cpp43 bool SBTraceCursor::HasValue() const { in HasValue() function in SBTraceCursor
46 return m_opaque_sp->HasValue(); in HasValue()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.cpp86 return HasValue(); in Seek()
89 bool TraceCursorIntelPT::HasValue() const { in HasValue() function in TraceCursorIntelPT
H A DTraceCursorIntelPT.h29 bool HasValue() const override;
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DJSON.cpp795 if (Stack.back().HasValue) { in valueBegin()
802 Stack.back().HasValue = true; in valueBegin()
853 if (Stack.back().HasValue) in arrayEnd()
872 if (Stack.back().HasValue) in objectEnd()
882 if (Stack.back().HasValue) in attributeBegin()
886 Stack.back().HasValue = true; in attributeBegin()
902 assert(Stack.back().HasValue && "Attribute must have a value"); in attributeEnd()
H A DUnicodeNameToCodepoint.cpp81 bool HasValue = NameInfo & 0x80; in readNode() local
90 if (HasValue) { in readNode()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBTraceCursor.i26 bool HasValue();
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTraceCursor.h53 bool HasValue() const;
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTraceCursor.h128 virtual bool HasValue() const = 0;
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp48 bool HasValue = false; member
65 Val.HasValue = false; in parse()
71 Val.HasValue = true; in parse()
98 Val.HasValue = false; in parse()
765 if (Dump##ENUM_NAME.HasValue) { \ in main()
/openbsd-src/gnu/llvm/llvm/utils/UnicodeData/
H A DUnicodeNameMappingGenerator.cpp173 bool HasValue; in dumpIndex() member
273 if (Parent.HasValue) { in dumpIndex()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTraceDumper.cpp544 for (size_t insn_seen = 0; insn_seen < count && m_cursor_sp->HasValue(); in DumpInstructions()
584 if (!m_cursor_sp->HasValue()) in DumpInstructions()
881 for (; cursor_sp->HasValue(); cursor_sp->Next()) { in CreateFunctionCallForest()
/openbsd-src/gnu/llvm/llvm/include/llvm/Testing/Support/
H A DError.h221 detail::ValueMatchesPoly<M> HasValue(M Matcher) { in HasValue() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DJSON.h967 assert(Stack.back().HasValue && "Did not write top-level value"); in ~OStream()
1054 bool HasValue = false; member
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp1014 if (!from_id.HasValue()) in RemapModule()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h63 bool HasValue() const { return m_id != 0; } in HasValue() function
H A DTypeSystemClang.cpp345 if (!id.HasValue()) in SetMemberOwningModule()
1229 if (!decl || !owning_module.HasValue()) in SetOwningModule()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2209 bool HasValue = (Record[i++] == 4); in parseAttributeGroupBlock() local
2217 if (HasValue) { in parseAttributeGroupBlock()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5929 bool HasValue = false; in SearchForAndLoads() local
5933 if (HasValue) { in SearchForAndLoads()
5937 HasValue = true; in SearchForAndLoads()
5940 assert(HasValue && "Node to be masked has no data result?"); in SearchForAndLoads()