HomeSort by relevance Sort by last modified time
    Searched defs:isOne (Results 1 - 11 of 11) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
CStringSyntaxChecker.cpp 67 inline bool isOne(const Expr *E) {
121 if (isSizeof(L, DstArg) && isOne(R->IgnoreParenCasts()))
  /external/clang/include/clang/AST/
CharUnits.h 118 /// isOne - Test whether the quantity equals one.
119 bool isOne() const { return Quantity == 1; }
  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_tasks.js 338 var isOne = function(e) {
342 return props.filter(isOne).length == props.length;
  /external/llvm/include/llvm/IR/
Constants.h 168 bool isOne() const {
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
PredicatesTest.java 508 Predicate<Integer> isOne = Predicates.equalTo(1);
510 assertTrue(isOne.apply(1));
511 assertFalse(isOne.apply(2));
512 assertFalse(isOne.apply(null));
  /external/llvm/lib/IR/
ConstantFold.cpp 618 bool isOne = isa<ConstantInt>(Idx) && cast<ConstantInt>(Idx)->isOne();
619 if (Constant *C = getFoldedSizeOf(Ty, DestTy, !isOne)) {
631 if (CI->isOne() &&
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 61 bool isOne() const { return isInt() && IntVal == 1; }
294 if (That.isOne())
419 if (!BreakNum || Coeff.isOne())
558 return CE.isOne() ? Opnd0.getSymVal() : 0;
807 if (!CE.isMinusOne() && !CE.isOne())
834 if (Coeff.isMinusOne() || Coeff.isOne()) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 281 bool SCEV::isOne() const {
283 return SC->getValue()->isOne();
395 if (CI->isOne()) {
417 if (CI->isOne() &&
    [all...]
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 189 milliseconds