Home
last modified time | relevance | path

Searched defs:IsNegative (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp894 bool IsNegative = MangledName.consumeFront('?'); in demangleNumber() local
921 bool IsNegative = false; in demangleUnsigned() local
930 bool IsNegative = false; in demangleSigned() local
1280 bool IsNegative = false; in demangleStringLiteral() local
1437 bool IsNegative = false; in demangleLocallyScopedNamePiece() local
2075 bool IsNegative = false; in demangleArrayType() local
2283 bool IsNegative = false; in demangleTemplateParameterList() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DNativeFormatting.cpp53 IntegerStyle Style, bool IsNegative) { in write_unsigned_impl()
79 IntegerStyle Style, bool IsNegative = false) { in write_unsigned()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DNativeFormatting.cpp52 IntegerStyle Style, bool IsNegative) { in write_unsigned_impl()
78 IntegerStyle Style, bool IsNegative = false) { in write_unsigned()
/third_party/node/deps/v8/third_party/test262-harness/test/
Dtest_test262.py32 def IsNegative(self): member in MockTest
/third_party/node/deps/v8/src/objects/
Dbigint.h197 bool IsNegative() const { return sign(); } in IsNegative() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp342 void parseSingleInteger(bool IsNegative, OperandVector &Operands) { in parseSingleInteger()
353 bool parseSingleFloat(bool IsNegative, OperandVector &Operands) { in parseSingleFloat()
367 bool parseSpecialFloatMaybe(bool IsNegative, OperandVector &Operands) { in parseSpecialFloatMaybe()
/third_party/typescript/tests/cases/conformance/types/literal/
DtemplateLiteralTypes1.ts212 type IsNegative<T extends number> = `${T}` extends `-${string}` ? true : false; alias
/third_party/node/deps/v8/src/compiler/
Dnode-matchers.h165 bool IsNegative() const { in IsNegative() function
200 bool IsNegative() const { in IsNegative() function
/third_party/node/deps/v8/third_party/test262-harness/src/
Dtest262.py277 def IsNegative(self): member in TestCase
/third_party/vixl/src/aarch64/
Doperands-aarch64.h912 bool IsNegative() const { return is_negative_; } in IsNegative() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h560 bool IsNegative = false; member
/third_party/node/tools/
Dtest.py573 def IsNegative(self): member in TestCase
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp711 bool IsNegative = false; in canonicalizeSaturatedSubtract() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp2666 bool IsNegative = Token.is(MIToken::minus); in parseOffset() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp913 bool IsNegative = C && C->getAPIntValue().isNegative(); in LowerSETCC() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2925 bool IsNegative) { in getAbsolute()
/third_party/googletest/googletest/test/
Dgtest_unittest.cc2409 bool IsNegative(T x) { in IsNegative() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp59378 IsNegative(T aValue) in IsNegative() function