Home
last modified time | relevance | path

Searched refs:SetParam (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DOpcodes.td418 def SetParam : AccessOpcode;
H A DInterp.h1203 bool SetParam(InterpState &S, CodePtr OpPC, uint32_t I) { in SetParam() function
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h404 TestClass::SetParam(&parameter_); in CreateTest()
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h1706 static void SetParam(const ParamType* parameter) { parameter_ = parameter; } in SetParam() function