Home
last modified time | relevance | path

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

/dports/devel/cdecl/cdecl-cdecl-11.9/src/
H A Dc_operator.h139 C_OP_AMPER2, ///< The `&&` operator. enumerator
H A Dc_operator.c64 { C_OP_AMPER2, "&&", OVER, 1, 2, LANG_CPP_ANY },
H A Dparser.y6847 | Y_AMPER2 { $$ = C_OP_AMPER2 ; }