Searched refs:empty (Results 1 – 7 of 7) sorted by relevance
5 always-y += empty.o24 $(obj)/elfconfig.h: $(obj)/empty.o $(obj)/mk_elfconfig FORCE
8 empty := variable9 space := $(empty) $(empty)62 # $(m32-flag): -m32 if the compiler supports it, or an empty string otherwise.63 # $(m64-flag): -m64 if the compiler supports it, or an empty string otherwise.
9 empty :=10 space := $(empty) $(empty)125 # If quiet is empty, print short log and whole command164 # Check if both commands are the same including their order. Result is empty167 # $(savedcmd_$@) gets empty. Then, target will be built even if $(newer-prereqs)168 # happens to become empty.187 # empty even if the target does not exist. cmd-check saves this corner case.
23 -b BASE_REF Base git reference to use for comparison. If unspecified or empty,26 -p PAST_REF Compare BASE_REF to PAST_REF (e.g. -p v6.1). If unspecified or empty,
28 // Dummy rule for report mode that would otherwise be empty and make spatch
8 // Comments: Some false positives on empty default cases in switch statements.
427 bool empty; in type_parse() local451 empty = end == pos + 3; in type_parse()454 empty = end == pos + 2; in type_parse()456 if (empty) in type_parse()