/llvm-project/libc/test/src/stdlib/ |
H A D | labs_test.cpp | 16 TEST(LlvmLibcLabsTest, Negative) { EXPECT_EQ(LIBC_NAMESPACE::labs(-1l), 1l); } in TEST() argument
|
H A D | abs_test.cpp | 16 TEST(LlvmLibcAbsTest, Negative) { EXPECT_EQ(LIBC_NAMESPACE::abs(-1), 1); } in TEST() argument
|
H A D | llabs_test.cpp | 18 TEST(LlvmLibcLlabsTest, Negative) { in TEST() argument
|
/llvm-project/libc/test/src/inttypes/ |
H A D | imaxabs_test.cpp | 20 TEST(LlvmLibcImaxAbsTest, Negative) { in TEST() argument
|
/llvm-project/clang/unittests/Frontend/ |
H A D | FixedPointString.cpp | 82 TEST(FixedPointString, Negative) { in TEST() argument
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | string_utils.cpp | 21 bool PadWithZero, bool Negative, bool Upper) { in appendNumber() 69 const bool Negative = (Num < 0); in appendSignedDecimal() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | redundant-smartptr-get.cpp | 209 void Negative() { Negative() function
|
/llvm-project/llvm/unittests/Support/ |
H A D | FormatVariadicTest.cpp | 604 class Negative : public FormatAdapter<int> { TEST() class 606 explicit Negative(int N) : FormatAdapter<int>(std::move(N)) {} TEST() function in TEST::Negative
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ConditionOptimizer.cpp | 249 bool Negative = (Opc == AArch64::ADDSWri || Opc == AArch64::ADDSXri); in adjustCmp() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | compare.cpp | 346 Negative = -1, in test8() enumerator
|
/llvm-project/llvm/lib/Support/ |
H A D | APFloat.cpp | 905 makeNaN(bool SNaN,bool Negative,const APInt * fill) makeNaN() argument 3974 makeLargest(bool Negative) makeLargest() argument 4003 makeSmallest(bool Negative) makeSmallest() argument 4014 makeSmallestNormalized(bool Negative) makeSmallestNormalized() argument 4573 makeInf(bool Negative) makeInf() argument 4588 makeZero(bool Negative) makeZero() argument [all...] |
H A D | APInt.cpp | 1032 bool Negative = isNegative(); ashrSlowCase() local
|
/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 1005 getNaN(Type * Ty,bool Negative,uint64_t Payload) getNaN() argument 1016 getQNaN(Type * Ty,bool Negative,APInt * Payload) getQNaN() argument 1027 getSNaN(Type * Ty,bool Negative,APInt * Payload) getSNaN() argument 1038 getZero(Type * Ty,bool Negative) getZero() argument 1084 getInfinity(Type * Ty,bool Negative) getInfinity() argument [all...] |
/llvm-project/llvm/unittests/ADT/ |
H A D | APFixedPointTest.cpp | 261 APFixedPoint Negative(APInt(Sema.getWidth(), CheckIntPart() local
|
H A D | APFloatTest.cpp | 1180 bool Negative = (SignChar == '-'); TEST() local 1225 bool Negative = InfStr.front() == '-'; TEST() local 1429 nanbitsFromAPInt(const fltSemantics & Sem,bool SNaN,bool Negative,uint64_t payload) nanbitsFromAPInt() argument 1443 bool Negative; TEST() member [all...] |
/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 449 bool Negative = Expr.consume_front("-"); in parseNumericOperand() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandVectorPredication.cpp | 368 bool Negative = false; getNeutralReductionElement() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | loop-convert-negative.cpp | 24 namespace Negative { namespace
|
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | SignAnalysisTest.cpp | 37 enum class Sign : int { Negative, Zero, Positive }; enumerator
|
/llvm-project/llvm/unittests/FileCheck/ |
H A D | FileCheckTest.cpp | 175 bool Negative = NumStr.starts_with("-"); in padWithLeadingZeros() local
|
/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 2611 bool Negative = parseOptionalToken(AsmToken::Minus); parseZcmpStackAdj() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | ConstantRangeTest.cpp | 2395 TEST_F(ConstantRangeTest,Negative) TEST_F() argument
|
/llvm-project/flang/include/flang/Parser/ |
H A D | parse-tree.h | 805 enum class Sign { Positive, Negative }; global() enumerator
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 12644 bool Negative = false; diagnoseXorMisusedAsPow() local
|