Home
last modified time | relevance | path

Searched refs:omp_get_cancellation (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/openmp/libomptarget/deviceRTLs/nvptx/test/api/
Dignored.c14 cancellation = omp_get_cancellation(); in main()
/external/llvm-project/openmp/runtime/test/misc_bugs/
Dcancellation_for_sections.c42 if(!omp_get_cancellation()) { in main()
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dlibcall.cu286 EXTERN int omp_get_cancellation(void) { in omp_get_cancellation() function
/external/llvm-project/openmp/runtime/src/include/
Domp_lib.f90.var332 function omp_get_cancellation() bind(c)
334 integer (kind=omp_integer_kind) omp_get_cancellation
335 end function omp_get_cancellation
Domp.h.var138 extern int __KAI_KMPC_CONVENTION omp_get_cancellation (void);
/external/llvm-project/openmp/libomptarget/deviceRTLs/
Dinterface.h86 EXTERN int omp_get_cancellation(void);
/external/llvm-project/openmp/runtime/src/
Dkmp_ftn_os.h102 #define FTN_GET_CANCELLATION omp_get_cancellation
Ddllexports480 omp_get_cancellation 867
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMPKinds.def286 __ICV_RT_GET(cancel, omp_get_cancellation)
327 __OMP_RTL(omp_get_cancellation, false, Int32, )
717 __OMP_RTL_ATTRS(omp_get_cancellation, GetterAttrs, AttributeSet(), ParamAttrs())
/external/llvm-project/llvm/test/Transforms/OpenMP/
Dadd_attributes.ll172 %call24 = call i32 @omp_get_cancellation()
400 declare dso_local i32 @omp_get_cancellation()
802 ; CHECK-NEXT: declare dso_local i32 @omp_get_cancellation() #0
1339 ; OPTIMISTIC-NEXT: declare dso_local i32 @omp_get_cancellation()