Searched defs:getThreadLimit (Results 1 – 2 of 2) sorted by relevance
/llvm-project/offload/plugins-nextgen/common/include/ | ||
H A D | PluginInterface.h | 801 uint32_t getThreadLimit() const { return GridValues.GV_Max_WG_Size; } getThreadLimit() function |
/llvm-project/clang/include/clang/AST/ | ||
H A D | OpenMPClause.h | 6256 Expr *getThreadLimit() { return cast<Expr>(ThreadLimit); } getThreadLimit() function |