HomeSort by relevance Sort by last modified time
    Searched defs:Right (Results 26 - 33 of 33) sorted by null

12

  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 195 NonLoc right) const;
549 NonLoc right) const {
566 if (right.getAs<nonloc::ConcreteInt>()) {
567 maxMinusRight = svalBuilder.evalBinOpNN(state, BO_Sub, maxVal, right,
574 left = right;
579 // If left > max - right, we have an overflow.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincon.h 23 SHORT Right;
d3d8types.h     [all...]
d3d9types.h     [all...]
commctrl.h     [all...]
mshtmlc.h     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 288 SmallVectorImpl<Value *> &Right) {
339 // broadcast for the packed right side in the backend: we have [vr1, vl2]
344 Right.push_back(I0);
345 } else if (i && I0->getOpcode() > I1->getOpcode() && Right[i-1] != I1) {
348 Right.push_back(I0);
349 } else if (i && I0->getOpcode() == I1->getOpcode() && Right[i-1] == I0) {
352 Right.push_back(I0);
356 Right.push_back(I0);
359 Right.push_back(I1);
363 // One opcode, put the instruction on the right
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 885 milliseconds

12