| /third_party/skia/third_party/externals/spirv-tools/test/ |
| D | parse_number_test.cpp | 186 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/ |
| D | parse_number_test.cpp | 186 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/ |
| D | parse_number_test.cpp | 186 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/angle2/src/libANGLE/ |
| D | BinaryStream_unittest.cpp | 17 TEST(BinaryInputStream, Overflow) in TEST() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | CheckedArithmetic.h | 33 bool Overflow; variable
|
| /third_party/skia/third_party/externals/spirv-tools/source/ |
| D | enum_set.h | 189 OverflowSetType& Overflow() { in Overflow() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
| D | enum_set.h | 189 OverflowSetType& Overflow() { in Overflow() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | APInt.cpp | 2039 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/ |
| D | ViewportTest.cpp | 326 TEST_P(ViewportTest, Overflow) in TEST_P() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeVectorOps.cpp | 1435 SDValue Result, Overflow; in ExpandUADDSUBO() local 1443 SDValue Result, Overflow; in ExpandSADDSUBO() local 1451 SDValue Result, Overflow; in ExpandMULO() local
|
| D | LegalizeDAG.cpp | 3457 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
|
| D | TargetLowering.cpp | 7138 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()
|
| D | LegalizeIntegerTypes.cpp | 1152 SDValue Overflow; in PromoteIntRes_XMULO() local 3043 SDValue Overflow = Result.getValue(1); in ExpandIntRes_MULFIX() local 3541 SDValue Overflow = DAG.getNode(ISD::AND, dl, BitVT, in ExpandIntRes_XMULO() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | MemoryBuiltins.cpp | 646 bool Overflow; in visitAllocaInst() local 710 bool Overflow; in visitCallSite() local
|
| D | ConstantFolding.cpp | 952 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/ |
| D | InstCombineMulDivRem.cpp | 649 bool Overflow; in multiplyOverflows() local 971 bool Overflow; in visitUDiv() local
|
| D | InstCombineInternal.h | 688 Constant *Overflow) { in CreateOverflowTuple()
|
| D | InstCombineCompares.cpp | 41 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
|
| D | InstCombineCalls.cpp | 2034 bool Overflow; in visitCallInst() local 2140 bool Overflow; in visitCallInst() local 4374 bool Overflow; in annotateAnyAllocSite() local
|
| D | InstCombineSelect.cpp | 2135 bool Overflow; in moveAddAfterMinMax() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| D | charconv_test.cc | 474 TEST(FromChars, Overflow) { in TEST() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | R600ISelLowering.cpp | 811 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
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | ConstantRange.cpp | 1529 bool Overflow; in unsignedMulMayOverflow() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
| D | AMDGPUBaseInfo.cpp | 1272 uint32_t Overflow = 0; in splitMUBUFOffset() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 2209 SDValue Value, Overflow; in getAArch64XALUOOp() local 2363 SDValue Value, Overflow; in LowerXOR() local 2467 SDValue Value, Overflow; in LowerXALUO() local 4985 SDValue Value, Overflow; in LowerBR_CC() local 5515 SDValue Value, Overflow; in LowerSELECT() local
|