Searched refs:Type (Results 1 – 5 of 5) sorted by relevance
567 #define DECIMAL_DIGIT_ACCUMULATE(Accum, Digit_val, Type) \ argument569 (void) (&(Accum) == (Type *) nullptr), /* The type matches. */ \570 verify_expr (! TYPE_SIGNED (Type), /* The type is unsigned. */ \571 (((Type) -1 / 10 < (Accum) \572 || (Type) ((Accum) * 10 + (Digit_val)) < (Accum)) \
197 #define IS_DIR_TYPE(Type) \ argument198 ((Type) == FTS_DP \199 || (Type) == FTS_DNR)
70 Filesystem Type Inodes IUsed IFree IUse% Size Used Avail Use% File Mounted on
423 Write "Type const *var", not "const Type *var".
2104 Type @code{c} outputs13049 @item %t -- Type in hex13050 @item %T -- Type in human readable form