Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/tools/pioasm/
Dpio_assembler.cpp82 const auto &existing = pioasm->get_symbol(symbol->name, this); in add_symbol() local
83 if (existing) { in add_symbol()
85 if (symbol->is_label != existing->is_label) { in add_symbol()
86 …msg << "'" << symbol->name << "' was already defined as a " << (existing->is_label ? "label" : "va… in add_symbol()
87 << " at " << existing->location; in add_symbol()
89 msg << "label '" << symbol->name << "' was already defined at " << existing->location; in add_symbol()
91 msg << "'" << symbol->name << "' was already defined at " << existing->location; in add_symbol()
/hal_rpi_pico-latest/
DCONTRIBUTING.md17 If you are contributing new or updated code please match the existing code style, particularly:
/hal_rpi_pico-latest/src/
DCMakeLists.txt94 # and make it dependent on a pre-existing corresponding _headers library
154 # create an INTERFACE library named hardware_NAME if it doesn't exist, dependent on a pre-existing