reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/unittests/Tooling/RangeSelectorTest.cpp
   77   return testing::Property(
  112   return testing::Property(
  335       Failed<StringError>(testing::Property(
tools/clang/unittests/Tooling/StencilTest.cpp
  187                        Failed<StringError>(testing::Property(
tools/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
  809       foo(), llvm::Failed<PythonException>(testing::Property(
  829                        llvm::Failed<PythonException>(testing::Property(
tools/lldb/unittests/tools/lldb-server/tests/LLGSTest.cpp
   35       HasValue(testing::Property(&StopReply::getKind,
   53       HasValue(testing::Property(&StopReply::getKind,
   65                     Failed<ErrorInfoBase>(testing::Property(
   73       Failed<ErrorInfoBase>(testing::Property(
unittests/Support/ErrorTest.cpp
  789       Failed<CustomError>(testing::Property(&CustomError::getInfo, 0)));
  793           Failed<CustomError>(testing::Property(&CustomError::getInfo, 1))),
unittests/tools/llvm-exegesis/Mips/TargetTest.cpp
   34   return AllOf(Property(&MCOperand::isImm, Eq(true)),
   35                Property(&MCOperand::getImm, Eq(Value)));
   39   return AllOf(Property(&MCOperand::isReg, Eq(true)),
   40                Property(&MCOperand::getReg, Eq(Reg)));
   44   return Property(&MCInst::getOpcode, Eq(Opcode));
unittests/tools/llvm-exegesis/X86/SnippetFileTest.cpp
   57   return Property(&MCInst::getOpcode, Eq(Opcode));
unittests/tools/llvm-exegesis/X86/SnippetRepetitorTest.cpp
   62   return Property(&MachineInstr::getOpcode, Eq(Opcode));
unittests/tools/llvm-exegesis/X86/TargetTest.cpp
   64   return AllOf(Property(&MCOperand::isImm, Eq(true)),
   65                Property(&MCOperand::getImm, Eq(Value)));
   69   return AllOf(Property(&MCOperand::isReg, Eq(true)),
   70                Property(&MCOperand::getReg, Eq(Reg)));
   74   return Property(&MCInst::getOpcode, Eq(Opcode));