HomeSort by relevance Sort by last modified time
    Searched refs:isOne (Results 1 - 25 of 37) sorted by null

1 2

  /external/compiler-rt/BlocksRuntime/
Block_private.h 138 BLOCK_EXPORT void _Block_use_GC( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject),
145 BLOCK_EXPORT void _Block_use_GC5( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject),
runtime.c 213 static void *(*_Block_allocator)(const unsigned long, const bool isOne, const bool isObject) = _Block_alloc_default;
231 void _Block_use_GC( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject),
254 void _Block_use_GC5( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject),
  /frameworks/compile/libbcc/runtime/BlocksRuntime/
Block_private.h 131 BLOCK_EXPORT void _Block_use_GC( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject),
138 BLOCK_EXPORT void _Block_use_GC5( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject),
runtime.c 214 static void *(*_Block_allocator)(const unsigned long, const bool isOne, const bool isObject) = _Block_alloc_default;
232 void _Block_use_GC( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject),
255 void _Block_use_GC5( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject),
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringSyntaxChecker.cpp 68 inline bool isOne(const Expr *E) {
120 if (isSizeof(L, DstArg) && isOne(R->IgnoreParenCasts()))
  /dalvik/tests/068-classloader/src/
Main.java 361 static void useImplement(DoubledImplement di, boolean isOne) {
366 if (!isOne) {
370 if (!isOne) {
  /external/clang/include/clang/AST/
CharUnits.h 119 /// isOne - Test whether the quantity equals one.
120 bool isOne() const { return Quantity == 1; }
  /external/llvm/lib/Transforms/Utils/
LowerExpectIntrinsic.cpp 123 if (ExpectedValue->isOne())
  /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/Transforms/Scalar/
CorrelatedValuePropagation.cpp 81 if (!CI->isOne()) std::swap(ReplaceWith, Other);
IndVarSimplify.cpp     [all...]
JumpThreading.cpp 435 cast<ConstantInt>(I->getOperand(1))->isOne()) {
563 KnownCond = CI->isOne();
    [all...]
  /external/llvm/lib/VMCore/
ConstantFold.cpp 616 bool isOne = isa<ConstantInt>(Idx) && cast<ConstantInt>(Idx)->isOne();
617 if (Constant *C = getFoldedSizeOf(Ty, DestTy, !isOne)) {
629 if (CI->isOne() &&
    [all...]
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 322 } else if (CV->isOne() && CI->getPredicate() == CmpInst::ICMP_SLT) {
LazyValueInfo.cpp 220 if (Res->isOne())
246 if (Res->isOne())
    [all...]
ScalarEvolutionExpander.cpp 217 if (Factor->isOne())
    [all...]
Lint.cpp 387 !cast<ConstantInt>(UnderlyingObject)->isOne(),
ScalarEvolution.cpp 275 bool SCEV::isOne() const {
277 return SC->getValue()->isOne();
389 if (CI->isOne()) {
411 if (CI->isOne() &&
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 204 return C1I->isOne() || C1I->isAllOnesValue() ||
205 C2I->isOne() || C2I->isAllOnesValue();
    [all...]
InstCombineCalls.cpp 275 if (Power->isOne())
664 if (Splat->isOne()) {
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 113 /// isOne - Return true if the expression is a constant one.
115 bool isOne() const;
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/include/llvm/
Constants.h 169 bool isOne() const {
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 844 if (!eltSize.isOne())
    [all...]
CGExprScalar.cpp     [all...]

Completed in 2564 milliseconds

1 2