/freebsd-src/contrib/googletest/googletest/samples/ |
H A D | sample1_unittest.cc | 76 TEST(FactorialTest, Negative) { in TEST() argument 113 TEST(IsPrimeTest, Negative) { in TEST() argument
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | string_utils.cpp | 30 appendNumber(char ** Buffer,const char * BufferEnd,u64 AbsoluteValue,u8 Base,u8 MinNumberLength,bool PadWithZero,bool Negative,bool Upper) appendNumber() argument 80 const bool Negative = (Num < 0); appendSignedDecimal() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ConditionOptimizer.cpp | 249 bool Negative = (Opc == AArch64::ADDSWri || Opc == AArch64::ADDSXri); in adjustCmp() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | APFloat.cpp | 885 makeNaN(bool SNaN,bool Negative,const APInt * fill) makeNaN() argument 3896 makeLargest(bool Negative) makeLargest() argument 3925 makeSmallest(bool Negative) makeSmallest() argument 3936 makeSmallestNormalized(bool Negative) makeSmallestNormalized() argument 4475 makeInf(bool Negative) makeInf() argument 4487 makeZero(bool Negative) makeZero() argument [all...] |
H A D | APInt.cpp | 1032 bool Negative = isNegative(); in ashrSlowCase() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 1027 Constant *ConstantFP::getSNaN(Type *Ty, bool Negative, APInt *Payload) { in getInfinity() argument 968 getNaN(Type * Ty,bool Negative,uint64_t Payload) getNaN() argument 979 getQNaN(Type * Ty,bool Negative,APInt * Payload) getQNaN() argument 990 getSNaN(Type * Ty,bool Negative,APInt * Payload) getSNaN() argument 1001 getZero(Type * Ty,bool Negative) getZero() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheck.cpp | 128 static APInt toSigned(APInt AbsVal, bool Negative) { in toSigned() argument 140 bool Negative = StrVal.consume_front("-"); in valueFromStringRepr() local 443 bool Negative = Expr.consume_front("-"); parseNumericOperand() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandVectorPredication.cpp | 362 bool Negative = false; getNeutralReductionElement() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 13724 bool Negative = false; diagnoseXorMisusedAsPow() local
|