Home
last modified time | relevance | path

Searched defs:Overflow (Results 1 – 25 of 42) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dparse_number_test.cpp188 TEST(ParseFloat, Overflow) { in TEST() argument
233 TEST(ParseDouble, Overflow) { in TEST() argument
253 TEST(ParseFloat16, Overflow) { in TEST() argument
309 TEST(ParseAndEncodeNarrowSignedIntegers, Overflow) { in TEST() argument
384 TEST(ParseAndEncodeNarrowUnsignedIntegers, Overflow) { in TEST() argument
440 TEST(ParseAndEncodeSignedIntegers, Overflow) { in TEST() argument
519 TEST(ParseAndEncodeUnsignedIntegers, Overflow) { in TEST() argument
577 TEST(ParseAndEncodeWideSignedIntegers, Overflow) { in TEST() argument
661 TEST(ParseAndEncodeWideUnsignedIntegers, Overflow) { in TEST() argument
/third_party/skia/third_party/externals/spirv-tools/test/
Dparse_number_test.cpp186 TEST(ParseFloat, Overflow) { in TEST() argument
231 TEST(ParseDouble, Overflow) { in TEST() argument
251 TEST(ParseFloat16, Overflow) { in TEST() argument
307 TEST(ParseAndEncodeNarrowSignedIntegers, Overflow) { in TEST() argument
382 TEST(ParseAndEncodeNarrowUnsignedIntegers, Overflow) { in TEST() argument
438 TEST(ParseAndEncodeSignedIntegers, Overflow) { in TEST() argument
517 TEST(ParseAndEncodeUnsignedIntegers, Overflow) { in TEST() argument
575 TEST(ParseAndEncodeWideSignedIntegers, Overflow) { in TEST() argument
659 TEST(ParseAndEncodeWideUnsignedIntegers, Overflow) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dparse_number_test.cpp186 TEST(ParseFloat, Overflow) { in TEST() argument
231 TEST(ParseDouble, Overflow) { in TEST() argument
251 TEST(ParseFloat16, Overflow) { in TEST() argument
307 TEST(ParseAndEncodeNarrowSignedIntegers, Overflow) { in TEST() argument
382 TEST(ParseAndEncodeNarrowUnsignedIntegers, Overflow) { in TEST() argument
438 TEST(ParseAndEncodeSignedIntegers, Overflow) { in TEST() argument
517 TEST(ParseAndEncodeUnsignedIntegers, Overflow) { in TEST() argument
575 TEST(ParseAndEncodeWideSignedIntegers, Overflow) { in TEST() argument
659 TEST(ParseAndEncodeWideUnsignedIntegers, Overflow) { in TEST() argument
/third_party/spirv-tools/test/
Dparse_number_test.cpp186 TEST(ParseFloat, Overflow) { in TEST() argument
231 TEST(ParseDouble, Overflow) { in TEST() argument
251 TEST(ParseFloat16, Overflow) { in TEST() argument
307 TEST(ParseAndEncodeNarrowSignedIntegers, Overflow) { in TEST() argument
382 TEST(ParseAndEncodeNarrowUnsignedIntegers, Overflow) { in TEST() argument
438 TEST(ParseAndEncodeSignedIntegers, Overflow) { in TEST() argument
517 TEST(ParseAndEncodeUnsignedIntegers, Overflow) { in TEST() argument
575 TEST(ParseAndEncodeWideSignedIntegers, Overflow) { in TEST() argument
659 TEST(ParseAndEncodeWideUnsignedIntegers, Overflow) { in TEST() argument
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DBinaryStream_unittest.cpp17 TEST(BinaryInputStream, Overflow) in TEST() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DBinaryStream_unittest.cpp17 TEST(BinaryInputStream, Overflow) in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCheckedArithmetic.h33 bool Overflow; variable
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Denum_set.h153 OverflowSetType& Overflow() { in Overflow() function
/third_party/skia/third_party/externals/spirv-tools/source/
Denum_set.h189 OverflowSetType& Overflow() { in Overflow() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Denum_set.h189 OverflowSetType& Overflow() { in Overflow() function
/third_party/spirv-tools/source/
Denum_set.h189 OverflowSetType& Overflow() { in Overflow() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp2039 bool Overflow; in sadd_sat() local
2049 bool Overflow; in uadd_sat() local
2058 bool Overflow; in ssub_sat() local
2068 bool Overflow; in usub_sat() local
2077 bool Overflow; in smul_sat() local
2090 bool Overflow; in umul_sat() local
2099 bool Overflow; in sshl_sat() local
2109 bool Overflow; in ushl_sat() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DViewportTest.cpp326 TEST_P(ViewportTest, Overflow) in TEST_P() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp1435 SDValue Result, Overflow; in ExpandUADDSUBO() local
1443 SDValue Result, Overflow; in ExpandSADDSUBO() local
1451 SDValue Result, Overflow; in ExpandMULO() local
DLegalizeDAG.cpp3457 SDValue Overflow = DAG.getSetCC(dl, SetCCType, Sum, LHS, CC); in ExpandNode() local
3484 SDValue Result, Overflow; in ExpandNode() local
3492 SDValue Result, Overflow; in ExpandNode() local
3500 SDValue Result, Overflow; in ExpandNode() local
DTargetLowering.cpp7138 SDValue Overflow = Result.getValue(1); in expandAddSubSat() local
7201 SDValue Overflow = Result.getValue(1); in expandFixedPointMul() local
7215 SDValue Overflow = Result.getValue(1); in expandFixedPointMul() local
7286 SDValue Overflow = DAG.getSetCC(dl, BoolVT, Hi, Sign, ISD::SETNE); in expandFixedPointMul() local
7393 SDNode *Node, SDValue &Result, SDValue &Overflow, SelectionDAG &DAG) const { in expandUADDSUBO()
7422 SDNode *Node, SDValue &Result, SDValue &Overflow, SelectionDAG &DAG) const { in expandSADDSUBO()
7462 SDValue &Overflow, SelectionDAG &DAG) const { in expandMULO()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp646 bool Overflow; in visitAllocaInst() local
710 bool Overflow; in visitCallSite() local
DConstantFolding.cpp952 bool Overflow; in SymbolicallyEvaluateGEP() local
2157 bool Overflow; in ConstantFoldScalarCall2() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp649 bool Overflow; in multiplyOverflows() local
971 bool Overflow; in visitUDiv() local
DInstCombineInternal.h688 Constant *Overflow) { in CreateOverflowTuple()
DInstCombineCompares.cpp41 bool Overflow; in addWithOverflow() local
54 bool Overflow; in subWithOverflow() local
2576 bool Overflow; in foldICmpAddConstant() local
4507 Instruction &OrigI, Value *&Result, Constant *&Overflow) { in OptimizeOverflowCheck()
5620 Constant *Overflow; in visitICmpInst() local
DInstCombineCalls.cpp2034 bool Overflow; in visitCallInst() local
2140 bool Overflow; in visitCallInst() local
4374 bool Overflow; in annotateAnyAllocSite() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcharconv_test.cc474 TEST(FromChars, Overflow) { in TEST() argument
/third_party/abseil-cpp/absl/strings/
Dcharconv_test.cc474 TEST(FromChars, Overflow) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp811 SDValue Overflow = DAG.getNode(ISD::SRL, DL, VT, Lo, CompShift); in LowerSHLParts() local
849 SDValue Overflow = DAG.getNode(ISD::SHL, DL, VT, Hi, CompShift); in LowerSRXParts() local

12