Home
last modified time | relevance | path

Searched defs:getThreadLimit (Results 1 – 2 of 2) sorted by relevance

/llvm-project/offload/plugins-nextgen/common/include/
H A DPluginInterface.h801 uint32_t getThreadLimit() const { return GridValues.GV_Max_WG_Size; } getThreadLimit() function
/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6256 Expr *getThreadLimit() { return cast<Expr>(ThreadLimit); } getThreadLimit() function
6259 Expr *getThreadLimit() const { return cast<Expr>(ThreadLimit); } getThreadLimit() function