HomeSort by: relevance | last modified time | path
    Searched refs:SIDE_EFFECT (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/make/unit-tests/
cond-eof.mk 7 SIDE_EFFECT= ${:!echo 'side effect' 1>&2!}
10 # In the following conditions, ${SIDE_EFFECT} is the position of the first
16 # 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}
  /src/external/apache2/llvm/dist/clang/lib/Format/
SortJavaScriptImports.cpp 77 SIDE_EFFECT, // "import 'something';"
82 ReferenceCategory Category = ReferenceCategory::SIDE_EFFECT;
108 if (LHS.Category == JsModuleReference::ReferenceCategory::SIDE_EFFECT)
299 if (Reference->Category == JsModuleReference::SIDE_EFFECT ||
300 PreviousReference->Category == JsModuleReference::SIDE_EFFECT ||
435 Reference.Category = JsModuleReference::ReferenceCategory::SIDE_EFFECT;

Completed in 59 milliseconds