HomeSort by: relevance | last modified time | path
    Searched defs:conditions (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/tests/usr.bin/xlint/lint1/
msg_161.c 65 const _Bool conditions[] = { variable
msg_161.c 65 const _Bool conditions[] = { variable
  /src/games/adventure/
hdr.h 13 * modification, are permitted provided that the following conditions
16 * notice, this list of conditions and the following disclaimer.
18 * notice, this list of conditions and the following disclaimer in the
107 extern struct travlist { /* direcs & conditions of travel */
109 int conditions; /* m in writeup (newloc / 1000) */ member in struct:travlist
hdr.h 13 * modification, are permitted provided that the following conditions
16 * notice, this list of conditions and the following disclaimer.
18 * notice, this list of conditions and the following disclaimer in the
107 extern struct travlist { /* direcs & conditions of travel */
109 int conditions; /* m in writeup (newloc / 1000) */ member in struct:travlist
  /src/external/gpl3/gcc/dist/gcc/
ipa-predicate.h 24 Conditions that are interesting for function body are collected into CONDS
27 once, and other operands are IPA invariant. The conditions are then
98 typedef vec<condition, va_gc> *conditions; typedef
109 be (possibly) true. To make clause (possibly) true, one of conditions
112 There are fixed bounds on number of clauses and conditions and all the
128 /* Maximal number of conditions predicate can refer to. This is limited
190 extra parameter CONDITIONS is needed */
191 ipa_predicate or_with (conditions, const ipa_predicate &) const;
240 int probability (conditions, clause_t, vec<inline_param_summary>) const;
243 void dump (FILE *f, conditions, bool nl=true) const
    [all...]
ipa-predicate.h 24 Conditions that are interesting for function body are collected into CONDS
27 once, and other operands are IPA invariant. The conditions are then
98 typedef vec<condition, va_gc> *conditions; typedef
109 be (possibly) true. To make clause (possibly) true, one of conditions
112 There are fixed bounds on number of clauses and conditions and all the
128 /* Maximal number of conditions predicate can refer to. This is limited
190 extra parameter CONDITIONS is needed */
191 ipa_predicate or_with (conditions, const ipa_predicate &) const;
240 int probability (conditions, clause_t, vec<inline_param_summary>) const;
243 void dump (FILE *f, conditions, bool nl=true) const
    [all...]
graphite-poly.cc 317 /* Dump conditions of a graphite basic block GBB on FILE. */
322 vec<gimple *> conditions; local
327 conditions = GBB_CONDITIONS (gbb);
328 if (conditions.is_empty ())
331 fprintf (file, "conditions bb_%d (\n", GBB_BB (gbb)->index);
333 for (gimple *stmt : conditions)
sese.h 202 /* A single entry single exit specialized for conditions. */
241 dominating this bb. This bb can only be executed, if all conditions
260 vec<gimple *> conditions; member in struct:gimple_poly_bb
270 #define GBB_CONDITIONS(GBB) (GBB)->conditions
graphite-poly.cc 317 /* Dump conditions of a graphite basic block GBB on FILE. */
322 vec<gimple *> conditions; local
327 conditions = GBB_CONDITIONS (gbb);
328 if (conditions.is_empty ())
331 fprintf (file, "conditions bb_%d (\n", GBB_BB (gbb)->index);
333 for (gimple *stmt : conditions)
sese.h 202 /* A single entry single exit specialized for conditions. */
241 dominating this bb. This bb can only be executed, if all conditions
260 vec<gimple *> conditions; member in struct:gimple_poly_bb
270 #define GBB_CONDITIONS(GBB) (GBB)->conditions
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-predicate.h 24 Conditions that are interesting for function body are collected into CONDS
27 once, and other operands are IPA invariant. The conditions are then
94 typedef vec<condition, va_gc> *conditions; typedef
105 be (possibly) true. To make clause (possibly) true, one of conditions
108 There are fixed bounds on number of clauses and conditions and all the
124 /* Maximal number of conditions predicate can refer to. This is limited
183 extra parameter CONDITIONS is needed */
184 ipa_predicate or_with (conditions, const ipa_predicate &) const;
233 int probability (conditions, clause_t, vec<inline_param_summary>) const;
236 void dump (FILE *f, conditions, bool nl=true) const
    [all...]
ipa-predicate.h 24 Conditions that are interesting for function body are collected into CONDS
27 once, and other operands are IPA invariant. The conditions are then
94 typedef vec<condition, va_gc> *conditions; typedef
105 be (possibly) true. To make clause (possibly) true, one of conditions
108 There are fixed bounds on number of clauses and conditions and all the
124 /* Maximal number of conditions predicate can refer to. This is limited
183 extra parameter CONDITIONS is needed */
184 ipa_predicate or_with (conditions, const ipa_predicate &) const;
233 int probability (conditions, clause_t, vec<inline_param_summary>) const;
236 void dump (FILE *f, conditions, bool nl=true) const
    [all...]
graphite-poly.cc 317 /* Dump conditions of a graphite basic block GBB on FILE. */
322 vec<gimple *> conditions; local
327 conditions = GBB_CONDITIONS (gbb);
328 if (conditions.is_empty ())
331 fprintf (file, "conditions bb_%d (\n", GBB_BB (gbb)->index);
333 for (gimple *stmt : conditions)
sese.h 202 /* A single entry single exit specialized for conditions. */
241 dominating this bb. This bb can only be executed, if all conditions
260 vec<gimple *> conditions; member in struct:gimple_poly_bb
270 #define GBB_CONDITIONS(GBB) (GBB)->conditions
graphite-poly.cc 317 /* Dump conditions of a graphite basic block GBB on FILE. */
322 vec<gimple *> conditions; local
327 conditions = GBB_CONDITIONS (gbb);
328 if (conditions.is_empty ())
331 fprintf (file, "conditions bb_%d (\n", GBB_BB (gbb)->index);
333 for (gimple *stmt : conditions)
sese.h 202 /* A single entry single exit specialized for conditions. */
241 dominating this bb. This bb can only be executed, if all conditions
260 vec<gimple *> conditions; member in struct:gimple_poly_bb
270 #define GBB_CONDITIONS(GBB) (GBB)->conditions
  /src/external/gpl3/binutils/dist/gas/config/
xtensa-relax.h 162 PreconditionList *conditions; member in struct:transition_rule
xtensa-relax.h 162 PreconditionList *conditions; member in struct:transition_rule
  /src/external/gpl3/binutils.old/dist/gas/config/
xtensa-relax.h 162 PreconditionList *conditions; member in struct:transition_rule
xtensa-relax.h 162 PreconditionList *conditions; member in struct:transition_rule
  /src/external/gpl3/gdb.old/dist/sim/igen/
ld-decode.h 232 /* conditions on the rule being applied */
236 decode_cond *conditions; member in struct:_decode_table
ld-decode.h 232 /* conditions on the rule being applied */
236 decode_cond *conditions; member in struct:_decode_table
  /src/external/gpl3/gdb/dist/sim/igen/
ld-decode.h 232 /* conditions on the rule being applied */
236 decode_cond *conditions; member in struct:_decode_table
ld-decode.h 232 /* conditions on the rule being applied */
236 decode_cond *conditions; member in struct:_decode_table
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
MveEmitter.cpp 1919 std::vector<std::string> conditions; local
1921 conditions.push_back("(__ARM_FEATURE_MVE & 2)");
1923 conditions.push_back("(!defined __ARM_MVE_PRESERVE_USER_NAMESPACE)");
1926 join(std::begin(conditions), std::end(conditions), " && ");

Completed in 38 milliseconds

1 2