Home
last modified time | relevance | path

Searched defs:retCode (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/unittests/Evaluate/
H A DISO-Fortran-binding.cpp89 int retCode{ in check_CFI_establish() local
224 int retCode{ in ByteSize() local
303 int retCode{CFI_allocate(dv, lower_bounds, upper_bounds, elem_len)}; in check_CFI_allocate() local
431 int retCode{CFI_establish(source, &array, CFI_attribute_other, in run_CFI_section_tests() local
534 int retCode{CFI_establish(result, nullptr, CFI_attribute_other, CFI_type_int, in run_CFI_select_part_tests() local
619 int retCode{CFI_establish( in run_CFI_setpointer_tests() local
655 int retCode{CFI_establish(dv, base_addr, CFI_attribute_other, CFI_type_int, in run_CFI_is_contiguous_tests() local
/llvm-project/lld/include/lld/Common/
H A DDriver.h34 int retCode; member