Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DUndefResultChecker.cpp64 bool isLeft = true; in checkPostStmt() local
/external/skia/src/pathops/
DSkPathOpsLine.cpp38 double SkDLine::isLeft(const SkDPoint& pt) const { in isLeft() function in SkDLine
/external/chromium_org/third_party/skia/src/pathops/
DSkPathOpsLine.cpp38 double SkDLine::isLeft(const SkDPoint& pt) const { in isLeft() function in SkDLine
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
Ddojo-1.6.1.js4919 isLeft: function(e){ return e.button & 1; }, method
4930 isLeft: function(e){ return e.button == 0; }, method
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp5315 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) { in isVectorShiftRight()
5350 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) { in isVectorShiftLeft()
5385 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) { in isVectorShift()
5553 static SDValue getVShift(bool isLeft, EVT VT, SDValue SrcOp, in getVShift()
9351 bool isLeft = false; in LowerVECTOR_SHUFFLE() local