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

/freebsd-12-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-12-stable/contrib/llvm-project/llvm/include/llvm/Testing/Support/
H A DError.h158 detail::ValueMatchesPoly<M> HasValue(M Matcher) { function in namespace:llvm
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp40 bool HasValue = false; member in struct:OffsetOption
55 Val.HasValue = false;
61 Val.HasValue = true;
599 if (Dump##ENUM_NAME.HasValue) { \
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCSerialization.h496 bool HasValue; local
497 if (auto Err = deserializeSeq(C, HasValue))
499 if (HasValue)
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h767 assert(Stack.back().HasValue && "Did not write top-level value");
835 bool HasValue = false; member in struct:llvm::json::OStream::State
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1635 bool HasValue = (Record[i++] == 4); local
1643 if (HasValue) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4960 bool HasValue = false; local
4964 if (HasValue) {
4968 HasValue = true;
4971 assert(HasValue && "Node to be masked has no data result?");

Completed in 300 milliseconds