Lines Matching full:construct
82 char const *cons = NULL; // Construct name. in __kmp_pragma()
113 enum cons_type ct, // Construct type. in __kmp_error_construct()
114 ident_t const *ident // Construct ident. in __kmp_error_construct()
116 char *construct = __kmp_pragma(ct, ident); in __kmp_error_construct() local
117 __kmp_fatal(__kmp_msg_format(id, construct), __kmp_msg_null); in __kmp_error_construct()
118 KMP_INTERNAL_FREE(construct); in __kmp_error_construct()
122 enum cons_type ct, // First construct type. in __kmp_error_construct2()
123 ident_t const *ident, // First construct ident. in __kmp_error_construct2()
124 struct cons_data const *cons // Second construct. in __kmp_error_construct2()
174 "Begin construct stack with %d items for thread %d\n", in dump_cons_stack()
184 __kmp_str_buf_print(&buffer, "End construct stack for thread %d\n", gtid); in dump_cons_stack()
222 // We are already in a WORKSHARE construct for this PARALLEL region. in __kmp_check_workshare()
227 // We are already in a SYNC construct for this PARALLEL region. in __kmp_check_workshare()
264 /* we are not in a worksharing construct */
272 /* inside a WORKSHARING construct for this PARALLEL region */
279 /* inside a sync construct which is inside a worksharing construct */
291 /* we are in ORDERED which is inside an ORDERED or CRITICAL construct */
308 /* walk up construct stack and try to find critical with matching name */
317 /* we are in CRITICAL which is inside a CRITICAL construct of same name */
322 /* inside a WORKSHARING construct for this PARALLEL region */
327 /* inside a another SYNC construct for this PARALLEL region */
396 // below is the exception to the rule that construct types must match
442 /* we are already in a WORKSHARING construct for this PARALLEL region */
447 /* we are already in a SYNC construct for this PARALLEL region */