Home
last modified time | relevance | path

Searched refs:PatternPtr (Results 1 – 8 of 8) sorted by relevance

/external/catch2/include/internal/
Dcatch_test_spec.h30 using PatternPtr = std::shared_ptr<Pattern>; variable
52 ExcludedPattern( PatternPtr const& underlyingPattern );
56 PatternPtr m_underlyingPattern;
60 std::vector<PatternPtr> m_patterns;
Dcatch_test_spec.cpp37 …TestSpec::ExcludedPattern::ExcludedPattern( PatternPtr const& underlyingPattern ) : m_underlyingPa… in ExcludedPattern()
Dcatch_test_spec_parser.h56 TestSpec::PatternPtr pattern = std::make_shared<T>( token ); in addPattern()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp531 Value *PatternPtr = ConstantExpr::getBitCast(GV, Builder.getInt8PtrTy()); in processLoopStridedStore() local
532 NewCall = Builder.CreateCall3(MSP, BasePtr, PatternPtr, NumBytes); in processLoopStridedStore()
/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp826 Value *PatternPtr = ConstantExpr::getBitCast(GV, Int8PtrTy); in processLoopStridedStore() local
827 NewCall = Builder.CreateCall(MSP, {BasePtr, PatternPtr, NumBytes}); in processLoopStridedStore()
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp3984 VarTemplatePartialSpecializationDecl *> PatternPtr = in InstantiateVariableDefinition() local
3986 if (PatternPtr.is<VarTemplatePartialSpecializationDecl *>()) { in InstantiateVariableDefinition()
3988 PatternPtr.get<VarTemplatePartialSpecializationDecl *>(); in InstantiateVariableDefinition()
3998 VarTemplateDecl *Tmpl = PatternPtr.get<VarTemplateDecl *>(); in InstantiateVariableDefinition()
4186 VarTemplatePartialSpecializationDecl *> PatternPtr = in InstantiateVariableDefinition() local
4189 PatternPtr.dyn_cast<VarTemplatePartialSpecializationDecl *>()) in InstantiateVariableDefinition()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp937 Value *PatternPtr = ConstantExpr::getBitCast(GV, Int8PtrTy); in processLoopStridedStore() local
938 NewCall = Builder.CreateCall(MSP, {BasePtr, PatternPtr, NumBytes}); in processLoopStridedStore()
/external/catch2/single_include/catch2/
Dcatch.hpp4515 using PatternPtr = std::shared_ptr<Pattern>; typedef in Catch::TestSpec
4537 ExcludedPattern( PatternPtr const& underlyingPattern );
4541 PatternPtr m_underlyingPattern;
4545 std::vector<PatternPtr> m_patterns;
4622 TestSpec::PatternPtr pattern = std::make_shared<T>( token ); in addPattern()
12154 …TestSpec::ExcludedPattern::ExcludedPattern( PatternPtr const& underlyingPattern ) : m_underlyingPa… in ExcludedPattern()