/third_party/boost/tools/build/src/engine/ |
D | rules.cpp | 42 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 …]
|
D | rules.h | 38 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 * );
|
D | class.cpp | 69 RULE * r = (RULE *)r_; in import_base_rule() 70 RULE * ir1; in import_base_rule() 71 RULE * ir2; in import_base_rule()
|
D | command.h | 76 RULE * rule; /* rule->actions contains shell script */ 89 RULE * rule, /* rule (referenced) */
|
D | modules.cpp | 69 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()
|
D | compile.h | 28 LIST * evaluate_rule( RULE * rule, OBJECT * rulename, FRAME * );
|
D | builtins.cpp | 129 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 …]
|
D | command.cpp | 61 CMD * cmd_new( RULE * rule, LIST * targets, LIST * sources, LIST * shell ) in cmd_new()
|
D | compile.cpp | 58 LIST * evaluate_rule( RULE * rule, OBJECT * rulename, FRAME * frame ) in evaluate_rule()
|
D | make1.cpp | 1079 RULE * rule = a0->action->rule; in make1cmds()
|
D | function.cpp | 506 RULE * rule; in function_call_member_rule()
|
/third_party/boost/libs/spirit/classic/example/techniques/ |
D | typeof.cpp | 21 #define RULE(name, definition) BOOST_TYPEOF(definition) name = definition macro 26 RULE( in main()
|
/third_party/boost/tools/build/src/util/ |
D | assert.jam | 62 # 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/ |
D | ax_add_am_macro_static.m4 | 7 # AX_ADD_AM_MACRO_STATIC([RULE])
|
/third_party/ninja/src/ |
D | lexer.h | 45 RULE, enumerator
|
D | lexer.in.cc | 86 case RULE: return "'rule'"; in TokenName()
|
D | lexer.cc | 87 case RULE: return "'rule'"; in TokenName() 393 { token = RULE; break; } in ReadToken()
|
D | manifest_parser.cc | 48 case Lexer::RULE: in Parse()
|
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/ |
D | indent.md | 3 ## PLEASE READ THIS ISSUE BEFORE USING THIS RULE [#1824](https://github.com/typescript-eslint/types…
|
D | no-use-before-define.md | 3 ## PLEASE READ THIS ISSUE BEFORE USING THIS RULE [#1856](https://github.com/typescript-eslint/types…
|
/third_party/boost/boost/phoenix/core/detail/ |
D | expression.hpp | 85 #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/ |
D | sequence.cpp | 64 RULE * rule = bindrule( function_name, frame->prev->module ); in sequence_transform()
|
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/ |
D | yacc.c | 138 # 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/ |
D | icuzones | 152 # RULE NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
/third_party/python/Doc/reference/ |
D | compound_stmts.rst | 671 * the notation ``SEP.RULE+`` is shorthand for ``RULE (SEP RULE)*`` 673 * the notation ``!RULE`` is shorthand for a negative lookahead assertion
|