Searched refs:SIDE_EFFECT (Results 1 – 3 of 3) sorted by relevance
7 SIDE_EFFECT= ${:!echo 'side effect' 1>&2!}10 # In the following conditions, ${SIDE_EFFECT} is the position of the first16 # expect+1: Malformed conditional '0 ${SIDE_EFFECT} ${SIDE_EFFECT2}'17 .if 0 ${SIDE_EFFECT} ${SIDE_EFFECT2}19 # expect+1: Malformed conditional '1 ${SIDE_EFFECT} ${SIDE_EFFECT2}'20 .if 1 ${SIDE_EFFECT} ${SIDE_EFFECT2}22 # expect+1: Malformed conditional '(0) ${SIDE_EFFECT} ${SIDE_EFFECT2}'23 .if (0) ${SIDE_EFFECT} ${SIDE_EFFECT2}
1 make: "cond-eof.mk" line 17: Malformed conditional '0 ${SIDE_EFFECT} ${SIDE_EFFECT2}'2 make: "cond-eof.mk" line 20: Malformed conditional '1 ${SIDE_EFFECT} ${SIDE_EFFECT2}'3 make: "cond-eof.mk" line 23: Malformed conditional '(0) ${SIDE_EFFECT} ${SIDE_EFFECT2}'
77 SIDE_EFFECT, // "import 'something';" enumerator82 ReferenceCategory Category = ReferenceCategory::SIDE_EFFECT;108 if (LHS.Category == JsModuleReference::ReferenceCategory::SIDE_EFFECT) in operator <()299 if (Reference->Category == JsModuleReference::SIDE_EFFECT || in mergeModuleReferences()300 PreviousReference->Category == JsModuleReference::SIDE_EFFECT || in mergeModuleReferences()435 Reference.Category = JsModuleReference::ReferenceCategory::SIDE_EFFECT; in parseModuleReference()