Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDCharUnits.h125 bool isOne() const { return Quantity == 1; } in isOne() function
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
HDruntime.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()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDConstants.h212 bool isOne() const { return Val.isOne(); } in isOne() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDCStringSyntaxChecker.cpp66 bool isOne(const Expr *E) { in isOne() function in __anon2d5ef4fe0111::WalkAST
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDScaledNumber.h545 bool isOne() const { in isOne() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDAPInt.h369 bool isOne() const { in isOne() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineAddSub.cpp77 bool isOne() const { return isInt() && IntVal == 1; } in isOne() function in __anon64bdac400111::FAddendCoef
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDScalarEvolution.cpp448 bool SCEV::isOne() const { in isOne() function in SCEV