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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersHelpers.h89 bool IsNegative() const { function in struct:lldb_private::formatters::InferiorSizedWord
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DNativeFormatting.cpp51 write_unsigned_impl(raw_ostream &S, T N, size_t MinDigits, IntegerStyle Style, bool IsNegative) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp78 bool IsNegative = Name.startswith("no-"); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp342 void parseSingleInteger(bool IsNegative, OperandVector &Operands) { argument
353 bool parseSingleFloat(bool IsNegative, OperandVector &Operands) { argument
367 bool parseSpecialFloatMaybe(bool IsNegative, OperandVector &Operands) { argument
/freebsd-12-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-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp711 bool IsNegative = false; local
/freebsd-12-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-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp913 bool IsNegative = C && C->getAPIntValue().isNegative(); local
/freebsd-12-stable/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc2374 bool IsNegative(T x) { function in namespace:__anon1934
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1459 Value *IsNegative = Builder.CreateICmpSLT(Result, Zero); local

Completed in 113 milliseconds