Home
last modified time | relevance | path

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

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dcp-support.c243 #define LENGTH_OF_OPERATOR 8 macro
311 && strncmp (name + index, "operator", LENGTH_OF_OPERATOR) == 0) in cp_find_first_component_aux()
313 index += LENGTH_OF_OPERATOR; in cp_find_first_component_aux()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dcp-support.c243 #define LENGTH_OF_OPERATOR 8 macro
311 && strncmp (name + index, "operator", LENGTH_OF_OPERATOR) == 0) in cp_find_first_component_aux()
313 index += LENGTH_OF_OPERATOR; in cp_find_first_component_aux()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dcp-support.c494 #define LENGTH_OF_OPERATOR 8 macro
563 LENGTH_OF_OPERATOR) == 0) in cp_find_first_component_aux()
565 index += LENGTH_OF_OPERATOR; in cp_find_first_component_aux()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dcp-support.c962 #define LENGTH_OF_OPERATOR 8 macro
1031 LENGTH_OF_OPERATOR) == 0) in cp_find_first_component_aux()
1033 index += LENGTH_OF_OPERATOR; in cp_find_first_component_aux()
/dports/devel/gdb/gdb-11.1/gdb/
H A DChangeLog-201711015 * cp-support.c (LENGTH_OF_OPERATOR): Delete.