Home
last modified time | relevance | path

Searched refs:Value2 (Results 1 – 19 of 19) sorted by relevance

/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp167 const uint32_t Value2) { in makeScatteredRelocationInfo() argument
172 MRE.r_word1 = Value2; in makeScatteredRelocationInfo()
216 uint32_t Value2 = 0; in recordScatteredRelocation() local
226 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in recordScatteredRelocation()
281 Log2Size, IsPCRel, Value2); in recordScatteredRelocation()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp161 uint32_t Value2 = 0; in RecordARMScatteredHalfRelocation() local
177 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in RecordARMScatteredHalfRelocation()
228 MRE.r_word1 = Value2; in RecordARMScatteredHalfRelocation()
268 uint32_t Value2 = 0; in RecordARMScatteredRelocation() local
283 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in RecordARMScatteredRelocation()
296 MRE.r_word1 = Value2; in RecordARMScatteredRelocation()
/external/clang/test/SemaCXX/
Dswitch-implicit-fallthrough.cpp213 Value1, Value2 enumerator
225 case Value2: in fallthrough_covered_enums()
/external/clang/test/SemaTemplate/
Ddefault-arguments.cpp68 template<T Value1 = sizeof(T), T Value2 = sizeof(U),
69 T Value3 = Value1 + Value2>
/external/llvm/test/DebugInfo/Inputs/
Ddwarfdump-macro.cc3 #define M2(x, y) ((x)+(y)* Value2)
/external/valgrind/
Dglibc-2.7.supp17 # Param Value1 Value2 Value4 Value8 Value16 Jump
Dxfree-3.supp19 # Param Value1 Value2 Value4 Value8 Value16 Jump
Dglibc-2.5.supp19 # Param Value1 Value2 Value4 Value8 Value16 Jump
Dglibc-2.6.supp19 # Param Value1 Value2 Value4 Value8 Value16 Jump
Dglibc-2.4.supp19 # Param Value1 Value2 Value4 Value8 Value16 Jump
Dglibc-2.X.supp.in22 # Param Value1 Value2 Value4 Value8 Value16 Jump
Dglibc-2.2.supp19 # Param Value1 Value2 Value4 Value8 Value16 Jump
Dglibc-2.3.supp19 # Param Value1 Value2 Value4 Value8 Value16 Jump
Dxfree-4.supp23 # Param Value1 Value2 Value4 Value8 Value16 Jump
/external/llvm/test/DebugInfo/
Ddebugmacinfo.test21 TEST_MACINFO: DW_MACINFO_define - lineno: 3 macro: M2(x,y) ((x)+(y)* Value2)
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp387 uint32_t Value2 = 0; in recordScatteredRelocation() local
407 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in recordScatteredRelocation()
433 MRE.r_word1 = Value2; in recordScatteredRelocation()
/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h691 TYPE Value2 = this->GetAt(nStopPos); in QuickSort() local
693 int iGreate = (*pCompare)(Value1, Value2); in QuickSort()
695 this->SetAt(nStartPos, Value2); in QuickSort()
/external/clang/lib/Analysis/
DCFG.cpp734 const llvm::APSInt &Value2) { in analyzeLogicOperatorCondition() argument
735 assert(Value1.isSigned() == Value2.isSigned()); in analyzeLogicOperatorCondition()
740 return TryResult(Value1 == Value2); in analyzeLogicOperatorCondition()
742 return TryResult(Value1 != Value2); in analyzeLogicOperatorCondition()
744 return TryResult(Value1 < Value2); in analyzeLogicOperatorCondition()
746 return TryResult(Value1 <= Value2); in analyzeLogicOperatorCondition()
748 return TryResult(Value1 > Value2); in analyzeLogicOperatorCondition()
750 return TryResult(Value1 >= Value2); in analyzeLogicOperatorCondition()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2081 SDValue Value1, Value2; in ExpandBUILD_VECTOR() local
2103 } else if (!Value2.getNode()) { in ExpandBUILD_VECTOR()
2105 Value2 = V; in ExpandBUILD_VECTOR()
2106 } else if (V != Value1 && V != Value2) { in ExpandBUILD_VECTOR()
2172 if (Value2.getNode()) in ExpandBUILD_VECTOR()
2173 Vec2 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Value2); in ExpandBUILD_VECTOR()