| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | simple_packed_serialization.h | 473 bool HasValue; 474 if (!SPSArgList<bool>::deserialize(IB, HasValue)) 476 if (HasValue) { 546 bool HasValue = false; 573 if (BSE.HasValue) 621 size_t Size = SPSArgList<bool>::size(BSE.HasValue); in serialize() 622 if (BSE.HasValue) in serialize() 631 if (!SPSArgList<bool>::serialize(OB, BSE.HasValue)) in size() 634 if (BSE.HasValue) 642 if (!SPSArgList<bool>::deserialize(IB, BSE.HasValue)) 428 bool HasValue; deserialize() local 501 bool HasValue = false; global() member [all...] |
| /freebsd/contrib/llvm-project/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 …]
|
| /freebsd/contrib/llvm-project/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()
|
| /freebsd/contrib/llvm-project/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;
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | JSON.cpp | 793 if (Stack.back().HasValue) { in valueBegin() 800 Stack.back().HasValue = true; in valueBegin() 851 if (Stack.back().HasValue) in arrayEnd() 870 if (Stack.back().HasValue) in objectEnd() 880 if (Stack.back().HasValue) in attributeBegin() 884 Stack.back().HasValue = true; in attributeBegin() 900 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()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBTraceCursor.h | 49 bool HasValue() const;
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | TraceCursor.h | 128 virtual bool HasValue() const = 0;
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 51 bool HasValue = false; member 68 Val.HasValue = false; in parse() 74 Val.HasValue = true; in parse() 101 Val.HasValue = false; in parse() 864 if (Dump##ENUM_NAME.HasValue) { \ in main()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | TraceDumper.cpp | 545 for (size_t insn_seen = 0; insn_seen < count && m_cursor_sp->HasValue(); in DumpInstructions() 585 if (!m_cursor_sp->HasValue()) in DumpInstructions() 882 for (; cursor_sp->HasValue(); cursor_sp->Next()) { in CreateFunctionCallForest()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Support/ |
| H A D | Error.h | 221 detail::ValueMatchesPoly<M> HasValue(M Matcher) { in HasValue() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | JSON.h | 990 assert(Stack.back().HasValue && "Did not write top-level value"); in ~OStream() 1077 bool HasValue = false; member
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 64 bool HasValue() const { return m_id != 0; } in HasValue() function
|
| H A D | TypeSystemClang.cpp | 348 if (!id.HasValue()) in SetMemberOwningModule() 1177 if (!decl || !owning_module.HasValue()) in SetOwningModule()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTImporter.cpp | 1253 if (!from_id.HasValue()) in RemapModule()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineVerifier.cpp | 2719 bool HasValue = LRQ.valueIn() || (MI->isPHI() && LRQ.valueOut()); in checkLivenessAtUse() local 2722 if (!HasValue && LaneMask.none()) { in checkLivenessAtUse()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 2331 bool HasValue = (Record[i++] == 4); in parseAttributeGroupBlock() local 2339 if (HasValue) { in parseAttributeGroupBlock()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 6614 bool HasValue = false; in SearchForAndLoads() local 6618 if (HasValue) { in SearchForAndLoads() 6622 HasValue = true; in SearchForAndLoads() 6625 assert(HasValue && "Node to be masked has no data result?"); in SearchForAndLoads()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 66597 result = (bool)((lldb::SBTraceCursor const *)arg1)->HasValue(); in _wrap_SBTraceCursor_HasValue()
|