Searched defs:IsNegative (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersHelpers.h91 bool IsNegative() const { function in struct:lldb_private::formatters::InferiorSizedWord
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DNativeFormatting.cpp50 write_unsigned_impl(raw_ostream &S, T N, size_t MinDigits, IntegerStyle Style, bool IsNegative) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp80 bool IsNegative = Name.startswith("no-"); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp356 void parseSingleInteger(bool IsNegative, OperandVector &Operands) { argument
367 bool parseSingleFloat(bool IsNegative, OperandVector &Operands) { argument
381 bool parseSpecialFloatMaybe(bool IsNegative, OperandVector &Operands) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h554 IntegerLiteralNode(uint64_t Value, bool IsNegative) argument
560 bool IsNegative = false; member in struct:llvm::ms_demangle::IntegerLiteralNode
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp894 bool IsNegative = MangledName.consumeFront('?'); local
921 bool IsNegative = false; local
930 bool IsNegative = false; local
1280 bool IsNegative local
1437 bool IsNegative = false; local
2075 bool IsNegative = false; local
2283 bool IsNegative = false; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp740 bool IsNegative = false; local
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc2374 bool IsNegative(T x) { function in namespace:__anon859
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1057 bool IsNegative = C && C->getAPIntValue().isNegative(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1180 emitTestBit( Register TestReg, uint64_t Bit, bool IsNegative, MachineBasicBlock *DstMBB, MachineIRBuilder &MIB) const argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1481 Value *IsNegative = Builder.CreateICmpSLT(Result, Zero); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6142 bool IsNegative = Parser.getTok().is(AsmToken::Minus); local

Completed in 626 milliseconds