Home
last modified time | relevance | path

Searched refs:CFI_VERSION (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/flang/runtime/
DISO_Fortran_binding.cpp43 if (descriptor->version != CFI_VERSION) { in CFI_allocate()
93 if (descriptor->version != CFI_VERSION) { in CFI_deallocate()
245 descriptor->version = CFI_VERSION; in CFI_establish()
/external/llvm-project/flang/include/flang/
DISO_Fortran_binding.h28 #define CFI_VERSION 20180515 macro
/external/llvm-project/flang/unittests/Evaluate/
DISO-Fortran-binding.cpp99 MATCH(true, dv->version == CFI_VERSION); in check_CFI_establish()