Home
last modified time | relevance | path

Searched refs:CFI_ERROR_MEM_ALLOCATION (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/flang/runtime/
Dstat.h35 StatMemAllocation = CFI_ERROR_MEM_ALLOCATION,
Ddescriptor.cpp118 return CFI_ERROR_MEM_ALLOCATION; in Allocate()
DISO_Fortran_binding.cpp82 return CFI_ERROR_MEM_ALLOCATION; in CFI_allocate()
/external/llvm-project/flang/include/flang/
DISO_Fortran_binding.h97 #define CFI_ERROR_MEM_ALLOCATION 9 macro
/external/llvm-project/flang/unittests/Evaluate/
DISO-Fortran-binding.cpp356 MATCH(true, retCode == CFI_ERROR_MEM_ALLOCATION); in check_CFI_allocate()