/openbsd/gnu/llvm/llvm/lib/Demangle/ |
H A D | MicrosoftDemangle.cpp | 901 bool IsNegative = MangledName.consumeFront('?'); in demangleNumber() local 928 bool IsNegative = false; in demangleUnsigned() local 937 bool IsNegative = false; in demangleSigned() local 1281 bool IsNegative = false; in demangleStringLiteral() local 1430 bool IsNegative = false; in demangleLocallyScopedNamePiece() local 2068 bool IsNegative = false; in demangleArrayType() local 2276 bool IsNegative = false; in demangleTemplateParameterList() local
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | NativeFormatting.cpp | 57 IntegerStyle Style, bool IsNegative) { in write_unsigned_impl() 83 IntegerStyle Style, bool IsNegative = false) { in write_unsigned()
|
H A D | APInt.cpp | 510 unsigned IsNegative = false; in getSufficientBitsNeeded() local
|
H A D | APFloat.cpp | 2975 bool IsNegative = str.front() == '-'; in convertFromStringSpecials() local
|
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/Arch/ |
H A D | X86.cpp | 240 bool IsNegative = Name.startswith("no-"); in getX86TargetFeatures() local
|
/openbsd/gnu/llvm/lldb/include/lldb/DataFormatters/ |
H A D | FormattersHelpers.h | 93 bool IsNegative() const { in IsNegative() function
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 388 void parseSingleInteger(bool IsNegative, OperandVector &Operands) { in parseSingleInteger() 399 bool parseSingleFloat(bool IsNegative, OperandVector &Operands) { in parseSingleFloat() 413 bool parseSpecialFloatMaybe(bool IsNegative, OperandVector &Operands) { in parseSpecialFloatMaybe()
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | FixedPointBuilder.h | 56 Value *IsNegative = B.CreateICmpSLT(Result, Zero); in Convert() local
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | MathExtras.h | 758 const bool IsNegative = (X < 0) ^ (Y < 0); in MulOverflow() local
|
/openbsd/gnu/llvm/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangleNodes.h | 560 bool IsNegative = false; member
|
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/ |
H A D | CommonArgs.cpp | 151 bool IsNegative = Name.startswith("no-"); in handleTargetFeaturesGroup() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 3000 bool IsNegative = Token.is(MIToken::minus); in parseOffset() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 1524 Register TestReg, uint64_t Bit, bool IsNegative, MachineBasicBlock *DstMBB, in emitTestBit() 1598 bool IsNegative, in emitCBZ()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 844 bool IsNegative = false; in canonicalizeSaturatedSubtract() local
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 1077 bool IsNegative = C && C->getAPIntValue().isNegative(); in LowerSETCC() local
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 3167 bool IsNegative) { in getAbsolute()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 6269 bool IsNegative = Parser.getTok().is(AsmToken::Minus); in parseOperand() local
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 2005 llvm::Value *IsNegative = CGF.Builder.CreateICmpSLT(Signed, Zero); in EmitCheckedMixedSignMultiply() local
|