Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp41 bool HasValue = false; member
56 Val.HasValue = false; in parse()
62 Val.HasValue = true; in parse()
600 if (Dump##ENUM_NAME.HasValue) { \ in main()
/freebsd-12.1/contrib/llvm/include/llvm/Testing/Support/
H A DError.h159 detail::ValueMatchesPoly<M> HasValue(M Matcher) { in HasValue() function
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DRPCSerialization.h535 bool HasValue; in deserialize() local
536 if (auto Err = deserializeSeq(C, HasValue)) in deserialize()
538 if (HasValue) in deserialize()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1507 bool HasValue = (Record[i++] == 4); in parseAttributeGroupBlock() local
1515 if (HasValue) { in parseAttributeGroupBlock()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4386 bool HasValue = false; in SearchForAndLoads() local
4390 if (HasValue) { in SearchForAndLoads()
4394 HasValue = true; in SearchForAndLoads()
4397 assert(HasValue && "Node to be masked has no data result?"); in SearchForAndLoads()