Searched refs:GetParam (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/unittests/Support/
H A DMemoryTest.cpp24 Flags = GetParam();
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLAbbreviations.h149 static inline LValue getParam(LValue function, unsigned index) { return llvm->GetParam(function, index); }
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/
H A Dgtest.h1642 // the GetParam() method.
1650 // // Can use GetParam() here.
1653 // // Can use GetParam() here.
1656 // // Can use GetParam() here.
1659 // // Can use GetParam() here.
1663 // // Can use GetParam() method here.
1665 // ASSERT_TRUE(foo.DoesBar(GetParam()));
1678 // like writing 'WithParamInterface<bool>::GetParam()' for a test that
1680 const ParamType& GetParam() const { return *parameter_; } function in class:testing::WithParamInterface
H A Dgtest-param-test.h69 // Inside a test, access the test parameter with the GetParam() method
71 EXPECT_TRUE(foo.Blah(GetParam()));
176 // GetParam works just the same here as if you inherit from TestWithParam.
177 EXPECT_TRUE(foo.Blah(GetParam()));
1220 // external_flag = GetParam();
1268 // tie(external_flag_1, external_flag_2) = GetParam();
/macosx-10.10.1/JavaScriptCore-7600.1.17/llvm/
H A DLLVMAPIFunctions.h326 macro(LLVMValueRef, GetParam, (LLVMValueRef Fn, unsigned Index)) \

Completed in 101 milliseconds