Searched refs:GREATERTHAN (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/usr.bin/gprof/
H A Dprintgprof.c473 if ( arccmp( arcp , prevp -> arc_parentlist ) != GREATERTHAN ) {
554 if ( membercmp( doing , prev -> cnext ) == GREATERTHAN ) {
576 return GREATERTHAN;
582 return GREATERTHAN;
633 return GREATERTHAN;
645 return GREATERTHAN;
657 return GREATERTHAN;
665 return GREATERTHAN;
669 return GREATERTHAN;
H A Dgprof.h319 #define GREATERTHAN 1 macro
H A Dgprof.c397 return GREATERTHAN;
/freebsd-10.3-release/contrib/gdb/gdb/
H A Df-exp.y217 %left LESSTHAN GREATERTHAN LEQ GEQ
369 exp : exp GREATERTHAN exp
809 { ".gt.", GREATERTHAN, BINOP_END },
810 { ".GT.", GREATERTHAN, BINOP_END },
H A Df-exp.c87 GREATERTHAN = 289, enumerator in enum:yytokentype
125 #define GREATERTHAN 289 macro
492 "GEQ", "LEQ", "GREATERTHAN", "LESSTHAN", "RSH", "LSH", "'@'", "'+'",
2186 { ".gt.", GREATERTHAN, BINOP_END },
2187 { ".GT.", GREATERTHAN, BINOP_END },

Completed in 67 milliseconds