Home
last modified time | relevance | path

Searched refs:visit (Results 551 - 575 of 587) sorted by relevance

1...<<21222324

/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dapi.js[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1880 V = visit(S); in expand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp952 DFSanVisitor(DFSF).visit(Inst); in runOnModule()
H A DAddressSanitizer.cpp928 for (BasicBlock *BB : depth_first(&F.getEntryBlock())) visit(*BB); in runOnFunction()
/third_party/python/Objects/
H A Dbytesobject.c3148 striter_traverse(striterobject *it, visitproc visit, void *arg) in striter_traverse() argument
/third_party/python/Modules/_io/
H A Dtextio.c1409 textiowrapper_traverse(textio *self, visitproc visit, void *arg) in textiowrapper_traverse() argument
/third_party/skia/modules/skparagraph/src/
H A DParagraphImpl.cpp1978 void ParagraphImpl::visit(const Visitor& visitor) { in GetLineFontMetrics() function in skia::textlayout::ParagraphImpl
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp136 bool visitBranch(glslang::TVisit visit, glslang::TIntermBranch*);
2129 bool TGlslangToSpvTraverser::visitBinary(glslang::TVisit /* visit */, glslang::TIntermBinary* node) in visitBinary()
2507 bool TGlslangToSpvTraverser::visitUnary(glslang::TVisit /* visit */, glslang::TIntermUnary* node) in visitUnary()
2825 bool TGlslangToSpvTraverser::visitAggregate(glslang::TVisit visit, glslang::TIntermAggregate* node) in visitAggregate() argument
2871 if (visit == glslang::EvPreVisit) { in visitAggregate()
2876 // In all cases, still let the traverser visit the children for us. in visitAggregate()
2882 // anything else gets there, so visit out of order, doing them all now. in visitAggregate()
2890 // Initializers are done, don't want to visit again, but functions and link objects need to be processed, in visitAggregate()
2909 if (visit == glslang::EvPreVisit) in visitAggregate()
2927 if (visit in visitAggregate()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1100 void SelectionDAGBuilder::visit(const Instruction &I) { in visit() function in SelectionDAGBuilder
1112 visit(I.getOpcode(), I); in visit()
1147 llvm_unreachable("SelectionDAGBuilder shouldn't visit PHI nodes!"); in visitPHI()
1150 void SelectionDAGBuilder::visit(unsigned Opcode, const User &I) { in visit() function in SelectionDAGBuilder
1157 case Instruction::OPCODE: visit##OPCODE((const CLASS&)I); break; in visit()
1496 visit(CE->getOpcode(), *CE); in getValueImpl()
1498 assert(N1.getNode() && "visit didn't populate the NodeMap!"); in getValueImpl()
2887 llvm_unreachable("SelectionDAGBuilder shouldn't visit resume instructions!"); in visitResume()
H A DSelectionDAGISel.cpp726 SDB->visit(*I); in SelectBasicBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp2170 visit(I); // Dispatch to one of the visit* methods... in run()
/third_party/python/Lib/test/
H A Dtest_ast.py2345 visitor.visit(mod)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp1360 BT.visit(*CopyI);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp122 DEBUG_COUNTER(VisitCounter, "instcombine-visit",
3369 if (Instruction *Result = visit(*I)) { in run()
3428 /// whose condition is a known constant, we only visit the reachable successors.
3501 // Recursively visit successors. If this is a branch or switch on a in AddReachableCodeToWorklist()
3502 // constant, only visit the reachable successor. in AddReachableCodeToWorklist()
3523 // add them in reverse order. This way instcombine will visit from the top in AddReachableCodeToWorklist()
3544 // track of which blocks we visit. in prepareICWorklistFromFunction()
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dparse.rs2142 ast::visit(ast, self) in check()
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dtranslate.rs130 ast::visit(ast, TranslatorI::new(self, pattern)) in translate()
/third_party/mesa3d/src/compiler/glsl/
H A Dast_to_hir.cpp87 virtual ir_visitor_status visit(ir_dereference_variable *ir) in visit() function in read_from_write_only_variable_visitor
7928 virtual ir_visitor_status visit(ir_dereference_variable *ir) in visit() function in interface_block_usage_visitor
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js6208 // Max visit would be all elements of the queue
[all...]
/third_party/typescript/lib/
H A Dtsserverlibrary.js6236 // Max visit would be all elements of the queue
[all...]
H A Dtypescript.js6227 // Max visit would be all elements of the queue
[all...]
H A DtypescriptServices.js6227 // Max visit would be all elements of the queue
[all...]
H A Dtsserver.js6237 // Max visit would be all elements of the queue
[all...]
/third_party/python/Tools/clinic/
H A Dclinic.py4631 denylist.visit(module)
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_python_wrap.c927 int vret = visit((op), arg); \
/third_party/skia/modules/skparagraph/samples/
H A DSampleParagraph.cpp3479 paragraph->visit([&](int, const skia::textlayout::Paragraph::VisitorInfo* info) {

Completed in 252 milliseconds

1...<<21222324