Searched refs:omp_get_nested (Results 1 – 11 of 11) sorted by relevance
9 if (!omp_get_nested()) { in main()
168 function omp_get_nested() bind(c)170 logical(kind=omp_logical_kind) ::omp_get_nested171 end function omp_get_nested
101 int omp_get_nested(void);
326 function omp_get_nested() bind(c)328 logical (kind=omp_logical_kind) omp_get_nested329 end function omp_get_nested984 !DIR$ ATTRIBUTES OFFLOAD:MIC :: omp_get_nested1067 !$omp declare target(omp_get_nested )
225 function omp_get_nested() bind(c)227 logical (kind=omp_logical_kind) omp_get_nested228 end function omp_get_nested
66 extern int __KAI_KMPC_CONVENTION omp_get_nested (void);
352 int omp_get_nested(void) { return false; } in omp_get_nested() function
61 #define FTN_GET_NESTED omp_get_nested
415 omp_get_nested 704
223 __OMP_RTL(omp_get_nested, false, Int32, )659 __OMP_RTL_ATTRS(omp_get_nested, GetterAttrs, AttributeSet(), ParamAttrs())
55 %call2 = call i32 @omp_get_nested()327 declare dso_local i32 @omp_get_nested()699 ; CHECK-NEXT: declare dso_local i32 @omp_get_nested()1239 ; OPTIMISTIC-NEXT: declare dso_local i32 @omp_get_nested()