Searched defs:empty (Results 1 - 14 of 14) sorted by relevance

/build/kati/testcase/
H A Dempty_var_cmd.mk0 empty:=
4 $(empty)
1 empty:= macro
H A Difdef_rec_var.mk0 empty=$(info FAIL)
2 rec=$(empty)
1 empty=$(info FAIL) macro
H A Dinclude_var.mk2 empty= macro
13 include $(empty)
H A Dnot_command_with_tab.mk3 empty:= macro
4 $(empty)
H A Dsubst2.mk3 empty:= macro
4 space:= $(empty) $(empty)
8 # space in `,$(foo)' replaced with `$', which will be empty
H A Dcall.mk2 empty := macro
3 space := $(empty) $(empty)
H A Dsubst.mk3 empty:= macro
4 space:= $(empty) $(empty)
H A Deval_assign.mk16 empty:=# macro
18 h := $(empty) PASS
/build/kati/
H A Dsymtab.h39 bool empty() const { return !v_; } function in class:Symbol
H A Dstring_piece.h79 bool empty() const { return length_ == 0; } function in class:StringPiece
121 return std::string(!empty() ? data() : "", size());
/build/core/
H A Dconfig.mk32 empty := macro
33 space := $(empty) $(empty)
H A Ddefinitions.mk54 # will always be empty; it's just here as a placeholder for
118 ## and empty otherwise
122 define true-or-empty
512 # ($1 is empty) => TARGET;
513 # ($2 is not empty) => HOST_CROSS;
533 # $(3): { HOST, HOST_CROSS, AUX, <empty (TARGET)>, <other non-empty (HOST)> }
534 # $(4): if non-empty, force the intermediates to be COMMON
535 # $(5): if non-empty, force the intermediates to be for the 2nd arch
536 # $(6): if non-empty, forc
[all...]
/build/make/core/
H A Dconfig.mk32 empty := macro
33 space := $(empty) $(empty)
H A Ddefinitions.mk54 # will always be empty; it's just here as a placeholder for
118 ## and empty otherwise
122 define true-or-empty
512 # ($1 is empty) => TARGET;
513 # ($2 is not empty) => HOST_CROSS;
533 # $(3): { HOST, HOST_CROSS, AUX, <empty (TARGET)>, <other non-empty (HOST)> }
534 # $(4): if non-empty, force the intermediates to be COMMON
535 # $(5): if non-empty, force the intermediates to be for the 2nd arch
536 # $(6): if non-empty, forc
[all...]

Completed in 296 milliseconds