Home
last modified time | relevance | path

Searched defs:Expect (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h256 inline void Expect(bool condition, const char* file, int line, in Expect() function
263 inline void Expect(bool condition, const char* file, int line) { in Expect() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineFunction.cpp228 std::optional<uint32_t> Expect = getLDSAbsoluteAddress(*Dyn); in setDynLDSAlign() local
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp26 Expect, enumerator
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DDILParser.cpp373 void DILParser::Expect(Token::Kind kind) { in Expect() function in lldb_private::dil::DILParser
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMacroFusion.cpp82 int64_t Expect, in matchingImmOps() argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp116 static void handlePhiDef(CallInst *Expect) { in handlePhiDef()