Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DOpcodes.td292 def SetParam : AccessOpcode;
H A DInterp.h327 bool SetParam(InterpState &S, CodePtr OpPC, uint32_t I) { in SetParam() function
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h402 TestClass::SetParam(&parameter_); in CreateTest()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1865 static void SetParam(const ParamType* parameter) { in SetParam() function