Home
last modified time | relevance | path

Searched defs:isOne (Results 1 – 10 of 10) sorted by relevance

/external/clang/include/clang/AST/
DCharUnits.h119 bool isOne() const { return Quantity == 1; } in isOne() function
/external/llvm/include/llvm/IR/
DConstants.h168 bool isOne() const { in isOne() function
/external/clang/lib/StaticAnalyzer/Checkers/
DCStringSyntaxChecker.cpp68 inline bool isOne(const Expr *E) { in isOne() function in __anon14bc6ebd0111::WalkAST
/external/compiler-rt/lib/BlocksRuntime/
Druntime.c231 void _Block_use_GC( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject), in _Block_use_GC()
254 void _Block_use_GC5( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject), in _Block_use_GC5()
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
Dfile_tasks.js462 var isOne = function(e) { function
/external/llvm/include/llvm/Support/
DScaledNumber.h546 bool isOne() const { in isOne() function
/external/guava/guava-tests/test/com/google/common/base/
DPredicatesTest.java508 Predicate<Integer> isOne = Predicates.equalTo(1); in testIsEqualTo_apply() local
/external/llvm/lib/IR/
DConstantFold.cpp621 bool isOne = isa<ConstantInt>(Idx) && cast<ConstantInt>(Idx)->isOne(); in ConstantFoldCastInstruction() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp63 bool isOne() const { return isInt() && IntVal == 1; } in isOne() function in __anone749529f0111::FAddendCoef
/external/llvm/lib/Analysis/
DScalarEvolution.cpp279 bool SCEV::isOne() const { in isOne() function in SCEV