HomeSort by relevance Sort by last modified time
    Searched refs:PatternPtr (Results 1 - 8 of 8) sorted by null

  /external/catch2/include/internal/
catch_test_spec.h 30 using PatternPtr = std::shared_ptr<Pattern>;
52 ExcludedPattern( PatternPtr const& underlyingPattern );
56 PatternPtr m_underlyingPattern;
60 std::vector<PatternPtr> m_patterns;
catch_test_spec.cpp 37 TestSpec::ExcludedPattern::ExcludedPattern( PatternPtr const& underlyingPattern ) : m_underlyingPattern( underlyingPattern ) {}
catch_test_spec_parser.h 56 TestSpec::PatternPtr pattern = std::make_shared<T>( token );
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 531 Value *PatternPtr = ConstantExpr::getBitCast(GV, Builder.getInt8PtrTy());
532 NewCall = Builder.CreateCall3(MSP, BasePtr, PatternPtr, NumBytes);
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 826 Value *PatternPtr = ConstantExpr::getBitCast(GV, Int8PtrTy);
827 NewCall = Builder.CreateCall(MSP, {BasePtr, PatternPtr, NumBytes});
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp     [all...]
  /external/catch2/single_include/catch2/
catch.hpp     [all...]

Completed in 873 milliseconds