Home
last modified time | relevance | path

Searched defs:Pattern (Results 1 – 25 of 38) sorted by relevance

12

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp147 StringRef Pattern, in findSourceFiles()
154 StringRef Pattern, in findOneSourceFile()
160 NativeSession::findCompilandsForSourceFile(StringRef Pattern, in findCompilandsForSourceFile()
166 NativeSession::findOneCompilandForSourceFile(StringRef Pattern, in findOneCompilandForSourceFile()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp293 llvm::StringRef Pattern, in findSourceFiles()
315 llvm::StringRef Pattern, in findOneSourceFile()
324 DIASession::findCompilandsForSourceFile(llvm::StringRef Pattern, in findCompilandsForSourceFile()
333 DIASession::findOneCompilandForSourceFile(llvm::StringRef Pattern, in findOneCompilandForSourceFile()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp570 Sema::CheckPackExpansion(TypeSourceInfo *Pattern, SourceLocation EllipsisLoc, in CheckPackExpansion()
587 QualType Sema::CheckPackExpansion(QualType Pattern, SourceRange PatternRange, in CheckPackExpansion()
603 ExprResult Sema::ActOnPackExpansion(Expr *Pattern, SourceLocation EllipsisLoc) { in ActOnPackExpansion()
607 ExprResult Sema::CheckPackExpansion(Expr *Pattern, SourceLocation EllipsisLoc, in CheckPackExpansion()
766 QualType Pattern = cast<PackExpansionType>(T)->getPattern(); in getNumArgumentsInExpansion() local
1020 TypeLoc Pattern = Expansion.getPatternLoc(); in getTemplateArgumentPackExpansionPattern() local
1037 Expr *Pattern = Expansion->getPattern(); in getTemplateArgumentPackExpansionPattern() local
H A DSemaTemplateInstantiate.cpp58 const FunctionDecl *Pattern) { in getTemplateInstantiationArgs()
1866 CXXRecordDecl *Pattern, in SubstBaseSpecifiers()
2002 CXXRecordDecl *Instantiation, CXXRecordDecl *Pattern, in InstantiateClass()
2235 EnumDecl *Instantiation, EnumDecl *Pattern, in InstantiateEnum()
2301 FieldDecl *Pattern, const MultiLevelTemplateArgumentList &TemplateArgs) { in InstantiateInClassInitializer()
2508 CXXRecordDecl *Pattern = nullptr; in getPatternForClassTemplateSpecialization() local
2548 CXXRecordDecl *Pattern = getPatternForClassTemplateSpecialization( in InstantiateClassTemplateSpecialization() local
2577 if (FunctionDecl *Pattern = in InstantiateClassMembers() local
2694 CXXRecordDecl *Pattern = Record->getInstantiatedFromMemberClass(); in InstantiateClassMembers() local
2747 EnumDecl *Pattern = Enum->getTemplateInstantiationPattern(); in InstantiateClassMembers() local
[all …]
H A DSemaTemplateInstantiateDecl.cpp653 TypeAliasDecl *Pattern = D->getTemplatedDecl(); in VisitTypeAliasTemplateDecl() local
1083 EnumDecl *Enum, EnumDecl *Pattern) { in InstantiateEnumDefinition()
1162 CXXRecordDecl *Pattern = D->getTemplatedDecl(); in VisitClassTemplateDecl() local
1374 VarDecl *Pattern = D->getTemplatedDecl(); in VisitVarTemplateDecl() local
2265 TypeLoc Pattern = Expansion.getPatternLoc(); in VisitNonTypeTemplateParmDecl() local
3895 Stmt *Pattern = nullptr; in InstantiateFunctionDefinition() local
4744 static bool isInstantiationOf(ClassTemplateDecl *Pattern, in isInstantiationOf()
4786 static bool isInstantiationOf(CXXRecordDecl *Pattern, in isInstantiationOf()
4799 static bool isInstantiationOf(FunctionDecl *Pattern, in isInstantiationOf()
4812 static bool isInstantiationOf(EnumDecl *Pattern, in isInstantiationOf()
[all …]
H A DSemaCXXScopeSpec.cpp254 if (EnumDecl *Pattern = EnumD->getInstantiatedFromMemberEnum()) { in RequireCompleteDeclContext() local
H A DSemaType.cpp7653 if (auto *Pattern = RD->getTemplateInstantiationPattern()) in hasVisibleDefinition() local
7657 if (auto *Pattern = ED->getTemplateInstantiationPattern()) in hasVisibleDefinition() local
7675 if (auto *Pattern = FD->getTemplateInstantiationPattern()) in hasVisibleDefinition() local
7679 if (auto *Pattern = VD->getTemplateInstantiationPattern()) in hasVisibleDefinition() local
7858 CXXRecordDecl *Pattern = RD->getInstantiatedFromMemberClass(); in RequireCompleteTypeImpl() local
H A DSemaTemplateDeduction.cpp686 TemplateDeductionInfo &Info, TemplateArgument Pattern) in PackDeductionScope()
719 unsigned addPacks(TemplateArgument Pattern) { in addPacks()
1054 QualType Pattern = Expansion->getPattern(); in DeduceTemplateArguments() local
2328 TemplateArgument Pattern = Params[ParamIdx].getPackExpansionPattern(); in DeduceTemplateArguments() local
H A DSemaLookup.cpp1360 if (FunctionDecl *Pattern = FD->getTemplateInstantiationPattern()) in getDefiningModule() local
1363 if (CXXRecordDecl *Pattern = RD->getTemplateInstantiationPattern()) in getDefiningModule() local
1366 if (auto *Pattern = ED->getTemplateInstantiationPattern()) in getDefiningModule() local
1369 if (VarDecl *Pattern = VD->getTemplateInstantiationPattern()) in getDefiningModule() local
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDiagnosticHandler.cpp26 std::shared_ptr<Regex> Pattern; member
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexingContext.cpp210 if (const CXXRecordDecl *Pattern = in adjustTemplateImplicitInstantiation() local
221 if (const EnumDecl *Pattern = ED->getInstantiatedFromMemberEnum()) { in adjustTemplateImplicitInstantiation() local
H A DIndexDecl.cpp204 const CXXRecordDecl *Pattern = CTD->getTemplatedDecl(); in gatherTemplatePseudoOverrides() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp438 struct Pattern { struct in clang::ast_matchers::internal::__anon8b8be5530611::PatternSet
439 StringRef P;
440 bool IsFullyQualified;
526 for (const StringRef Pattern : Names) { in matchesNodeFullSlow() local
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp55 const PatternToMatch &Pattern; member in __anon9462ce770111::MatcherGen
1018 Matcher *llvm::ConvertPatternToMatcher(const PatternToMatch &Pattern, in ConvertPatternToMatcher()
H A DDAGISelMatcherOpt.cpp95 const PatternToMatch &Pattern = CM->getPattern(); in ContractNodes() local
H A DDAGISelMatcher.h656 const ComplexPattern &Pattern; variable
1006 const PatternToMatch &Pattern; variable
1032 const PatternToMatch &Pattern; variable
H A DCodeGenDAGPatterns.cpp3680 TreePatternNodePtr Pattern = I.getTree(0); in parseInstructionPattern() local
3752 TreePattern Pattern(Instr, SrcPattern, true, *this); in ParseInstructions() local
3794 void CodeGenDAGPatterns::AddPatternToMatch(TreePattern *Pattern, in AddPatternToMatch()
4018 TreePattern &Pattern, TreePattern &Result, in ParseOnePattern()
4121 TreePattern Pattern(CurPattern, Tree, true, *this); in ParsePatterns() local
H A DDAGISelMatcherEmitter.cpp565 const ComplexPattern &Pattern = CCPM->getPattern(); in EmitMatcher() local
H A DFastISelEmitter.cpp454 const PatternToMatch &Pattern = *I; in collectPatterns() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp486 static bool shouldIgnoreRecord(const RecordDecl *RD, StringRef Pattern) { in shouldIgnoreRecord()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp158 const std::string Pattern; member in __anon71fe34bd0211::PatternRewriteDescriptor
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DLangOptions.h60 enum class TrivialAutoVarInitKind { Uninitialized, Zero, Pattern }; enumerator
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineCombiner.cpp305 MachineCombinerPattern Pattern, in improvesCriticalPathLen()
H A DTargetInstrInfo.cpp765 MachineCombinerPattern Pattern, in reassociateOps()
848 MachineInstr &Root, MachineCombinerPattern Pattern, in genAlternativeCodeSequence()
/freebsd-12.1/contrib/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp290 for (auto Pattern : Names.keys()) { in filterByName() local

12