Searched defs:isLeft (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DUndefResultChecker.cpp63 bool isLeft = true; local
67 isLeft = true;
71 isLeft = false;
75 OS << "The " << (isLeft ? "left" : "right")
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsLine.cpp31 // isLeft(): tests if a point is Left|On|Right of an infinite line.
38 double SkDLine::isLeft(const SkDPoint& pt) const { function in class:SkDLine
/external/skia/src/pathops/
H A DSkPathOpsLine.cpp31 // isLeft(): tests if a point is Left|On|Right of an infinite line.
38 double SkDLine::isLeft(const SkDPoint& pt) const { function in class:SkDLine
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5050 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
5075 isLeft = false;
5084 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
5109 isLeft = true;
5118 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
5124 if (isVectorShiftLeft(SVOp, DAG, isLeft, ShVal, ShAmt) ||
5125 isVectorShiftRight(SVOp, DAG, isLeft, ShVal, ShAmt))
5213 static SDValue getVShift(bool isLeft, EVT VT, SDValue SrcOp, argument
5218 unsigned Opc = isLeft ? X86ISD::VSHLDQ : X86ISD::VSRLDQ;
7248 bool isLeft
5049 isVectorShiftRight(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG, bool &isLeft, SDValue &ShVal, unsigned &ShAmt) argument
5083 isVectorShiftLeft(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG, bool &isLeft, SDValue &ShVal, unsigned &ShAmt) argument
5117 isVectorShift(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG, bool &isLeft, SDValue &ShVal, unsigned &ShAmt) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 550 milliseconds