Home
last modified time | relevance | path

Searched refs:action_type (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDFAEmitter.h46 using action_type = uint64_t; variable
51 void addTransition(state_type From, state_type To, action_type A);
58 virtual void printActionValue(action_type A, raw_ostream &OS);
79 std::set<action_type> Actions;
83 std::map<std::pair<state_type, action_type>, std::vector<state_type>>
94 std::map<std::pair<dfa_state_type, action_type>,
H A DDFAEmitter.cpp48 void DfaEmitter::addTransition(state_type From, state_type To, action_type A) { in addTransition()
59 for (action_type A : Actions) { in visitDfaState()
154 action_type A = KV.first.second; in emit()
165 void DfaEmitter::printActionValue(action_type A, raw_ostream &OS) { OS << A; } in printActionValue()
252 void printActionValue(action_type A, raw_ostream &OS) override;
375 void CustomDfaEmitter::printActionValue(action_type A, raw_ostream &OS) { in printActionValue()
/netbsd-src/external/bsd/openldap/dist/tests/progs/
H A Dslapd-bind.c50 int noinit, LDAP **ldp, struct berval *pass, int action_type, void *action );
54 int force, int noinit, int action_type, void *action );
207 int noinit, LDAP **ldp, struct berval *pass, int action_type, void *action ) in do_bind() argument
217 switch ( action_type ) { in do_bind()
318 switch ( action_type ) { in do_bind()
374 int force, int noinit, int action_type, void *action ) in do_base() argument
509 action_type, action ) && !force ) in do_base()