/third_party/typescript/tests/baselines/reference/ |
H A D | checkJsdocParamOnVariableDeclaredFunctionExpression.js | 17 var one = function (s) { }, two = function (untyped) { }; 35 var one = function (s) { }, two = function (untyped) { };
|
/third_party/mesa3d/src/freedreno/computerator/examples/ |
H A D | test-opcodes.sh | 143 stib.untyped.1d.u32.1 r2.x, r3.x, 0 ; control: full->full 144 stib.untyped.1d.u32.1 r2.y, r3.y, 0 ; test: half->full 145 stib.untyped.1d.u32.1 r2.z, r3.z, 0 ; control: half->half 146 stib.untyped.1d.u32.1 r2.w, r3.w, 0 ; test: full->half
|
H A D | branch.asm | 12 stib.b.untyped.1d.u32.1.imm r1.x, r0.x, 0
|
H A D | invocationid.asm | 10 stib.b.untyped.1d.u32.1.imm r0.x, r0.y, 0
|
H A D | pvtmem.asm | 11 stib.b.untyped.1d.u32.1.imm r0.x, r0.y, 0
|
H A D | early_preamble.asm | 24 stib.b.untyped.1d.u32.4.imm r1.x, r0.x, 0
|
H A D | test-flut.sh | 25 stib.b.untyped.1d.u32.1.imm r1.x, r0.x, 0
|
H A D | test-regfile.sh | 36 stib.b.untyped.1d.u32.1.imm r1.x, r0.x, 0
|
H A D | simple.asm | 25 stib.b.untyped.1d.u32.1.imm r0.x, r0.y, 0
|
/third_party/protobuf/src/google/protobuf/compiler/js/ |
H A D | js_generator.cc | 2698 bool untyped = in GenerateClassField() local 2716 if (untyped) { in GenerateClassField() 2719 " * @return {?} Raw field, untyped.\n" in GenerateClassField() 2737 if (untyped) { in GenerateClassField() 2747 if (untyped && !field->has_default_value()) { in GenerateClassField() 2759 if (untyped) { in GenerateClassField() 2773 if (field->type() == FieldDescriptor::TYPE_BYTES && !untyped) { in GenerateClassField() 2785 untyped ? "*" in GenerateClassField() 2823 untyped ? "/** @type{string|number|boolean|Array|undefined} */(" : "", in GenerateClassField() 2824 "typeclose", untyped in GenerateClassField() [all...] |
H A D | js_generator.h | 322 bool untyped) const;
|
/third_party/node/deps/v8/src/compiler/ |
H A D | pipeline.cc | 708 void RunPrintAndVerify(const char* phase, bool untyped = false); 2475 void Run(PipelineData* data, Zone* temp_zone, const bool untyped, in Run() 2489 Verifier::Run(data->graph(), !untyped ? Verifier::TYPED : Verifier::UNTYPED, in Run() 2620 void PipelineImpl::RunPrintAndVerify(const char* phase, bool untyped) { in RunPrintAndVerify() argument 2625 Run<VerifyGraphPhase>(untyped); in RunPrintAndVerify() 3324 // TODO(rossberg): Should this really be untyped? in GenerateCodeForTesting()
|
/third_party/node/deps/v8/src/heap/ |
H A D | heap.cc | 4660 SlotVerifyingVisitor(Isolate* isolate, std::set<Address>* untyped, in SlotVerifyingVisitor() argument 4662 : ObjectVisitorWithCageBases(isolate), untyped_(untyped), typed_(typed) {} in SlotVerifyingVisitor() 4734 OldToNewSlotVerifyingVisitor(Isolate* isolate, std::set<Address>* untyped, in OldToNewSlotVerifyingVisitor() argument 4737 : SlotVerifyingVisitor(isolate, untyped, typed), in OldToNewSlotVerifyingVisitor() 4771 std::set<Address>* untyped, in CollectSlots() 4775 [start, end, untyped](MaybeObjectSlot slot) { in CollectSlots() 4777 untyped->insert(slot.address()); in CollectSlots() 4770 CollectSlots(MemoryChunk* chunk, Address start, Address end, std::set<Address>* untyped, std::set<std::pair<SlotType, Address>>* typed) CollectSlots() argument
|