| /openbsd-src/gnu/llvm/compiler-rt/lib/xray/tests/unit/ |
| H A D | fdr_controller_test.cpp | 31 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 D | fdr_log_writer_test.cpp | 28 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 D | simple_packed_serialization.h | 428 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 D | SimplePackedSerialization.h | 497 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 D | SBTraceCursor.cpp | 43 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 D | TraceCursorIntelPT.cpp | 86 return HasValue(); in Seek() 89 bool TraceCursorIntelPT::HasValue() const { in HasValue() function in TraceCursorIntelPT
|
| H A D | TraceCursorIntelPT.h | 29 bool HasValue() const override;
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | JSON.cpp | 795 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 D | UnicodeNameToCodepoint.cpp | 81 bool HasValue = NameInfo & 0x80; in readNode() local 90 if (HasValue) { in readNode()
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBTraceCursor.i | 26 bool HasValue();
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBTraceCursor.h | 53 bool HasValue() const;
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | TraceCursor.h | 128 virtual bool HasValue() const = 0;
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 48 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 D | UnicodeNameMappingGenerator.cpp | 173 bool HasValue; in dumpIndex() member 273 if (Parent.HasValue) { in dumpIndex()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | TraceDumper.cpp | 544 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 D | Error.h | 221 detail::ValueMatchesPoly<M> HasValue(M Matcher) { in HasValue() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | JSON.h | 967 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 D | ClangASTImporter.cpp | 1014 if (!from_id.HasValue()) in RemapModule()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 63 bool HasValue() const { return m_id != 0; } in HasValue() function
|
| H A D | TypeSystemClang.cpp | 345 if (!id.HasValue()) in SetMemberOwningModule() 1229 if (!decl || !owning_module.HasValue()) in SetOwningModule()
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 2209 bool HasValue = (Record[i++] == 4); in parseAttributeGroupBlock() local 2217 if (HasValue) { in parseAttributeGroupBlock()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 5929 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()
|