/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),
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
CStringSyntaxChecker.cpp | 67 inline bool isOne(const Expr *E) { 121 if (isSizeof(L, DstArg) && isOne(R->IgnoreParenCasts()))
|
/art/test/068-classloader/src/ |
Main.java | 361 static void useImplement(DoubledImplement di, boolean isOne) { 366 if (!isOne) { 370 if (!isOne) {
|
/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 | 118 /// isOne - Test whether the quantity equals one. 119 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 | 83 if (!CI->isOne()) std::swap(ReplaceWith, Other);
|
LoopIdiomRecognize.cpp | 427 !((SubInst->getOpcode() == Instruction::Sub && Dec->isOne()) || 452 if (!Inc || !Inc->isOne()) [all...] |
IndVarSimplify.cpp | [all...] |
JumpThreading.cpp | 446 cast<ConstantInt>(I->getOperand(1))->isOne()) { 574 KnownCond = 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...] |
InstCombineSelect.cpp | 205 return C1I->isOne() || C1I->isAllOnesValue() || 206 C2I->isOne() || C2I->isAllOnesValue(); [all...] |
InstCombineCalls.cpp | 306 if (Power->isOne()) 695 if (Splat->isOne()) { [all...] |
/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/Analysis/ |
LazyValueInfo.cpp | 220 if (Res->isOne()) 246 if (Res->isOne()) [all...] |
BranchProbabilityInfo.cpp | 397 } else if (CV->isOne() && CI->getPredicate() == CmpInst::ICMP_SLT) {
|
ConstantFolding.cpp | [all...] |
Lint.cpp | 387 !cast<ConstantInt>(UnderlyingObject)->isOne(),
|
MemoryBuiltins.cpp | 236 if (ConstSize->isOne())
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
file_tasks.js | 444 var isOne = function(e) { 448 return props.filter(isOne).length === props.length;
|
/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/IR/ |
Constants.h | 168 bool isOne() const { [all...] |