Home
last modified time | relevance | path

Searched defs:SetParam (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/googletest/googletest/include/gtest/
H A Dgtest.h1691 static void SetParam(const ParamType* parameter) { parameter_ = parameter; } SetParam() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h922 bool SetParam(InterpState &S, CodePtr OpPC, uint32_t I) { SetParam() function