Searched refs:Mid (Results 1 - 8 of 8) sorted by relevance

/external/llvm/tools/bugpoint/
H A DListReducer.h115 unsigned Mid = MidTop / 2; local
116 std::vector<ElTy> Prefix(TheList.begin(), TheList.begin()+Mid);
117 std::vector<ElTy> Suffix(TheList.begin()+Mid, TheList.end());
140 MidTop = Mid;
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGMarkerData.h37 Mid, enumerator in enum:WebCore::SVGMarkerData::Type
63 case Mid:
H A DSVGMarkerLayoutInfo.cpp63 markerData.updateTypeAndMarker(SVGMarkerData::Mid, info.midMarker());
/external/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp127 unsigned Mid = Size / 2; local
128 std::vector<CaseRange> LHS(Begin, Begin + Mid);
130 std::vector<CaseRange> RHS(Begin + Mid, End);
133 CaseRange& Pivot = *(Begin + Mid);
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp910 template<int N> struct Mid : Base {};
911 struct Derived : Mid<0>, Mid<1> {};
912 static_assert(&Mid<0>::n == &Mid<1>::n, "");
913 static_assert((int Derived::*)(int Mid<0>::*)&Mid<0>::n !=
914 (int Derived::*)(int Mid<1>::*)&Mid<1>::n, "");
915 static_assert(&Mid<
[all...]
H A Dconditional-expr.cpp32 struct Mid : Base {}; struct in inherits:Base
33 struct Fin : Mid, Derived {};
/external/llvm/lib/CodeGen/
H A DLiveInterval.cpp43 size_t Mid = Len >> 1; local
44 if (Pos < I[Mid].end)
45 Len = Mid;
47 I += Mid + 1, Len -= Mid + 1;
/external/bison/tests/
H A Dtestsuite361 50;actions.at:25;Mid-rule actions;;
6531 50 ) # 50. actions.at:25: Mid-rule actions
6533 at_desc='Mid-rule actions'
6534 $at_quiet $ECHO_N " 50: Mid-rule actions $ECHO_C"
[all...]

Completed in 565 milliseconds