HomeSort by: relevance | last modified time | path
    Searched refs:HasValue (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
fdr_controller_test.cc 32 using ::llvm::HasValue;
75 HasValue(ElementsAre(
99 HasValue(ElementsAre(
118 EXPECT_THAT_EXPECTED(TraceOrErr, HasValue(IsEmpty()));
135 HasValue(ElementsAre(
159 HasValue(ElementsAre(
183 HasValue(ElementsAre(
214 EXPECT_THAT_EXPECTED(TraceOrErr, HasValue(IsEmpty()));
248 EXPECT_THAT_EXPECTED(TraceOrErr, HasValue(IsEmpty()));
288 HasValue(ElementsAre
    [all...]
fdr_log_writer_test.cc 29 using ::llvm::HasValue;
72 HasValue(ElementsAre(
124 TraceOrErr, HasValue(ElementsAre(AllOf(
158 EXPECT_THAT_EXPECTED(TraceOrErr, HasValue(IsEmpty()));
  /src/external/apache2/llvm/dist/llvm/lib/Support/
JSON.cpp 776 if (Stack.back().HasValue) {
783 Stack.back().HasValue = true;
834 if (Stack.back().HasValue)
853 if (Stack.back().HasValue)
863 if (Stack.back().HasValue)
867 Stack.back().HasValue = true;
883 assert(Stack.back().HasValue && "Attribute must have a value");
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
Serialization.h 476 bool HasValue;
477 if (auto Err = deserializeSeq(C, HasValue))
479 if (HasValue)
570 bool HasValue = false;
571 if (auto Err = deserializeSeq(C, HasValue))
573 if (HasValue)
  /src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
llvm-dwarfdump.cpp 44 bool HasValue = false;
61 Val.HasValue = false;
67 Val.HasValue = true;
94 Val.HasValue = false;
649 if (Dump##ENUM_NAME.HasValue) { \
  /src/external/apache2/llvm/dist/llvm/include/llvm/Testing/Support/
Error.h 200 detail::ValueMatchesPoly<M> HasValue(M Matcher) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
JSON.h 897 assert(Stack.back().HasValue && "Did not write top-level value");
984 bool HasValue = false;
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 1650 bool HasValue = (Record[i++] == 4);
1658 if (HasValue) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 5388 bool HasValue = false;
5392 if (HasValue) {
5396 HasValue = true;
5399 assert(HasValue && "Node to be masked has no data result?");
7567 if (!IsBigEndian.hasValue())
22814 Size0.hasValue() && Size1.hasValue() && *Size0 == *Size1 &&
22836 Size0.hasValue() && Size1.hasValue()) {

Completed in 104 milliseconds