Home
last modified time | relevance | path

Searched refs:CT_DEREF (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/src/
H A Dadd_space_table.h118 { CT_INCDEC_AFTER, CT_DEREF },
155 { CT_PAREN_CLOSE, CT_DEREF },
H A Dtoken_enum.h106 CT_DEREF, // * dereference enumerator
H A Dcombine.cpp403 set_chunk_type(tmp, CT_DEREF); in do_symbol_check()
1183 set_chunk_type(pc, CT_DEREF); in do_symbol_check()
1187 set_chunk_type(pc, CT_DEREF); in do_symbol_check()
1296 set_chunk_type(pc, CT_DEREF); in do_symbol_check()
1416 && chunk_is_not_token(prev, CT_DC_MEMBER)) ? CT_DEREF : CT_ARITH); in do_symbol_check()
H A Duncrustify_emscripten.cpp866 .value("DEREF", c_token_t::CT_DEREF) in EMSCRIPTEN_BINDINGS()
H A Dspace.cpp2962 if (chunk_is_token(first, CT_DEREF)) in do_space()
H A Dindent.cpp3765 || chunk_is_token(pc, CT_DEREF) in indent_text()