/third_party/json/tests/thirdparty/Fuzzer/test/ |
D | TimeoutEmptyTest.cpp | 9 static volatile int Zero = 0; in LLVMFuzzerTestOneInput() local
|
D | SimpleDictionaryTest.cpp | 14 static volatile int Zero = 0; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonAsmPrinter.cpp | 291 const MCConstantExpr *Zero = MCConstantExpr::create(0, OutContext); in HexagonProcessInstruction() local 298 const MCConstantExpr *Zero = MCConstantExpr::create(0, OutContext); in HexagonProcessInstruction() local 305 const MCConstantExpr *Zero = MCConstantExpr::create(0, OutContext); in HexagonProcessInstruction() local 312 const MCConstantExpr *Zero = MCConstantExpr::create(0, OutContext); in HexagonProcessInstruction() local 528 const MCExpr *Zero = MCConstantExpr::create(0, OutContext); in HexagonProcessInstruction() local
|
/third_party/jerryscript/jerry-libm/ |
D | fmod.c | 36 static const double Zero[] = { 0.0, -0.0, }; variable
|
/third_party/googletest/googletest/samples/ |
D | sample1_unittest.cc | 100 TEST(FactorialTest, Zero) { EXPECT_EQ(1, Factorial(0)); } in TEST() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | Texture.h | 49 enum class ClearValue { Zero, NonZero }; enumerator
|
/third_party/typescript/tests/cases/conformance/types/literal/ |
D | templateLiteralTypes4.ts | 40 const enum StringLiteralEnum { Zero = "0", True = "true", False = "false", Undefined = "undefined",… enumerator 43 const enum NumberLiteralEnum { Zero, One } enumerator 47 const enum NonLiteralEnum { Zero = NumberLiteralEnum.Zero, One = NumberLiteralEnum.One } enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | MemoryBuiltins.h | 231 APInt Zero; variable 296 Value *Zero; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | CodeGenCoverage.cpp | 110 uint64_t Zero = 0; in emit() local
|
/third_party/skia/third_party/externals/angle2/util/ |
D | shader_utils.cpp | 399 const char *Zero() in Zero() function 569 const char *Zero() in Zero() function 690 const char *Zero() in Zero() function
|
/third_party/skia/third_party/externals/tint/src/writer/ |
D | float_to_string_test.cc | 46 TEST(FloatToStringTest, Zero) { in TEST() argument 102 TEST(FloatToBitPreservingStringTest, Zero) { in TEST() argument
|
D | append_vector.cc | 47 const sem::Expression* Zero(ProgramBuilder& b, in Zero() function
|
/third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
D | bignum.h | 124 void Zero() { in Zero() function
|
/third_party/icu/icu4c/source/i18n/ |
D | double-conversion-bignum.h | 138 void Zero() { in Zero() function
|
/third_party/node/deps/icu-small/source/i18n/ |
D | double-conversion-bignum.h | 138 void Zero() { in Zero() function
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | double-conversion-bignum.h | 138 void Zero() { in Zero() function
|
/third_party/musl/ndk-test/sanitize/ubsan/src/ |
D | cast-overflow.cpp | 76 unsigned Zero = NearlyMinusOne; // ok in main() local
|
/third_party/gptfdisk/ |
D | guid.cc | 131 void GUIDData::Zero(void) { in Zero() function in GUIDData
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsSEISelDAGToDAG.cpp | 254 SDValue Zero = CurDAG->getRegister(Mips::ZERO, MVT::i32); in selectAddE() local 773 SDValue Zero = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), DL, in trySelect() local 778 SDValue Zero = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), DL, in trySelect() local 783 SDValue Zero = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), DL, in trySelect() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 609 Constant *Zero = ConstantInt::get(SDI->getType(), 0); in hasPositiveOperands() local 704 Constant *Zero = ConstantInt::get(SDI->getType(), 0); in processAShr() local 726 Constant *Zero = ConstantInt::get(Base->getType(), 0); in processSExt() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMLegalizerInfo.cpp | 448 auto Zero = MRI.createGenericVirtualRegister(LLT::scalar(32)); in legalizeCustom() local
|
/third_party/typescript/tests/baselines/reference/ |
D | importCallExpressionNoModuleKindSpecified.js | 92 this.myModule.then(function (Zero) { argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LowerMemIntrinsics.cpp | 210 ConstantInt *Zero = ConstantInt::get(ILengthType, 0U); in createMemCpyLoopUnknownSize() local 255 ConstantInt *Zero = ConstantInt::get(ILengthType, 0U); in createMemCpyLoopUnknownSize() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 683 auto *Zero = ConstantInt::get(IdxType, 0); in unpackLoadToAggregate() local 734 auto *Zero = ConstantInt::get(IdxType, 0); in unpackLoadToAggregate() local 1218 auto *Zero = ConstantInt::get(IdxType, 0); in unpackStoreToAggregate() local 1266 auto *Zero = ConstantInt::get(IdxType, 0); in unpackStoreToAggregate() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
D | test_vector_ops_main.cpp | 32 Ty Zero; in getTestVectors() local
|