> Or are you really saying that the number of characters determines how > quickly/easily a brain can remember/find something like an API > item/keyword/...? If so, and if we assume that GET, FIELD, and DECL are > the most likely (sub-)parts of function names shouldn't it be G_F_D > (exp) then? ;)
The number of tokens. GET_FIELD_DECL has 2 tokens (GET and FIELD_DECL) while exp->as_component_ref().get_field() has 3x more. -- Eric Botcazou