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

/external/clang/test/SemaCXX/
H A Dswitch-implicit-fallthrough.cpp213 Value1, Value2 enumerator in enum:Enum
225 case Value2:
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp168 uint32_t Value2 = 0; local
183 Value2 = Writer->getSymbolAddress(B_SD, Layout);
234 MRE.r_word1 = Value2;
273 uint32_t Value2 = 0; local
286 Value2 = Writer->getSymbolAddress(B_SD, Layout);
299 MRE.r_word1 = Value2;
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp168 const uint32_t Value2) {
173 MRE.r_word1 = Value2;
219 uint32_t Value2 = 0; local
229 Value2 = Writer->getSymbolAddress(B_SD, Layout);
284 Log2Size, IsPCRel, Value2);
165 makeScatteredRelocationInfo(MachO::any_relocation_info &MRE, const uint32_t Addr, const unsigned Type, const unsigned Log2Size, const unsigned IsPCRel, const uint32_t Value2) argument
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp382 uint32_t Value2 = 0; local
399 Value2 = Writer->getSymbolAddress(B_SD, Layout);
425 MRE.r_word1 = Value2;
/external/openfst/src/include/fst/
H A Dpair-weight.h83 value2_ = w.Value2();
108 const W2& Value2() const { return value2_; } 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();
230 ApproxEqual(w1.Value2(), w2.Value2(), delta);
242 return strm << w.Value1() << separator << w.Value2();
252 << w.Value2() << close_pare
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dproduct-weight.h66 value2_ = w.Value2();
97 W2 Value2() const { return value2_; } 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();
174 Plus(w.Value2(), v.Value2()));
181 Times(w.Value2(),
[all...]
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h556 TYPE Value2 = this->GetAt(nStopPos); local
558 int iGreate = (*pCompare)(Value1, Value2);
561 this->SetAt(nStartPos, Value2);
/external/clang/lib/Analysis/
H A DCFG.cpp592 const llvm::APSInt &Value2) {
593 assert(Value1.isSigned() == Value2.isSigned());
598 return TryResult(Value1 == Value2);
600 return TryResult(Value1 != Value2);
602 return TryResult(Value1 < Value2);
604 return TryResult(Value1 <= Value2);
606 return TryResult(Value1 > Value2);
608 return TryResult(Value1 >= Value2);
687 // Value less than both Value1 and Value2
691 // Value between Value1 and Value2
590 analyzeLogicOperatorCondition(BinaryOperatorKind Relation, const llvm::APSInt &Value1, const llvm::APSInt &Value2) argument
[all...]

Completed in 118 milliseconds