Home
last modified time | relevance | path

Searched refs:location (Results 1 – 18 of 18) sorted by relevance

/hal_rpi_pico-latest/tools/pioasm/gen/
Dlocation.h164 class location
173 location (const position& b, const position& e) in location() function
179 explicit location (const position& p = position ())
185 explicit location (filename_type* f,
233 inline location&
234 operator+= (location& res, const location& end)
241 inline location
242 operator+ (location res, const location& end)
248 inline location&
249 operator+= (location& res, location::counter_type width)
[all …]
Dparser.cpp75 #define YYRHSLOC(Rhs, K) ((Rhs)[K].location)
206 : super_type (YY_MOVE (that.state), YY_MOVE (that.location)) in stack_symbol_type()
299 : super_type (s, YY_MOVE (that.location)) in stack_symbol_type()
478 location = that.location; in operator =()
570 location = that.location; in operator =()
599 << yysym.location << ": "; in yy_print_()
1057 YYLLOC_DEFAULT (yylhs.location, range, yylen); in parse()
1058 yyerror_range[1].location = yylhs.location; in parse()
1074location, yystack_[0].value.as < std::string > ())) { std::stringstream msg; msg << "program " << … in parse()
1078 …{ pioasm.get_current_program(yystack_[0].location, "instruction").add_instruction(yystack_[0].valu… in parse()
[all …]
Dparser.hpp464 typedef location location_type;
471 , location (l) in syntax_error()
476 , location (s.location) in syntax_error()
481 location_type location; member
760 , location () in basic_symbol()
768 , location (std::move (that.location)) in basic_symbol()
864 , location (std::move (l)) in basic_symbol()
869 , location (l) in basic_symbol()
876 , location (std::move (l)) in basic_symbol()
882 , location (l) in basic_symbol()
[all …]
Dlexer.cpp1167 yy::location code_block_start;
1170 yy::location& loc = pioasm.location;
/hal_rpi_pico-latest/tools/pioasm/
Dpio_assembler.cpp29 location.initialize(&source); in generate()
44 throw syntax_error(inst->location, msg.str()); in add_instruction()
48 …he instruction because non optional sideset was specified for the program at " << sideset.location; in add_instruction()
49 throw syntax_error(inst->location, msg.str()); in add_instruction()
57 void program::set_pio_version(const yy::location &l, int version) { in set_pio_version()
64 void program::set_clock_div(const yy::location &l, float clock_div) { in set_clock_div()
76 void program::set_fifo_config(const yy::location &l, fifo_config config) { in set_fifo_config()
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()
[all …]
Dpio_types.h21 yy::location location; member
25 explicit src_item(const yy::location &location) : location(location) {} in src_item()
32 resolvable(const yy::location &l) : src_item(l) {} in resolvable()
146 name_ref(const yy::location &l, std::string name) : resolvable(l), name(std::move(name)) {} in name_ref()
155 …code_block(const yy::location &l, std::string lang, std::string contents) : resolvable(l), lang(st… in code_block()
166 int_value(const yy::location &l, int value) : resolvable(l), value(value) {} in int_value()
173 static inline rvalue resolvable_int(const yy::location &l, int v) { in resolvable_int()
193 binary_operation(const yy::location &l, op_type op, rvalue left, rvalue right) : in binary_operation()
208 unary_operation(const yy::location &l, op_type op, const rvalue &arg) : in unary_operation()
221 …symbol(const yy::location &l, std::string name, bool is_extern = false) : src_item(l), name(std::m… in src_item()
[all …]
Dpio_assembler.h42 bool add_program(const yy::location &l, const std::string &name) { in add_program()
55 … dummy_global_program = std::shared_ptr<program>(new program(this, yy::location(&source), "")); in get_dummy_global_program()
127 yy::location location; member
DBUILD.bazel9 "gen/location.h",
Dlexer.ll58 yy::location code_block_start;
60 // A handy shortcut to the location held by the pio_assembler.
61 yy::location& loc = pioasm.location;
Dparser.yy14 %define api.location.file "location.h"
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2040/
DBUILD.bazel23 linkopts = ["-T$(location memmap_default.ld)"],
36 linkopts = ["-T$(location memmap_blocked_ram.ld)"],
49 linkopts = ["-T$(location memmap_copy_to_ram.ld)"],
62 linkopts = ["-T$(location memmap_no_flash.ld)"],
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2350/
DBUILD.bazel22 linkopts = ["-T$(location memmap_default.ld)"],
35 linkopts = ["-T$(location memmap_copy_to_ram.ld)"],
48 linkopts = ["-T$(location memmap_no_flash.ld)"],
/hal_rpi_pico-latest/src/rp2040/boot_stage2/
DBUILD.bazel88 "-T$(location boot_stage2.ld)",
136 "$(location boot_stage2_bin)",
137 "$(location boot_stage2.S)",
/hal_rpi_pico-latest/src/rp2350/boot_stage2/
DBUILD.bazel88 "-T$(location boot_stage2.ld)",
136 "$(location boot_stage2_bin)",
137 "$(location boot_stage2.S)",
/hal_rpi_pico-latest/external/
Dpico_sdk_import.cmake33 set(PICO_SDK_FETCH_FROM_GIT_PATH "${PICO_SDK_FETCH_FROM_GIT_PATH}" CACHE FILEPATH "location to down…
67 …"SDK location was not specified. Please set PICO_SDK_PATH or set PICO_SDK_FETCH_FROM_GIT to on to …
/hal_rpi_pico-latest/src/common/pico_base_headers/
DBUILD.bazel30 "--template=$(location include/pico/version.h.in)",
31 "--output=$(location generated_include/pico/version.h)",
/hal_rpi_pico-latest/
DREADME.md64 …2. Set `PICO_SDK_PATH` to the SDK location in your environment, or pass it (`-DPICO_SDK_PATH=`) to…
/hal_rpi_pico-latest/src/rp2_common/pico_stdio_rtt/SEGGER/RTT/
DSEGGER_RTT.c220 #define SEGGER_RTT_PUT_SECTION(Var, Section) RTT_PRAGMA(location=Section) \