Home
last modified time | relevance | path

Searched refs:Mid (Results 1 – 13 of 13) sorted by relevance

/external/llvm/tools/bugpoint/
DListReducer.h115 unsigned Mid = MidTop / 2; in reduceList() local
116 std::vector<ElTy> Prefix(TheList.begin(), TheList.begin()+Mid); in reduceList()
117 std::vector<ElTy> Suffix(TheList.begin()+Mid, TheList.end()); in reduceList()
140 MidTop = Mid; in reduceList()
/external/webkit/Source/WebCore/rendering/svg/
DSVGMarkerData.h37 Mid, enumerator
63 case Mid: in currentAngle()
DSVGMarkerLayoutInfo.cpp63 markerData.updateTypeAndMarker(SVGMarkerData::Mid, info.midMarker()); in processStartAndMidMarkers()
/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp139 unsigned Mid = Size / 2; in switchConvert() local
140 std::vector<CaseRange> LHS(Begin, Begin + Mid); in switchConvert()
142 std::vector<CaseRange> RHS(Begin + Mid, End); in switchConvert()
145 CaseRange& Pivot = *(Begin + Mid); in switchConvert()
/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp883 template<int N> struct Mid : Base {}; struct
884 struct Derived : Mid<0>, Mid<1> {};
885 static_assert(&Mid<0>::n == &Mid<1>::n, "");
886 static_assert((int Derived::*)(int Mid<0>::*)&Mid<0>::n !=
887 (int Derived::*)(int Mid<1>::*)&Mid<1>::n, "");
888 static_assert(&Mid<0>::n == (int Mid<0>::*)&Base::n, "");
Dconditional-expr.cpp32 struct Mid : Base {}; struct
33 struct Fin : Mid, Derived {};
/external/llvm/lib/CodeGen/
DLiveInterval.cpp42 size_t Mid = Len >> 1; in find() local
43 if (Pos < I[Mid].end) in find()
44 Len = Mid; in find()
46 I += Mid + 1, Len -= Mid + 1; in find()
/external/icu4c/data/misc/
DwindowsZones.txt167 Mid-Atlantic Standard Time{
/external/bison/tests/
Dactions.at22 ## Mid-rule actions. ##
25 AT_SETUP([Mid-rule actions])
Dtestsuite6533 at_desc='Mid-rule actions'
/external/bison/doc/
Dbison.info166 * Mid-Rule Actions:: Most actions go at the end of a rule.
3059 * Mid-Rule Actions:: Most actions go at the end of a rule.
3124 only for special purposes (*note Actions in Mid-Rule: Mid-Rule
3188 File: bison.info, Node: Action Types, Next: Mid-Rule Actions, Prev: Actions, Up: Semantics
3224 File: bison.info, Node: Mid-Rule Actions, Prev: Action Types, Up: Semantics
3226 3.5.5 Actions in Mid-Rule
8381 * %destructor: Mid-Rule Actions. (line 59)
8461 * actions in mid-rule: Mid-Rule Actions. (line 6)
8551 * discarded symbols, mid-rule actions: Mid-Rule Actions. (line 59)
8560 * error recovery, mid-rule actions: Mid-Rule Actions. (line 59)
[all …]
Dbison.texinfo204 * Mid-Rule Actions:: Most actions go at the end of a rule.
3045 * Mid-Rule Actions:: Most actions go at the end of a rule.
3116 a rule are tricky and used only for special purposes (@pxref{Mid-Rule
3117 Actions, ,Actions in Mid-Rule}).
3242 @node Mid-Rule Actions
3243 @subsection Actions in Mid-Rule
/external/bison/
DChangeLog377 * doc/bison.texinfo (Mid-Rule Actions): Explain how to bury a
10882 * tests/actions.at (Mid-rule actions): Make sure the user can
10900 * tests/actions.at (Mid-rule actions): Output on a single line
10924 Mid-rule actions are simply... ignored!
10929 * tests/actions.at (Mid-rule actions): New.
13763 @samp{$<@dots{}>@var{n}} in Section Actions in Mid-Rule.