/llvm-project/llvm/test/MC/AsmParser/ |
H A D | directive_rept-diagnostics.s | 24 .global negative symbol 26 negative: label
|
/llvm-project/llvm/test/MC/AArch64/ |
H A D | label-arithmetic-diags-elf.s | 26 negative: label
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | redundant-function-ptr-dereference.cpp | 40 void negative() { in negative() function
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | switch-missing-default-case.cpp | 30 void negative() { in negative() function
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-unsafe-buffer-usage-fixits-deref-simple-ptr-arith.cpp | 181 void negative() { in negative() function
|
H A D | builtin-dump-struct.cpp | 63 bool negative = false; in Arg() local
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_stats_timing.cpp | 109 bool negative = false; in formatSI() local
|
/llvm-project/mlir/unittests/Interfaces/ |
H A D | InferIntRangeInterfaceTest.cpp | 67 ConstantIntRanges negative = ConstantIntRanges::fromSigned(intMin, negOne); in TEST() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_printf.cpp | 43 bool negative, bool uppercase) { in AppendNumber() 91 bool negative = (num < 0); in AppendSignedDecimal() local
|
/llvm-project/flang/include/flang/Evaluate/ |
H A D | real.h | 276 static constexpr Real Infinity(bool negative) { in Infinity() argument
|
/llvm-project/libc/test/src/stdlib/ |
H A D | StrtolTest.h | 97 const char *negative = "-100"; CleanBaseTenDecode() local
|
/llvm-project/flang/lib/Decimal/ |
H A D | binary-to-decimal.cpp | 21 bool negative{x.IsNegative()}; local
|
/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | ARMUtils.h | 146 bool negative = BitIsSet(value, 31); in ASR_C() local
|
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyCommon.h | 290 bool negative() const { return CapExpr.getInt(); } in negative() function
|
/llvm-project/flang/lib/Evaluate/ |
H A D | real.cpp | 503 Normalize(bool negative,int exponent,const Fraction & fraction,Rounding rounding,RoundingBits * roundingBits) Normalize() argument
|
/llvm-project/mlir/lib/AsmParser/ |
H A D | AttributeParser.cpp | 1167 bool negative = consumeIf(Token::minus); parseStridedLayoutAttr() local
|
H A D | Parser.cpp | 289 bool negative = consumeIf(Token::minus); parseOptionalInteger() local
|
/llvm-project/clang/test/AST/Interp/ |
H A D | arrays.cpp |
|
/llvm-project/flang/unittests/Evaluate/ |
H A D | real.cpp | 324 if (negative) { in ToIntPower() local
|
/llvm-project/mlir/lib/Dialect/Affine/Utils/ |
H A D | Utils.cpp | 132 Value negative = builder.create<arith::CmpIOp>( visitFloorDivExpr() local [all...] |
/llvm-project/llvm/lib/Support/ |
H A D | APFloat.cpp | 451 bool negative, overflow; totalExponent() local [all...] |