Searched defs:isOne (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp67 inline bool isOne(const Expr *E) { function in class:__anon16401::WalkAST
121 if (isSizeof(L, DstArg) && isOne(R->IgnoreParenCasts()))
/external/clang/include/clang/AST/
H A DCharUnits.h118 /// isOne - Test whether the quantity equals one.
119 bool isOne() const { return Quantity == 1; } function in class:clang::CharUnits
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
H A Dfile_tasks.js444 var isOne = function(e) {
448 return props.filter(isOne).length === props.length;
/external/compiler-rt/BlocksRuntime/
H A Druntime.c213 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), argument
254 void _Block_use_GC5( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject), argument
/external/llvm/include/llvm/IR/
H A DConstants.h168 bool isOne() const { function in class:llvm::ConstantInt
/external/llvm/lib/IR/
H A DConstantFold.cpp618 bool isOne = isa<ConstantInt>(Idx) && cast<ConstantInt>(Idx)->isOne(); local
619 if (Constant *C = getFoldedSizeOf(Ty, DestTy, !isOne)) {
631 if (CI->isOne() &&
905 if (CI2->isOne())
1892 if (!cast<ConstantInt>(Idxs[0])->isOne())
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp281 bool SCEV::isOne() const { function in class:SCEV
283 return SC->getValue()->isOne();
395 if (CI->isOne()) {
417 if (CI->isOne() &&
6411 if (Step->isOne()) {
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp61 bool isOne() const { return isInt() && IntVal == 1; } function in class:__anon22534::FAddendCoef
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()) {
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1231 bool isOne() const { return Value->isOne(); } function in class:ConstantSDNode

Completed in 351 milliseconds