Home
last modified time | relevance | path

Searched defs:Negative (Results 1 – 24 of 24) sorted by relevance

/llvm-project/libc/test/src/stdlib/
H A Dlabs_test.cpp16 TEST(LlvmLibcLabsTest, Negative) { EXPECT_EQ(LIBC_NAMESPACE::labs(-1l), 1l); } in TEST() argument
H A Dabs_test.cpp16 TEST(LlvmLibcAbsTest, Negative) { EXPECT_EQ(LIBC_NAMESPACE::abs(-1), 1); } in TEST() argument
H A Dllabs_test.cpp18 TEST(LlvmLibcLlabsTest, Negative) { in TEST() argument
/llvm-project/libc/test/src/inttypes/
H A Dimaxabs_test.cpp20 TEST(LlvmLibcImaxAbsTest, Negative) { in TEST() argument
/llvm-project/clang/unittests/Frontend/
H A DFixedPointString.cpp82 TEST(FixedPointString, Negative) { in TEST() argument
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp21 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 Dredundant-smartptr-get.cpp209 void Negative() { Negative() function
/llvm-project/llvm/unittests/Support/
H A DFormatVariadicTest.cpp604 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 DAArch64ConditionOptimizer.cpp249 bool Negative = (Opc == AArch64::ADDSWri || Opc == AArch64::ADDSXri); in adjustCmp() local
/llvm-project/clang/test/SemaCXX/
H A Dcompare.cpp346 Negative = -1, in test8() enumerator
/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp905 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 DAPInt.cpp1032 bool Negative = isNegative(); ashrSlowCase() local
/llvm-project/llvm/lib/IR/
H A DConstants.cpp1005 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 DAPFixedPointTest.cpp261 APFixedPoint Negative(APInt(Sema.getWidth(), CheckIntPart() local
H A DAPFloatTest.cpp1180 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 DFileCheck.cpp128 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 DExpandVectorPredication.cpp368 bool Negative = false; getNeutralReductionElement() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dloop-convert-negative.cpp24 namespace Negative { namespace
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DSignAnalysisTest.cpp37 enum class Sign : int { Negative, Zero, Positive }; enumerator
/llvm-project/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp175 bool Negative = NumStr.starts_with("-"); in padWithLeadingZeros() local
/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2611 bool Negative = parseOptionalToken(AsmToken::Minus); parseZcmpStackAdj() local
/llvm-project/llvm/unittests/IR/
H A DConstantRangeTest.cpp2395 TEST_F(ConstantRangeTest,Negative) TEST_F() argument
/llvm-project/flang/include/flang/Parser/
H A Dparse-tree.h805 enum class Sign { Positive, Negative }; global() enumerator
/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp12644 bool Negative = false; diagnoseXorMisusedAsPow() local