Home
last modified time | relevance | path

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

12345678910>>...78

/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/cef/tools/yapf/yapf/yapflib/
Dsubtype_assigner.py63 def Visit_dictsetmaker(self, node): # pylint: disable=invalid-name argument
106 def Visit_expr_stmt(self, node): # pylint: disable=invalid-name argument
114 def Visit_or_test(self, node): # pylint: disable=invalid-name argument
121 def Visit_and_test(self, node): # pylint: disable=invalid-name argument
128 def Visit_not_test(self, node): # pylint: disable=invalid-name argument
135 def Visit_comparison(self, node): # pylint: disable=invalid-name argument
147 def Visit_star_expr(self, node): # pylint: disable=invalid-name argument
154 def Visit_expr(self, node): # pylint: disable=invalid-name argument
161 def Visit_xor_expr(self, node): # pylint: disable=invalid-name argument
168 def Visit_and_expr(self, node): # pylint: disable=invalid-name argument
[all …]
Dsplit_penalty.py64 def Visit_import_as_names(self, node): # pyline: disable=invalid-name argument
74 def Visit_classdef(self, node): # pylint: disable=invalid-name argument
86 def Visit_funcdef(self, node): # pylint: disable=invalid-name argument
110 def Visit_lambdef(self, node): # pylint: disable=invalid-name argument
118 def Visit_parameters(self, node): # pylint: disable=invalid-name argument
127 def Visit_arglist(self, node): # pylint: disable=invalid-name argument
137 def Visit_argument(self, node): # pylint: disable=invalid-name argument
150 def Visit_dotted_name(self, node): # pylint: disable=invalid-name argument
154 def Visit_dictsetmaker(self, node): # pylint: disable=invalid-name argument
165 def Visit_trailer(self, node): # pylint: disable=invalid-name argument
[all …]
Dpytree_unwrapper.py125 def Visit_simple_stmt(self, node): argument
146 def _VisitCompoundStatement(self, node, substatement_names): argument
170 def Visit_if_stmt(self, node): # pylint: disable=invalid-name argument
175 def Visit_while_stmt(self, node): # pylint: disable=invalid-name argument
180 def Visit_for_stmt(self, node): # pylint: disable=invalid-name argument
185 def Visit_try_stmt(self, node): # pylint: disable=invalid-name argument
190 def Visit_except_clause(self, node): # pylint: disable=invalid-name argument
195 def Visit_funcdef(self, node): # pylint: disable=invalid-name argument
198 def Visit_async_funcdef(self, node): # pylint: disable=invalid-name argument
211 def Visit_classdef(self, node): # pylint: disable=invalid-name argument
[all …]
Dblank_line_calculator.py66 def Visit_simple_stmt(self, node): # pylint: disable=invalid-name argument
71 def Visit_decorator(self, node): # pylint: disable=invalid-name argument
81 def Visit_classdef(self, node): # pylint: disable=invalid-name argument
91 def Visit_funcdef(self, node): # pylint: disable=invalid-name argument
107 def DefaultNodeVisit(self, node): argument
123 def _SetBlankLinesBetweenCommentAndClassFunc(self, node): argument
154 def _GetNumNewlines(self, node): argument
161 def _SetNumNewlines(self, node, num_newlines): argument
165 def _IsTopLevel(self, node): argument
170 def _StartsInZerothColumn(node): argument
[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.py65 def _raise_malformed_node(node): argument
70 def _convert_num(node): argument
74 def _convert_signed_num(node): argument
82 def _convert(node): argument
111 def dump(node, annotate_fields=True, include_attributes=False, *, indent=None): argument
123 def _format(node, level=0): argument
195 def fix_missing_locations(node): argument
203 def _fix(node, lineno, col_offset, end_lineno, end_col_offset): argument
230 def increment_lineno(node, n=1): argument
247 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 …]
/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/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/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/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 …]

12345678910>>...78