Home
last modified time | relevance | path

Searched refs:api_type (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h190 api_type get_api_type() const override { return HWLOC; } in get_api_type()
541 api_type get_api_type() const override { return NATIVE_OS; } in get_api_type()
751 api_type get_api_type() const override { return NATIVE_OS; } in get_api_type()
H A Dkmp.h802 enum api_type { enum
809 virtual api_type get_api_type() const { in get_api_type()