Home
last modified time | relevance | path

Searched refs:getPriority (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Dwpamsg.h24 int getPriority() const { return priority; } in getPriority() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h610 unsigned getPriority() const { return Priority; } in getPriority() function
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp194 return CCStr? CCStr->getPriority() : unsigned(CCP_Unlikely); in clang_getCompletionPriority()
H A DCIndex.cpp2338 Visitor->AddStmt(C->getPriority()); in VisitOMPPriorityClause()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDeclCXX.cpp502 OrderGlobalInitsOrStermFinalizers Key(IPA->getPriority(), in EmitCXXGlobalVarDeclInitFunc()
H A DCodeGenModule.cpp4837 AddGlobalCtor(Fn, CA->getPriority()); in EmitGlobalFunctionDefinition()
4839 AddGlobalDtor(Fn, DA->getPriority(), true); in EmitGlobalFunctionDefinition()
H A DItaniumCXXABI.cpp4799 IPA->getPriority()); in emitCXXStermFinalizer()
H A DCGStmtOpenMP.cpp4259 const Expr *Prio = Clause->getPriority(); in EmitOMPTaskBasedDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtProfile.cpp811 if (C->getPriority()) in VisitOMPPriorityClause()
812 Profiler->VisitStmt(C->getPriority()); in VisitOMPPriorityClause()
H A DOpenMPClause.cpp1777 Node->getPriority()->printPretty(OS, nullptr, Policy, 0); in VisitOMPPriorityClause()
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dj_methodcalls_example.txt157 311492 1 java/lang/Thread.getPriority
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dj_methodcalls_example.txt157 311492 1 java/lang/Thread.getPriority
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h5924 Expr *getPriority() { return cast<Expr>(Priority); } in getPriority() function
5927 Expr *getPriority() const { return cast<Expr>(Priority); } in getPriority() function
H A DRecursiveASTVisitor.h3516 TRY_TO(TraverseStmt(C->getPriority()));
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp2326 if (OldAA->getPriority() < Priority) in mergeAvailabilityAttr()
2332 if (OldAA->getPriority() > Priority) { in mergeAvailabilityAttr()
H A DTreeTransform.h9930 ExprResult E = getDerived().TransformExpr(C->getPriority()); in TransformOMPPriorityClause()
H A DSemaDecl.cpp2569 AA->getPriority()); in mergeDeclAttribute()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp6459 Record.AddStmt(C->getPriority()); in VisitOMPPriorityClause()