Home
last modified time | relevance | path

Searched defs:PatternPtr (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1125 Value *PatternPtr = ConstantExpr::getBitCast(GV, Int8PtrTy); in processLoopStridedStore() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp5552 VarTemplatePartialSpecializationDecl *> PatternPtr = in InstantiateVariableDefinition() local
/freebsd-13.1/contrib/bsnmp/tests/
H A Dcatch.hpp5062 using PatternPtr = std::shared_ptr<Pattern>; typedef in Catch::TestSpec