Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/Interp/
H A DOpcodes.td
H A DInterp.h
/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h405 TestClass::SetParam(&parameter_); in CreateTest()
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest.h1691 static void SetParam(const ParamType* parameter) { parameter_ = parameter; } in SetParam() function