Home
last modified time | relevance | path

Searched defs:node (Results 1 – 25 of 1878) sorted by relevance

12345678910>>...76

/third_party/typescript/src/compiler/factory/
DnodeFactory.ts13 // Do not set an `original` pointer when updating a node. enumerator
591 const node = createBaseNode(kind); constant
606 const node = createBaseDeclaration(kind); constant
644 const node = createBaseNamedDeclaration( constant
663 const node = createBaseGenericNamedDeclaration( constant
698 const node = createBaseSignatureDeclaration( constant
719 const node = createBaseGenericNamedDeclaration( constant
738 const node = createBaseInterfaceOrClassLikeDeclaration( constant
756 const node = createBaseNamedDeclaration( constant
773 const node = createBaseBindingLikeDeclaration( constant
[all …]
/third_party/node/deps/v8/src/compiler/
Dtyper.cc68 Reduction Reduce(Node* node) override { in Reduce()
73 Type TypeNode(Node* node) { in TypeNode()
163 Type Operand(Node* node, int i) { in Operand()
289 Reduction UpdateType(Node* node, Type current) { in UpdateType()
346 void Typer::Decorator::Decorate(Node* node) { in Decorate()
370 Type Typer::Visitor::TypeUnaryOp(Node* node, UnaryTyperFun f) { in TypeUnaryOp()
379 Type Typer::Visitor::TypeBinaryOp(Node* node, BinaryTyperFun f) { in TypeBinaryOp()
677 Type Typer::Visitor::TypeStart(Node* node) { return Type::Internal(); } in TypeStart()
679 Type Typer::Visitor::TypeIfException(Node* node) { return Type::NonInternal(); } in TypeIfException()
683 Type Typer::Visitor::TypeParameter(Node* node) { in TypeParameter()
[all …]
Dnode-properties.h32 static int FirstValueIndex(const Node* node) { return 0; } in FirstValueIndex()
33 static int FirstContextIndex(Node* node) { return PastValueIndex(node); } in FirstContextIndex()
34 static int FirstFrameStateIndex(Node* node) { return PastContextIndex(node); } in FirstFrameStateIndex()
35 static int FirstEffectIndex(Node* node) { return PastFrameStateIndex(node); } in FirstEffectIndex()
36 static int FirstControlIndex(Node* node) { return PastEffectIndex(node); } in FirstControlIndex()
38 static int PastValueIndex(Node* node) { in PastValueIndex()
42 static int PastContextIndex(Node* node) { in PastContextIndex()
47 static int PastFrameStateIndex(Node* node) { in PastFrameStateIndex()
52 static int PastEffectIndex(Node* node) { in PastEffectIndex()
56 static int PastControlIndex(Node* node) { in PastControlIndex()
[all …]
Djs-intrinsic-lowering.cc29 Reduction JSIntrinsicLowering::Reduce(Node* node) { in Reduce()
89 Reduction JSIntrinsicLowering::ReduceCopyDataProperties(Node* node) { in ReduceCopyDataProperties()
96 Node* node) { in ReduceCopyDataPropertiesWithExcludedPropertiesOnStack()
113 Reduction JSIntrinsicLowering::ReduceCreateIterResultObject(Node* node) { in ReduceCreateIterResultObject()
122 Reduction JSIntrinsicLowering::ReduceDeoptimizeNow(Node* node) { in ReduceDeoptimizeNow()
139 Reduction JSIntrinsicLowering::ReduceCreateJSGeneratorObject(Node* node) { in ReduceCreateJSGeneratorObject()
152 Reduction JSIntrinsicLowering::ReduceGeneratorClose(Node* node) { in ReduceGeneratorClose()
166 Reduction JSIntrinsicLowering::ReduceAsyncFunctionAwaitCaught(Node* node) { in ReduceAsyncFunctionAwaitCaught()
172 Reduction JSIntrinsicLowering::ReduceAsyncFunctionAwaitUncaught(Node* node) { in ReduceAsyncFunctionAwaitUncaught()
179 Reduction JSIntrinsicLowering::ReduceAsyncFunctionEnter(Node* node) { in ReduceAsyncFunctionEnter()
[all …]
Djs-generic-lowering.cc32 CallDescriptor::Flags FrameStateFlagForCall(Node* node) { in FrameStateFlagForCall()
47 Reduction JSGenericLowering::Reduce(Node* node) { in Reduce()
90 void JSGenericLowering::ReplaceWithBuiltinCall(Node* node, Callable callable, in ReplaceWithBuiltinCall()
96 Node* node, Callable callable, CallDescriptor::Flags flags, in ReplaceWithBuiltinCall()
107 void JSGenericLowering::ReplaceWithRuntimeCall(Node* node, in ReplaceWithRuntimeCall()
125 Node* node, Builtin builtin_without_feedback, in ReplaceUnaryOpWithBuiltinCall()
259 void JSGenericLowering::LowerJSHasProperty(Node* node) { in LowerJSHasProperty()
273 void JSGenericLowering::LowerJSLoadProperty(Node* node) { in LowerJSLoadProperty()
297 void JSGenericLowering::LowerJSLoadNamed(Node* node) { in LowerJSLoadNamed()
327 void JSGenericLowering::LowerJSLoadNamedFromSuper(Node* node) { in LowerJSLoadNamedFromSuper()
[all …]
/third_party/node/deps/v8/src/ast/
Dprettyprinter.cc63 void CallPrinter::Find(AstNode* node, bool print) { in Find()
94 void CallPrinter::VisitBlock(Block* node) { in VisitBlock()
99 void CallPrinter::VisitVariableDeclaration(VariableDeclaration* node) {} in VisitVariableDeclaration()
102 void CallPrinter::VisitFunctionDeclaration(FunctionDeclaration* node) {} in VisitFunctionDeclaration()
105 void CallPrinter::VisitExpressionStatement(ExpressionStatement* node) { in VisitExpressionStatement()
110 void CallPrinter::VisitEmptyStatement(EmptyStatement* node) {} in VisitEmptyStatement()
114 SloppyBlockFunctionStatement* node) { in VisitSloppyBlockFunctionStatement()
119 void CallPrinter::VisitIfStatement(IfStatement* node) { in VisitIfStatement()
128 void CallPrinter::VisitContinueStatement(ContinueStatement* node) {} in VisitContinueStatement()
131 void CallPrinter::VisitBreakStatement(BreakStatement* node) {} in VisitBreakStatement()
[all …]
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dinstruction-selector-ppc.cc32 InstructionOperand UseOperand(Node* node, ImmediateMode mode) { in UseOperand()
39 bool CanBeImmediate(Node* node, ImmediateMode mode) { in CanBeImmediate()
76 Node* node) { in VisitRR()
83 Node* node) { in VisitRRR()
90 void VisitRRO(InstructionSelector* selector, InstructionCode opcode, Node* node, in VisitRRO()
100 InstructionCode opcode, Node* node) { in VisitTryTruncateDouble()
118 void VisitBinop(InstructionSelector* selector, Node* node, in VisitBinop()
151 void VisitBinop(InstructionSelector* selector, Node* node, in VisitBinop()
159 void InstructionSelector::VisitStackSlot(Node* node) { in VisitStackSlot()
168 void InstructionSelector::VisitAbortCSADcheck(Node* node) { in VisitAbortCSADcheck()
[all …]
/third_party/python/Lib/
Dast.py67 def _raise_malformed_node(node): argument
72 def _convert_num(node): argument
76 def _convert_signed_num(node): argument
84 def _convert(node): argument
113 def dump(node, annotate_fields=True, include_attributes=False, *, indent=None): argument
125 def _format(node, level=0): argument
197 def fix_missing_locations(node): argument
205 def _fix(node, lineno, col_offset, end_lineno, end_col_offset): argument
232 def increment_lineno(node, n=1): argument
255 def iter_fields(node): argument
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermRebuild.cpp49 TIntermRebuild::BaseResult::BaseResult(TIntermNode &node, VisitBits visit) in BaseResult()
53 TIntermRebuild::BaseResult::BaseResult(TIntermNode *node, VisitBits visit) in BaseResult()
117 PreResult::PreResult(TIntermNode &node, VisitBits visit) : BaseResult(node, visit) {} in PreResult()
118 PreResult::PreResult(TIntermNode *node, VisitBits visit) : BaseResult(node, visit) {} in PreResult()
134 PostResult::PostResult(TIntermNode &node) : BaseResult(node, VisitBits::Neither) {} in PostResult()
135 PostResult::PostResult(TIntermNode *node) : BaseResult(node, VisitBits::Neither) {} in PostResult()
191 bool TIntermRebuild::rebuildInPlace(TIntermAggregate &node) in rebuildInPlace()
196 bool TIntermRebuild::rebuildInPlace(TIntermBlock &node) in rebuildInPlace()
201 bool TIntermRebuild::rebuildInPlace(TIntermDeclaration &node) in rebuildInPlace()
207 bool TIntermRebuild::rebuildInPlaceImpl(Node &node) in rebuildInPlaceImpl()
[all …]
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dinstruction-selector-loong64.cc27 InstructionOperand UseOperand(Node* node, InstructionCode opcode) { in UseOperand()
36 InstructionOperand UseRegisterOrImmediateZero(Node* node) { in UseRegisterOrImmediateZero()
45 bool IsIntegerConstant(Node* node) { in IsIntegerConstant()
50 int64_t GetIntegerConstantValue(Node* node) { in GetIntegerConstantValue()
58 bool IsFloatConstant(Node* node) { in IsFloatConstant()
63 double GetFloatConstantValue(Node* node) { in GetFloatConstantValue()
71 bool CanBeImmediate(Node* node, InstructionCode mode) { in CanBeImmediate()
123 Node* node) { in VisitRR()
130 Node* node) { in VisitRRI()
138 Node* node) { in VisitSimdShift()
[all …]
/third_party/node/deps/acorn/acorn-walk/dist/
Dwalk.js25 function simple(node, visitors, baseVisitor, state, override) { argument
27 ; }(function c(node, st, override) { argument
37 function ancestor(node, visitors, baseVisitor, state, override) { argument
40 ; }(function c(node, st, override) { argument
55 function recursive(node, state, funcs, baseVisitor, override) { argument
57 ;(function c(node, st, override) { argument
71 var Found = function Found(node, state) { this.node = node; this.state = state; }; argument
74 function full(node, callback, baseVisitor, state, override) { argument
77 ;(function c(node, st, override) { argument
89 function fullAncestor(node, callback, baseVisitor, state) { argument
[all …]
Dwalk.mjs19 function simple(node, visitors, baseVisitor, state, override) { argument
21 ; }(function c(node, st, override) { argument
31 function ancestor(node, visitors, baseVisitor, state, override) { argument
34 ; }(function c(node, st, override) { argument
49 function recursive(node, state, funcs, baseVisitor, override) { argument
51 ;(function c(node, st, override) { argument
65 var Found = function Found(node, state) { this.node = node; this.state = state; }; argument
68 function full(node, callback, baseVisitor, state, override) { argument
71 ;(function c(node, st, override) { argument
83 function fullAncestor(node, callback, baseVisitor, state) { argument
[all …]
/third_party/node/deps/v8/src/compiler/backend/mips/
Dinstruction-selector-mips.cc25 InstructionOperand UseOperand(Node* node, InstructionCode opcode) { in UseOperand()
34 InstructionOperand UseRegisterOrImmediateZero(Node* node) { in UseRegisterOrImmediateZero()
43 bool IsIntegerConstant(Node* node) { in IsIntegerConstant()
47 int64_t GetIntegerConstantValue(Node* node) { in GetIntegerConstantValue()
52 bool IsFloatConstant(Node* node) { in IsFloatConstant()
57 double GetFloatConstantValue(Node* node) { in GetFloatConstantValue()
65 bool CanBeImmediate(Node* node, InstructionCode opcode) { in CanBeImmediate()
109 Node* node) { in VisitRRR()
117 Node* node) { in VisitUniqueRRR()
124 void VisitRRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) { in VisitRRRR()
[all …]
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dinstruction-selector-riscv64.cc25 InstructionOperand UseOperand(Node* node, InstructionCode opcode) { in UseOperand()
34 InstructionOperand UseRegisterOrImmediateZero(Node* node) { in UseRegisterOrImmediateZero()
43 bool IsIntegerConstant(Node* node) { in IsIntegerConstant()
52 int64_t GetIntegerConstantValue(Node* node) { in GetIntegerConstantValue()
64 bool IsFloatConstant(Node* node) { in IsFloatConstant()
69 double GetFloatConstantValue(Node* node) { in GetFloatConstantValue()
77 bool CanBeImmediate(Node* node, InstructionCode mode) { in CanBeImmediate()
129 Node* node) { in VisitRR()
136 Node* node) { in VisitRRI()
144 Node* node) { in VisitSimdShift()
[all …]
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dinstruction-selector-mips64.cc27 InstructionOperand UseOperand(Node* node, InstructionCode opcode) { in UseOperand()
36 InstructionOperand UseRegisterOrImmediateZero(Node* node) { in UseRegisterOrImmediateZero()
45 bool IsIntegerConstant(Node* node) { in IsIntegerConstant()
50 int64_t GetIntegerConstantValue(Node* node) { in GetIntegerConstantValue()
58 bool IsFloatConstant(Node* node) { in IsFloatConstant()
63 double GetFloatConstantValue(Node* node) { in GetFloatConstantValue()
71 bool CanBeImmediate(Node* node, InstructionCode mode) { in CanBeImmediate()
123 Node* node) { in VisitRR()
130 Node* node) { in VisitRRI()
138 Node* node) { in VisitSimdShift()
[all …]
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.cc33 Smi NumberConstantToSmi(Node* node) { in NumberConstantToSmi()
359 void InstructionSelector::SetRename(const Node* node, const Node* rename) { in SetRename()
368 int InstructionSelector::GetVirtualRegister(const Node* node) { in GetVirtualRegister()
399 void InstructionSelector::MarkAsDefined(Node* node) { in MarkAsDefined()
417 void InstructionSelector::MarkAsUsed(Node* node) { in MarkAsUsed()
431 int InstructionSelector::GetEffectLevel(Node* node, in GetEffectLevel()
439 void InstructionSelector::SetEffectLevel(Node* node, int effect_level) { in SetEffectLevel()
481 Node* node) { in MarkAsRepresentation()
557 size_t GetObjectId(Node* node) { in GetObjectId()
576 size_t InsertObject(Node* node) { in InsertObject()
[all …]
Dinstruction-selector-impl.h82 InstructionOperand DefineAsRegister(Node* node) { in DefineAsRegister()
88 InstructionOperand DefineSameAsInput(Node* node, int input_index) { in DefineSameAsInput()
92 InstructionOperand DefineSameAsFirst(Node* node) { in DefineSameAsFirst()
96 InstructionOperand DefineAsFixed(Node* node, Register reg) { in DefineAsFixed()
102 InstructionOperand DefineAsFixed(Node* node, FPRegType reg) { in DefineAsFixed()
108 InstructionOperand DefineAsConstant(Node* node) { in DefineAsConstant()
115 InstructionOperand DefineAsLocation(Node* node, LinkageLocation location) { in DefineAsLocation()
119 InstructionOperand DefineAsDualLocation(Node* node, in DefineAsDualLocation()
127 InstructionOperand Use(Node* node) { in Use()
133 InstructionOperand UseAnyAtEnd(Node* node) { in UseAnyAtEnd()
[all …]
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc57 InstructionOperand UseByteRegister(Node* node) { in UseByteRegister()
62 InstructionOperand DefineAsByteRegister(Node* node) { in DefineAsByteRegister()
67 bool CanBeMemoryOperand(InstructionCode opcode, Node* node, Node* input, in CanBeMemoryOperand()
100 bool CanBeImmediate(Node* node) { in CanBeImmediate()
203 Node* node, InstructionOperand inputs[], size_t* input_count, in GetEffectiveAddressMemoryOperand()
290 void VisitRO(InstructionSelector* selector, Node* node, ArchOpcode opcode) { in VisitRO()
299 void VisitROWithTemp(InstructionSelector* selector, Node* node, in VisitROWithTemp()
307 void VisitROWithTempSimd(InstructionSelector* selector, Node* node, in VisitROWithTempSimd()
316 void VisitRR(InstructionSelector* selector, Node* node, in VisitRR()
323 void VisitRROFloat(InstructionSelector* selector, Node* node, in VisitRROFloat()
[all …]
/third_party/selinux/libsepol/cil/src/
Dcil_tree.c44 struct cil_tree_node *cil_tree_get_next_path(struct cil_tree_node *node, char **info_kind, uint32_t… in cil_tree_get_next_path()
97 char *cil_tree_get_cil_path(struct cil_tree_node *node) in cil_tree_get_cil_path()
113 __attribute__((format (printf, 3, 4))) void cil_tree_log(struct cil_tree_node *node, enum cil_log_l… in cil_tree_log()
152 int cil_tree_subtree_has_decl(struct cil_tree_node *node) in cil_tree_subtree_has_decl()
190 void cil_tree_subtree_destroy(struct cil_tree_node *node) in cil_tree_subtree_destroy()
196 void cil_tree_children_destroy(struct cil_tree_node *node) in cil_tree_children_destroy()
215 void cil_tree_node_init(struct cil_tree_node **node) in cil_tree_node_init()
230 void cil_tree_node_destroy(struct cil_tree_node **node) in cil_tree_node_destroy()
267 static int cil_tree_walk_core(struct cil_tree_node *node, in cil_tree_walk_core()
268 int (*process_node)(struct cil_tree_node *node, uint32_t *finished, void *extra_args), in cil_tree_walk_core()
[all …]
/third_party/PyYAML/lib/yaml/
Dconstructor.py54 def construct_document(self, node): argument
67 def construct_object(self, node, deep=False): argument
117 def construct_scalar(self, node): argument
124 def construct_sequence(self, node, deep=False): argument
132 def construct_mapping(self, node, deep=False): argument
147 def construct_pairs(self, node, deep=False): argument
173 def construct_scalar(self, node): argument
180 def flatten_mapping(self, node): argument
215 def construct_mapping(self, node, deep=False): argument
220 def construct_yaml_null(self, node): argument
[all …]
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc40 InstructionOperand UseOperand(Node* node, ImmediateMode mode) { in UseOperand()
49 InstructionOperand UseRegisterOrImmediateZero(Node* node) { in UseRegisterOrImmediateZero()
60 InstructionOperand UseImmediateOrTemp(Node* node, int32_t value) { in UseImmediateOrTemp()
67 bool IsIntegerConstant(Node* node) { in IsIntegerConstant()
72 int64_t GetIntegerConstantValue(Node* node) { in GetIntegerConstantValue()
80 bool IsFloatConstant(Node* node) { in IsFloatConstant()
85 double GetFloatConstantValue(Node* node) { in GetFloatConstantValue()
93 bool CanBeImmediate(Node* node, ImmediateMode mode) { in CanBeImmediate()
131 bool CanBeLoadStoreShiftImmediate(Node* node, MachineRepresentation rep) { in CanBeLoadStoreShiftImmediate()
147 void VisitRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) { in VisitRR()
[all …]
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc36 bool CanBeImmediate(Node* node) { in CanBeImmediate()
59 int32_t GetImmediateIntegerValue(Node* node) { in GetImmediateIntegerValue()
68 bool CanBeMemoryOperand(InstructionCode opcode, Node* node, Node* input, in CanBeMemoryOperand()
376 void InstructionSelector::VisitStackSlot(Node* node) { in VisitStackSlot()
385 void InstructionSelector::VisitAbortCSADcheck(Node* node) { in VisitAbortCSADcheck()
390 void InstructionSelector::VisitLoadLane(Node* node) { in VisitLoadLane()
430 void InstructionSelector::VisitLoadTransform(Node* node) { in VisitLoadTransform()
482 void InstructionSelector::VisitLoad(Node* node, Node* value, in VisitLoad()
509 void InstructionSelector::VisitLoad(Node* node) { in VisitLoad()
515 void InstructionSelector::VisitProtectedLoad(Node* node) { VisitLoad(node); } in VisitProtectedLoad()
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputTree.cpp67 void OutputTreeText(TInfoSinkBase &out, TIntermNode *node, const int depth) in OutputTreeText()
86 void TOutputTraverser::visitSymbol(TIntermSymbol *node) in visitSymbol()
103 bool TOutputTraverser::visitSwizzle(Visit visit, TIntermSwizzle *node) in visitSwizzle()
115 bool TOutputTraverser::visitBinary(Visit visit, TIntermBinary *node) in visitBinary()
301 bool TOutputTraverser::visitUnary(Visit visit, TIntermUnary *node) in visitUnary()
364 bool TOutputTraverser::visitFunctionDefinition(Visit visit, TIntermFunctionDefinition *node) in visitFunctionDefinition()
372 TIntermGlobalQualifierDeclaration *node) in visitGlobalQualifierDeclaration()
386 void TOutputTraverser::visitFunctionPrototype(TIntermFunctionPrototype *node) in visitFunctionPrototype()
401 bool TOutputTraverser::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate()
479 bool TOutputTraverser::visitBlock(Visit visit, TIntermBlock *node) in visitBlock()
[all …]
/third_party/node/tools/inspector_protocol/jinja2/
Dcompiler.py64 def new_func(self, node, frame, **kwargs): argument
74 def generate(node, environment, name, filename, stream=None, argument
123 def __init__(self, node): argument
203 def visit_Filter(self, node): argument
207 def visit_Test(self, node): argument
211 def visit_Block(self, node): argument
225 def visit_Name(self, node): argument
233 def visit_Block(self, node): argument
353 def start_write(self, frame, node=None): argument
365 def simple_write(self, s, frame, node=None): argument
[all …]
/third_party/node/deps/v8/third_party/jinja2/
Dcompiler.py67 def new_func(self, node, frame, **kwargs): argument
79 node, environment, name, filename, stream=None, defer_init=False, optimized=True argument
127 def __init__(self, node): argument
206 def visit_Filter(self, node): argument
210 def visit_Test(self, node): argument
214 def visit_Block(self, node): argument
228 def visit_Name(self, node): argument
236 def visit_Block(self, node): argument
356 def start_write(self, frame, node=None): argument
368 def simple_write(self, s, frame, node=None): argument
[all …]

12345678910>>...76