Home
last modified time | relevance | path

Searched refs:RULE (Results 1 – 25 of 43) sorted by relevance

12

/third_party/boost/tools/build/src/engine/
Drules.cpp42 static void set_rule_actions( RULE *, rule_actions * );
43 static void set_rule_body ( RULE *, FUNCTION * );
99 static RULE * enter_rule( OBJECT * rulename, module_t * target_module ) in enter_rule()
102 RULE * const r = (RULE *)hash_insert( demand_rules( target_module ), in enter_rule()
123 static RULE * define_rule( module_t * src_module, OBJECT * rulename, in define_rule()
126 RULE * const r = enter_rule( rulename, target_module ); in define_rule()
139 void rule_free( RULE * r ) in rule_free()
527 static void set_rule_body( RULE * rule, FUNCTION * procedure ) in set_rule_body()
542 static OBJECT * global_rule_name( RULE * r ) in global_rule_name()
565 static RULE * global_rule( RULE * r ) in global_rule()
[all …]
Drules.h38 typedef struct _rule RULE; typedef
89 RULE * rule;
249 RULE * bindrule ( OBJECT * rulename, module_t * );
250 RULE * import_rule ( RULE * source, module_t *, OBJECT * name );
251 void rule_localize ( RULE * rule, module_t * module );
252 RULE * new_rule_body ( module_t *, OBJECT * rulename, FUNCTION * func, int exprt );
253 RULE * new_rule_actions( module_t *, OBJECT * rulename, FUNCTION * command, LIST * bindlist, int fl…
254 void rule_free ( RULE * );
Dclass.cpp69 RULE * r = (RULE *)r_; in import_base_rule()
70 RULE * ir1; in import_base_rule()
71 RULE * ir2; in import_base_rule()
Dcommand.h76 RULE * rule; /* rule->actions contains shell script */
89 RULE * rule, /* rule (referenced) */
Dmodules.cpp69 m->rules = hashinit( sizeof( RULE ), "rules" ); in demand_rules()
80 rule_free( (RULE *)xrule ); in delete_rule_()
345 RULE * rule = (RULE *)xrule; in bind_variables_for_rule()
Dcompile.h28 LIST * evaluate_rule( RULE * rule, OBJECT * rulename, FRAME * );
Dbuiltins.cpp129 RULE * bind_builtin( char const * name_, LIST * (* f)( FRAME *, int flags ), in bind_builtin()
133 RULE * result; in bind_builtin()
148 RULE * duplicate_rule( char const * name_, RULE * other ) in duplicate_rule()
151 RULE * result = import_rule( other, root_module(), name ); in duplicate_rule()
1091 RULE * const r = (RULE *)r_; in add_rule_name()
1230 RULE * r = nullptr; in builtin_import()
1231 RULE * imported = nullptr; in builtin_import()
1233 if ( !source_module->rules || !(r = (RULE *)hash_find( in builtin_import()
1286 RULE * r = nullptr; in builtin_export()
1287 if ( !m->rules || !( r = (RULE *)hash_find( m->rules, list_item( iter ) in builtin_export()
[all …]
Dcommand.cpp61 CMD * cmd_new( RULE * rule, LIST * targets, LIST * sources, LIST * shell ) in cmd_new()
Dcompile.cpp58 LIST * evaluate_rule( RULE * rule, OBJECT * rulename, FRAME * frame ) in evaluate_rule()
Dmake1.cpp1079 RULE * rule = a0->action->rule; in make1cmds()
Dfunction.cpp506 RULE * rule; in function_call_member_rule()
/third_party/boost/libs/spirit/classic/example/techniques/
Dtypeof.cpp21 #define RULE(name, definition) BOOST_TYPEOF(definition) name = definition macro
26 RULE( in main()
/third_party/boost/tools/build/src/util/
Dassert.jam62 # Assert that the result of calling RULE-NAME on the given arguments has a false
146 # Assert that EXPECTED is the result of calling RULE-NAME with the given
171 # to the result of calling RULE-NAME with the given arguments. Note that rules
207 # Assert that the result of calling RULE-NAME on the given arguments has a true
/third_party/node/deps/cares/m4/
Dax_add_am_macro_static.m47 # AX_ADD_AM_MACRO_STATIC([RULE])
/third_party/ninja/src/
Dlexer.h45 RULE, enumerator
Dlexer.in.cc86 case RULE: return "'rule'"; in TokenName()
Dlexer.cc87 case RULE: return "'rule'"; in TokenName()
393 { token = RULE; break; } in ReadToken()
Dmanifest_parser.cc48 case Lexer::RULE: in Parse()
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Dindent.md3 ## PLEASE READ THIS ISSUE BEFORE USING THIS RULE [#1824](https://github.com/typescript-eslint/types…
Dno-use-before-define.md3 ## PLEASE READ THIS ISSUE BEFORE USING THIS RULE [#1856](https://github.com/typescript-eslint/types…
/third_party/boost/boost/phoenix/core/detail/
Dexpression.hpp85 #define BOOST_PHOENIX_DEFINE_EXPRESSION_BASE(NAME_SEQ, GRAMMAR_SEQ, EXPRESSION, RULE, RESULT_OF_MAK… argument
111 RULE(NAME_SEQ, GRAMMAR_SEQ, DATA) \
/third_party/boost/tools/build/src/engine/modules/
Dsequence.cpp64 RULE * rule = bindrule( function_name, frame->prev->module ); in sequence_transform()
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/
Dyacc.c138 # b4_rhs_value(RULE-LENGTH, POS, [SYMBOL-NUM], [TYPE])
156 # b4_rhs_location(RULE-LENGTH, POS)
158 # Expansion of @POS, where the current rule has RULE-LENGTH symbols
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dicuzones152 # RULE NAME FROM TO TYPE IN ON AT SAVE LETTER/S
/third_party/python/Doc/reference/
Dcompound_stmts.rst671 * the notation ``SEP.RULE+`` is shorthand for ``RULE (SEP RULE)*``
673 * the notation ``!RULE`` is shorthand for a negative lookahead assertion

12