Searched defs:Value1 (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/Driver/
H A DArg.cpp34 const char *Value0, const char *Value1, const Arg *_BaseArg)
38 Values.push_back(Value1);
33 Arg(const Option _Opt, StringRef S, unsigned _Index, const char *Value0, const char *Value1, const Arg *_BaseArg) argument
/external/llvm/lib/Option/
H A DArg.cpp33 const char *Value0, const char *Value1, const Arg *_BaseArg)
37 Values.push_back(Value1);
32 Arg(const Option _Opt, StringRef S, unsigned _Index, const char *Value0, const char *Value1, const Arg *_BaseArg) argument
/external/clang/test/SemaCXX/
H A Dswitch-implicit-fallthrough.cpp213 Value1, Value2 enumerator in enum:Enum
222 case Value1:
/external/openfst/src/include/fst/
H A Dpair-weight.h82 value1_ = w.Value1();
106 const W1& Value1() const { return value1_; } function in class:fst::PairWeight
215 return w.Value1() == v.Value1() && w.Value2() == v.Value2();
221 return w1.Value1() != w2.Value1() || w1.Value2() != w2.Value2();
229 return ApproxEqual(w1.Value1(), w2.Value1(), delta) &&
242 return strm << w.Value1() << separator << w.Value2();
251 return strm << open_paren << w.Value1() << separato
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dproduct-weight.h65 value1_ = w.Value1();
95 W1 Value1() const { return value1_; } function in class:fst::ProductWeight
107 return w.Value1() == v.Value1() && w.Value2() == v.Value2();
113 return w1.Value1() != w2.Value1() || w1.Value2() != w2.Value2();
128 return strm << w.Value1() << separator << w.Value2();
173 return ProductWeight<W1, W2>(Plus(w.Value1(), v.Value1()),
180 return ProductWeight<W1, W2>(Times(w.Value1(),
[all...]
/external/harfbuzz/src/
H A Dharfbuzz-gpos-private.h211 HB_ValueRecord Value1; /* pos. data for first glyph */ member in struct:HB_PairValueRecord_
240 HB_ValueRecord Value1; /* pos. data for first glyph */ member in struct:HB_Class2Record_
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-gpos-private.h211 HB_ValueRecord Value1; /* pos. data for first glyph */ member in struct:HB_PairValueRecord_
240 HB_ValueRecord Value1; /* pos. data for first glyph */ member in struct:HB_Class2Record_
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp16740 SDValue Value1 = Extract128BitVector(StoredVal, NumElems/2, DAG, dl); local
16749 SDValue Ch1 = DAG.getStore(St->getChain(), dl, Value1, Ptr1,

Completed in 328 milliseconds