| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | NativeFormatting.cpp | 53 IntegerStyle Style, bool IsNegative) { in write_unsigned_impl() argument 62 if (IsNegative) in write_unsigned_impl() 79 IntegerStyle Style, bool IsNegative = false) { in write_unsigned() argument 83 IsNegative); in write_unsigned() 85 write_unsigned_impl(S, N, MinDigits, Style, IsNegative); in write_unsigned()
|
| /freebsd-12.1/contrib/llvm/lib/Demangle/ |
| H A D | MicrosoftDemangle.cpp | 809 return {Ret, IsNegative}; in demangleNumber() 817 return {Ret, IsNegative}; in demangleNumber() 831 bool IsNegative = false; in demangleUnsigned() local 834 if (IsNegative) in demangleUnsigned() 840 bool IsNegative = false; in demangleSigned() local 846 return IsNegative ? -I : I; in demangleSigned() 1175 bool IsNegative = false; in demangleStringLiteral() local 1200 if (Error || IsNegative) in demangleStringLiteral() 1927 bool IsNegative = false; in demangleArrayType() local 1941 if (IsNegative) { in demangleArrayType() [all …]
|
| H A D | MicrosoftDemangleNodes.cpp | 191 if (IsNegative) in output()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Demangle/ |
| H A D | MicrosoftDemangleNodes.h | 530 IntegerLiteralNode(uint64_t Value, bool IsNegative) in IntegerLiteralNode() 531 : Node(NodeKind::IntegerLiteral), Value(Value), IsNegative(IsNegative) {} in IntegerLiteralNode() 536 bool IsNegative = false; member
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 329 void parseSingleInteger(bool IsNegative, OperandVector &Operands) { in parseSingleInteger() argument 332 if (IsNegative) in parseSingleInteger() 340 bool parseOperandStartingWithInteger(bool IsNegative, OperandVector &Operands, in parseOperandStartingWithInteger() argument 342 parseSingleInteger(IsNegative, Operands); in parseOperandStartingWithInteger()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| H A D | FormattersHelpers.h | 92 bool IsNegative() const { in IsNegative() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/ |
| H A D | CommonArgs.cpp | 79 bool IsNegative = Name.startswith("no-"); in handleTargetFeaturesGroup() local 80 if (IsNegative) in handleTargetFeaturesGroup() 82 Features.push_back(Args.MakeArgString((IsNegative ? "-" : "+") + Name)); in handleTargetFeaturesGroup()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSelect.cpp | 661 bool IsNegative = false; in canonicalizeSaturatedSubtract() local 663 IsNegative = true; in canonicalizeSaturatedSubtract() 676 return IsNegative ? Builder.CreateSub(B, Max) : Builder.CreateSub(Max, B); in canonicalizeSaturatedSubtract()
|
| /freebsd-12.1/contrib/googletest/googletest/docs/ |
| H A D | faq.md | 398 bool IsNegative(T x) { 406 ASSERT_PRED1(IsNegative<int>, -5);
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIParser.cpp | 2307 bool IsNegative = Token.is(MIToken::minus); in parseOffset() local 2314 if (IsNegative) in parseOffset()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 859 bool IsNegative = C && C->getAPIntValue().isNegative(); in LowerSETCC() local 860 if (IsNegative || isSExtFree(LHS) || isSExtFree(RHS)) in LowerSETCC()
|
| /freebsd-12.1/contrib/googletest/googletest/test/ |
| H A D | gtest_unittest.cc | 2374 bool IsNegative(T x) { in IsNegative() function 2394 EXPECT_PRED1(IsNegative<int>, -5); in TEST()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 1275 llvm::Value *IsNegative = CGF.Builder.CreateICmpSLT(Signed, Zero); in EmitCheckedMixedSignMultiply() local 1278 CGF.Builder.CreateSelect(IsNegative, AbsOfNegative, Signed); in EmitCheckedMixedSignMultiply() 1294 CGF.Builder.CreateZExt(IsNegative, OpTy)); in EmitCheckedMixedSignMultiply() 1302 CGF.Builder.CreateSelect(IsNegative, NegativeResult, UnsignedResult); in EmitCheckedMixedSignMultiply() 1307 IsNegative, CGF.Builder.CreateIsNotNull(UnsignedResult)); in EmitCheckedMixedSignMultiply() 1319 IsNegative, CGF.Builder.CreateNeg(UnsignedResult), UnsignedResult); in EmitCheckedMixedSignMultiply()
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 2565 bool IsNegative) { in getAbsolute() argument 2567 if (IsNegative) in getAbsolute()
|