| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/llvm/ |
| H A D | IncludeOrderCheck.cpp | 60 static int getPriority(StringRef Filename, bool IsAngled, bool IsMainModule) { in getPriority() function 135 int PriorityLHS = getPriority(LHS.Filename, LHS.IsAngled, in EndOfMainFile() 137 int PriorityRHS = getPriority(RHS.Filename, RHS.IsAngled, in EndOfMainFile()
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | OutputSections.cpp | 562 return getPriority(a->name) > getPriority(b->name); in compCtors() 577 int elf::getPriority(StringRef s) { in getPriority() function in elf 624 sort([](InputSectionBase *s) { return getPriority(s->name); }); in sortInitFini()
|
| H A D | OutputSections.h | 134 int getPriority(StringRef s);
|
| H A D | LinkerScript.cpp | 447 return getPriority(a->name) < getPriority(b->name); in sortSections()
|
| /llvm-project-15.0.7/compiler-rt/lib/orc/ |
| H A D | elfnix_platform.cpp | 382 long getPriority(const std::string &name) { in getPriority() function 400 return getPriority(LHS.first) < getPriority(RHS.first); in initializeJITDylib()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | overloaded-operator.cpp | 299 int getPriority(Register r) { in getPriority() function in RegAlloc
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | CodeCompleteConsumer.h | 616 unsigned getPriority() const { return Priority; } in getPriority() function
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | Writer.cpp | 666 auto getPriority = [](const Chunk *c) { in sortBySectionOrder() local 674 return getPriority(a) < getPriority(b); in sortBySectionOrder()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndexCodeCompletion.cpp | 194 return CCStr? CCStr->getPriority() : unsigned(CCP_Unlikely); in clang_getCompletionPriority()
|
| H A D | CIndex.cpp | 2455 Visitor->AddStmt(C->getPriority()); in VisitOMPPriorityClause()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | StmtProfile.cpp | 829 if (C->getPriority()) in VisitOMPPriorityClause() 830 Profiler->VisitStmt(C->getPriority()); in VisitOMPPriorityClause()
|
| H A D | OpenMPClause.cpp | 1901 Node->getPriority()->printPretty(OS, nullptr, Policy, 0); in VisitOMPPriorityClause()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDeclCXX.cpp | 557 OrderGlobalInitsOrStermFinalizers Key(IPA->getPriority(), in EmitCXXGlobalVarDeclInitFunc()
|
| H A D | CodeGenModule.cpp | 5244 AddGlobalCtor(Fn, CA->getPriority()); in EmitGlobalFunctionDefinition() 5246 AddGlobalDtor(Fn, DA->getPriority(), true); in EmitGlobalFunctionDefinition()
|
| H A D | ItaniumCXXABI.cpp | 4827 IPA->getPriority()); in emitCXXStermFinalizer()
|
| H A D | CGStmtOpenMP.cpp | 4553 const Expr *Prio = Clause->getPriority(); in EmitOMPTaskBasedDirective()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 6163 Expr *getPriority() { return cast<Expr>(Priority); } in getPriority() function 6166 Expr *getPriority() const { return cast<Expr>(Priority); } in getPriority() function
|
| H A D | RecursiveASTVisitor.h | 3704 TRY_TO(TraverseStmt(C->getPriority()));
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 2468 if (OldAA->getPriority() < Priority) in mergeAvailabilityAttr() 2474 if (OldAA->getPriority() > Priority) { in mergeAvailabilityAttr()
|
| H A D | TreeTransform.h | 10229 ExprResult E = getDerived().TransformExpr(C->getPriority()); in TransformOMPPriorityClause()
|
| H A D | SemaDecl.cpp | 2820 AA->getPriority()); in mergeDeclAttribute()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 6669 Record.AddStmt(C->getPriority()); in VisitOMPPriorityClause()
|