/third_party/python/Objects/ |
H A D | picklebufobject.c | 95 picklebuf_traverse(PyPickleBufferObject *self, visitproc visit, void *arg) in picklebuf_traverse() argument
|
/third_party/python/Doc/includes/ |
H A D | custom4.c | 13 Custom_traverse(CustomObject *self, visitproc visit, void *arg) in Custom_traverse() argument
|
/third_party/python/Modules/ |
H A D | pwdmodule.c | 342 static int pwdmodule_traverse(PyObject *m, visitproc visit, void *arg) { in pwdmodule_traverse() argument
|
H A D | xxlimited_35.c | 39 Xxo_traverse(XxoObject *self, visitproc visit, void *arg) in Xxo_traverse() argument
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | types.rs | 44 fn visit<'a>(all: &mut OrderedSet<&'a Type>, ty: &'a Type) { in visit() functions
|
H A D | mod.rs | 31 mod visit; modules
|
/third_party/skia/modules/particles/include/ |
H A D | SkReflected.h | 159 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 D | visitor.rs | 119 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 D | opt_array_splitting.cpp | 178 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 D | lower_distance.cpp | 138 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 D | ir_print_visitor.cpp | 144 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 D | sfn_valuefactory.cpp | 173 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 D | sfn_liverangeevaluator.cpp | 229 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 D | sfn_optimizer.cpp | 124 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 D | sfn_instr_alugroup.cpp | 165 void visit(AluInstr *alu) { in visit() function in r600::AluAllowSlotSwitch
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_bc_dump.cpp | 45 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 D | nv50_ir_lowering_gv100.cpp | 247 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 D | nv50_ir_lowering_gm107.cpp | 92 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 D | nv50_ir_graph.h | 193 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 D | RangeTreeTest.java | 525 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 D | CompilerRegressionTest.java | 210 public void visit(DfaNode source, DfaEdge edge, DfaNode target) { in visit() method in CompilerRegressionTest.Visitor
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | traversal.rs | 337 fn visit(&mut self, item: ItemId) { in visit() functions
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | mod.rs | 31 mod visit; modules
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | mod.rs | 31 mod visit; modules
|
/third_party/rust/crates/cxx/syntax/ |
H A D | mod.rs | 31 mod visit; modules
|