OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NoState
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/
hydrogen-flow-engine.h
60
class
NoState
{
62
inline
NoState
* Copy(HBasicBlock* succ, Zone* zone) {
65
inline
NoState
* Process(HInstruction* value, Zone* zone) {
68
inline
NoState
* Merge(HBasicBlock* succ,
NoState
* other, Zone* zone) {
88
// like the example
NoState
and NoEffects above. It's not necessary to provide
/external/openfst/src/include/fst/
compose-filter.h
42
// static const FilterState
NoState
();
61
static const IntegerFilterState
NoState
() { return IntegerFilterState(); }
93
static const WeightFilterState
NoState
() { return WeightFilterState(); }
118
PairFilterState() : f1_(F1::
NoState
()), f2_(F2::
NoState
()) {}
122
static const PairFilterState
NoState
() { return PairFilterState(); }
184
// // if disallowed, FilterState::
NoState
(). The filter is permitted to
260
return alleps1_ ? FilterState::
NoState
() :
263
return f_ != FilterState(0) ? FilterState::
NoState
() : FilterState(0);
265
return arc1->olabel == 0 ? FilterState::
NoState
() : FilterState(0)
[
all
...]
Completed in 141 milliseconds