Home
last modified time | relevance | path

Searched refs:untyped (Results 1 - 13 of 13) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DcheckJsdocParamOnVariableDeclaredFunctionExpression.js17 var one = function (s) { }, two = function (untyped) { };
35 var one = function (s) { }, two = function (untyped) { };
/third_party/mesa3d/src/freedreno/computerator/examples/
H A Dtest-opcodes.sh143 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 Dbranch.asm12 stib.b.untyped.1d.u32.1.imm r1.x, r0.x, 0
H A Dinvocationid.asm10 stib.b.untyped.1d.u32.1.imm r0.x, r0.y, 0
H A Dpvtmem.asm11 stib.b.untyped.1d.u32.1.imm r0.x, r0.y, 0
H A Dearly_preamble.asm24 stib.b.untyped.1d.u32.4.imm r1.x, r0.x, 0
H A Dtest-flut.sh25 stib.b.untyped.1d.u32.1.imm r1.x, r0.x, 0
H A Dtest-regfile.sh36 stib.b.untyped.1d.u32.1.imm r1.x, r0.x, 0
H A Dsimple.asm25 stib.b.untyped.1d.u32.1.imm r0.x, r0.y, 0
/third_party/protobuf/src/google/protobuf/compiler/js/
H A Djs_generator.cc2698 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 Djs_generator.h322 bool untyped) const;
/third_party/node/deps/v8/src/compiler/
H A Dpipeline.cc708 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 Dheap.cc4660 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

Completed in 25 milliseconds