Home
last modified time | relevance | path

Searched defs:visit (Results 126 - 150 of 330) sorted by relevance

12345678910>>...14

/third_party/python/Objects/
H A Dpicklebufobject.c95 picklebuf_traverse(PyPickleBufferObject *self, visitproc visit, void *arg) in picklebuf_traverse() argument
/third_party/python/Doc/includes/
H A Dcustom4.c13 Custom_traverse(CustomObject *self, visitproc visit, void *arg) in Custom_traverse() argument
/third_party/python/Modules/
H A Dpwdmodule.c342 static int pwdmodule_traverse(PyObject *m, visitproc visit, void *arg) { in pwdmodule_traverse() argument
H A Dxxlimited_35.c39 Xxo_traverse(XxoObject *self, visitproc visit, void *arg) in Xxo_traverse() argument
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dtypes.rs44 fn visit<'a>(all: &mut OrderedSet<&'a Type>, ty: &'a Type) { in visit() functions
H A Dmod.rs31 mod visit; modules
/third_party/skia/modules/particles/include/
H A DSkReflected.h159 void visit(cons function in SkFieldVisitor
173 void visit(const char* name, sk_sp<T>& obj) { visit() function in SkFieldVisitor
[all...]
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dvisitor.rs119 pub fn visit<V: Visitor>(ast: &Ast, visitor: V) -> Result<V::Output, V::Err> { in visit() functions
206 fn visit<V: Visitor>( in visit() functions
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dopt_array_splitting.cpp178 ir_array_reference_visitor::visit(ir_variable *ir) in visit() function in ir_array_reference_visitor
206 ir_array_reference_visitor::visit(ir_dereference_variable *ir) in visit() function in ir_array_reference_visitor
H A Dlower_distance.cpp138 lower_distance_visitor::visit(ir_variable *ir) in visit() function in lower_distance_visitor
613 lower_distance_visitor_counter::visit(ir_variable *ir) in visit() function in lower_distance_visitor_counter
H A Dir_print_visitor.cpp144 void ir_print_visitor::visit(ir_rvalue *) in visit() function in ir_print_visitor
149 void ir_print_visitor::visit(ir_variable *ir) in visit() function in ir_print_visitor
228 void ir_print_visitor::visit(ir_function_signature *ir) in visit() function in ir_print_visitor
269 void ir_print_visitor::visit(ir_function *ir) in visit() function in ir_print_visitor
284 void ir_print_visitor::visit(ir_expression *ir) in visit() function in ir_print_visitor
300 void ir_print_visitor::visit(ir_texture *ir) in visit() function in ir_print_visitor
397 void ir_print_visitor::visit(ir_swizzle *ir) in visit() function in ir_print_visitor
416 void ir_print_visitor::visit(ir_dereference_variabl function in ir_print_visitor
423 void ir_print_visitor::visit(ir_dereference_array *ir) visit() function in ir_print_visitor
432 void ir_print_visitor::visit(ir_dereference_record *ir) visit() function in ir_print_visitor
443 void ir_print_visitor::visit(ir_assignment *ir) visit() function in ir_print_visitor
482 void ir_print_visitor::visit(ir_constant *ir) visit() function in ir_print_visitor
540 ir_print_visitor::visit(ir_call *ir) visit() function in ir_print_visitor
554 ir_print_visitor::visit(ir_return *ir) visit() function in ir_print_visitor
569 ir_print_visitor::visit(ir_discard *ir) visit() function in ir_print_visitor
583 ir_print_visitor::visit(ir_demote *ir) visit() function in ir_print_visitor
590 ir_print_visitor::visit(ir_if *ir) visit() function in ir_print_visitor
628 ir_print_visitor::visit(ir_loop *ir) visit() function in ir_print_visitor
645 ir_print_visitor::visit(ir_loop_jump *ir) visit() function in ir_print_visitor
651 ir_print_visitor::visit(ir_emit_vertex *ir) visit() function in ir_print_visitor
659 ir_print_visitor::visit(ir_end_primitive *ir) visit() function in ir_print_visitor
667 ir_print_visitor::visit(ir_barrier *) visit() function in ir_print_visitor
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_valuefactory.cpp173 void visit(VirtualValue& value) {(void)value;} in visit() function in r600::TranslateRegister
174 void visit(Register& value) {(void)value;}; in visit() function in r600::TranslateRegister
175 void visit(LocalArray& value) { m_value = value.element(m_offset, m_addr, m_chan);} in visit() function in r600::TranslateRegister
176 void visit(LocalArrayValue& value) {(void)value;} in visit() function in r600::TranslateRegister
177 void visit(UniformValue& value) {(void)value;} in visit() function in r600::TranslateRegister
178 void visit(LiteralConstant& value) {(void)value;} in visit() function in r600::TranslateRegister
179 void visit(InlineConstant& value) {(void)value;} in visit() function in r600::TranslateRegister
H A Dsfn_liverangeevaluator.cpp229 void LiveRangeInstrVisitor::visit(AluInstr *instr) visit() function in r600::LiveRangeInstrVisitor
243 void LiveRangeInstrVisitor::visit(AluGroup *group) visit() function in r600::LiveRangeInstrVisitor
250 void LiveRangeInstrVisitor::visit(TexInstr *instr) visit() function in r600::LiveRangeInstrVisitor
263 void LiveRangeInstrVisitor::visit(ExportInstr *instr) visit() function in r600::LiveRangeInstrVisitor
270 void LiveRangeInstrVisitor::visit(FetchInstr *instr) visit() function in r600::LiveRangeInstrVisitor
279 void LiveRangeInstrVisitor::visit(Block *instr) visit() function in r600::LiveRangeInstrVisitor
290 void LiveRangeInstrVisitor::visit(ScratchIOInstr *instr) visit() function in r600::LiveRangeInstrVisitor
307 void LiveRangeInstrVisitor::visit(StreamOutInstr *instr) visit() function in r600::LiveRangeInstrVisitor
314 void LiveRangeInstrVisitor::visit(MemRingOutInstr *instr) visit() function in r600::LiveRangeInstrVisitor
325 void LiveRangeInstrVisitor::visit(ControlFlowInstr *instr) visit() function in r600::LiveRangeInstrVisitor
340 void LiveRangeInstrVisitor::visit(IfInstr *instr) visit() function in r600::LiveRangeInstrVisitor
346 void LiveRangeInstrVisitor::visit(GDSInstr *instr) visit() function in r600::LiveRangeInstrVisitor
355 void LiveRangeInstrVisitor::visit(RatInstr *instr) visit() function in r600::LiveRangeInstrVisitor
367 void LiveRangeInstrVisitor::visit(WriteTFInstr *instr) visit() function in r600::LiveRangeInstrVisitor
372 void LiveRangeInstrVisitor::visit(UNUSED LDSAtomicInstr *instr) visit() function in r600::LiveRangeInstrVisitor
377 void LiveRangeInstrVisitor::visit(UNUSED LDSReadInstr *instr) visit() function in r600::LiveRangeInstrVisitor
[all...]
H A Dsfn_optimizer.cpp124 void DCEVisitor::visit(AluInstr *instr) visit() function in r600::DCEVisitor
160 void DCEVisitor::visit(LDSReadInstr *instr) visit() function in r600::DCEVisitor
166 void DCEVisitor::visit(AluGroup *instr) visit() function in r600::DCEVisitor
173 void DCEVisitor::visit(TexInstr *instr) visit() function in r600::DCEVisitor
193 void DCEVisitor::visit(FetchInstr *instr) visit() function in r600::DCEVisitor
215 void DCEVisitor::visit(Block *block) visit() function in r600::DCEVisitor
230 void visit(ControlFlowInstr *instr) visit() function
235 void visit(IfInstr *instr) visit() function
339 void CopyPropFwdVisitor::visit(AluInstr *instr) visit() function in r600::CopyPropFwdVisitor
382 void CopyPropFwdVisitor::visit(AluGroup *instr) visit() function in r600::CopyPropFwdVisitor
387 void CopyPropFwdVisitor::visit(TexInstr *instr) visit() function in r600::CopyPropFwdVisitor
392 void CopyPropFwdVisitor::visit(FetchInstr *instr) visit() function in r600::CopyPropFwdVisitor
397 void CopyPropFwdVisitor::visit(Block *instr) visit() function in r600::CopyPropFwdVisitor
409 void CopyPropBackVisitor::visit(AluInstr *instr) visit() function in r600::CopyPropBackVisitor
459 void CopyPropBackVisitor::visit(AluGroup *instr) visit() function in r600::CopyPropBackVisitor
467 void CopyPropBackVisitor::visit(TexInstr *instr) visit() function in r600::CopyPropBackVisitor
472 void CopyPropBackVisitor::visit(FetchInstr *instr) visit() function in r600::CopyPropBackVisitor
477 void CopyPropBackVisitor::visit(Block *instr) visit() function in r600::CopyPropBackVisitor
521 void SimplifySourceVecVisitor::visit(TexInstr *instr) visit() function in r600::SimplifySourceVecVisitor
528 void SimplifySourceVecVisitor::visit(ScratchIOInstr *instr) visit() function in r600::SimplifySourceVecVisitor
548 void SimplifySourceVecVisitor::visit(ExportInstr *instr) visit() function in r600::SimplifySourceVecVisitor
579 void SimplifySourceVecVisitor::visit(StreamOutInstr *instr) visit() function in r600::SimplifySourceVecVisitor
584 void SimplifySourceVecVisitor::visit(MemRingOutInstr *instr) visit() function in r600::SimplifySourceVecVisitor
589 void ReplaceConstSource::visit(AluInstr *alu) visit() function in r600::ReplaceConstSource
630 void SimplifySourceVecVisitor::visit(FetchInstr *instr) visit() function in r600::SimplifySourceVecVisitor
635 void SimplifySourceVecVisitor::visit(Block *instr) visit() function in r600::SimplifySourceVecVisitor
642 void SimplifySourceVecVisitor::visit(ControlFlowInstr *instr) visit() function in r600::SimplifySourceVecVisitor
647 void SimplifySourceVecVisitor::visit(IfInstr *instr) visit() function in r600::SimplifySourceVecVisitor
[all...]
H A Dsfn_instr_alugroup.cpp165 void visit(AluInstr *alu) { in visit() function in r600::AluAllowSlotSwitch
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_bc_dump.cpp45 bool bc_dump::visit(cf_node& n, bool enter) { in visit() function in r600_sb::bc_dump
67 bool bc_dump::visit(alu_node& n, bool enter) { in visit() function in r600_sb::bc_dump
101 bool bc_dump::visit(fetch_node& n, bool enter) { in visit() function in r600_sb::bc_dump
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_gv100.cpp247 GV100LegalizeSSA::visit(Instruction *i) in visit() function in nv50_ir::GV100LegalizeSSA
436 GV100LoweringPass::visit(Instruction *i) in visit() function in nv50_ir::GV100LoweringPass
H A Dnv50_ir_lowering_gm107.cpp92 GM107LegalizeSSA::visit(Instruction *i) in visit() function in nv50_ir::GM107LegalizeSSA
358 GM107LoweringPass::visit(Instruction *i) in visit() function in nv50_ir::GM107LoweringPass
H A Dnv50_ir_graph.h193 bool Graph::Node::visit(int v) in visit() function in nv50_ir::Graph::Node
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/
H A DRangeTreeTest.java525 public void visit(DfaNode source, DfaEdge edge, DfaNode target) { in visit() method in RangeTreeTest.TestVisitor
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
H A DCompilerRegressionTest.java210 public void visit(DfaNode source, DfaEdge edge, DfaNode target) { in visit() method in CompilerRegressionTest.Visitor
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dtraversal.rs337 fn visit(&mut self, item: ItemId) { in visit() functions
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dmod.rs31 mod visit; modules
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dmod.rs31 mod visit; modules
/third_party/rust/crates/cxx/syntax/
H A Dmod.rs31 mod visit; modules

Completed in 25 milliseconds

12345678910>>...14