| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeSession.cpp | 147 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 D | DIASession.cpp | 293 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 D | SemaTemplateVariadic.cpp | 570 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 D | SemaTemplateInstantiate.cpp | 58 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 D | SemaTemplateInstantiateDecl.cpp | 653 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 D | SemaCXXScopeSpec.cpp | 254 if (EnumDecl *Pattern = EnumD->getInstantiatedFromMemberEnum()) { in RequireCompleteDeclContext() local
|
| H A D | SemaType.cpp | 7653 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 D | SemaTemplateDeduction.cpp | 686 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 D | SemaLookup.cpp | 1360 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 D | DiagnosticHandler.cpp | 26 std::shared_ptr<Regex> Pattern; member
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Index/ |
| H A D | IndexingContext.cpp | 210 if (const CXXRecordDecl *Pattern = in adjustTemplateImplicitInstantiation() local 221 if (const EnumDecl *Pattern = ED->getInstantiatedFromMemberEnum()) { in adjustTemplateImplicitInstantiation() local
|
| H A D | IndexDecl.cpp | 204 const CXXRecordDecl *Pattern = CTD->getTemplatedDecl(); in gatherTemplatePseudoOverrides() local
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 438 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 D | DAGISelMatcherGen.cpp | 55 const PatternToMatch &Pattern; member in __anon9462ce770111::MatcherGen 1018 Matcher *llvm::ConvertPatternToMatcher(const PatternToMatch &Pattern, in ConvertPatternToMatcher()
|
| H A D | DAGISelMatcherOpt.cpp | 95 const PatternToMatch &Pattern = CM->getPattern(); in ContractNodes() local
|
| H A D | DAGISelMatcher.h | 656 const ComplexPattern &Pattern; variable 1006 const PatternToMatch &Pattern; variable 1032 const PatternToMatch &Pattern; variable
|
| H A D | CodeGenDAGPatterns.cpp | 3680 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 D | DAGISelMatcherEmitter.cpp | 565 const ComplexPattern &Pattern = CCPM->getPattern(); in EmitMatcher() local
|
| H A D | FastISelEmitter.cpp | 454 const PatternToMatch &Pattern = *I; in collectPatterns() local
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedObjectChecker.cpp | 486 static bool shouldIgnoreRecord(const RecordDecl *RD, StringRef Pattern) { in shouldIgnoreRecord()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | SymbolRewriter.cpp | 158 const std::string Pattern; member in __anon71fe34bd0211::PatternRewriteDescriptor
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | LangOptions.h | 60 enum class TrivialAutoVarInitKind { Uninitialized, Zero, Pattern }; enumerator
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineCombiner.cpp | 305 MachineCombinerPattern Pattern, in improvesCriticalPathLen()
|
| H A D | TargetInstrInfo.cpp | 765 MachineCombinerPattern Pattern, in reassociateOps() 848 MachineInstr &Root, MachineCombinerPattern Pattern, in genAlternativeCodeSequence()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 290 for (auto Pattern : Names.keys()) { in filterByName() local
|