Home | History | Annotate | Download | only in perf

Lines Matching defs:true

2112 #define TRUE 1
2113 #define true 1
2354 static int const_wanted; /* true if constant wanted */
2355 static int nocode_wanted; /* true if no code generation wanted for an expression */
2356 static int global_expr; /* true if compound literals must be allocated
2377 /* true if isid(c) || isnum(c) */
2448 int nostdinc; /* if true, no standard headers are added */
2449 int nostdlib; /* if true, no standard libraries are added */
2451 int nocommon; /* if true, do not use common symbols for .bss data */
2453 /* if true, static linking is performed */
2456 /* if true, all symbols are exported */
2459 /* if true, only link in referenced objects from archive */
2511 #define VT_JMP 0x00f4 /* value is the consequence of jmp true (even) */
5521 int is_llong; /* true if double register value */
5522 int is_memory; /* true if memory operand */
5538 /* true if float/double/long double type */
5704 /* output constant with relocation if 'r & VT_SYM' is true */
8472 /* is_bof is true if first non space token at beginning of file */
8666 /* last #if/#elif expression was true: we skip */
11676 /* return true if type1 and type2 are exactly the same (including
13843 value. 'size_only' is true if only size info is needed (only used
14068 allocation. 'first' is true if array '{' must be read (multi
14069 dimension implicit array init handling). 'size_only' is true if
18509 true and output error if undefined symbol. */
19857 uint8_t new_section; /* true if section 's' was added */
19858 uint8_t link_once; /* true if link once section */