/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/ |
H A D | api.js | [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ScalarEvolutionExpander.cpp | 1880 V = visit(S); in expand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 952 DFSanVisitor(DFSF).visit(Inst); in runOnModule()
|
H A D | AddressSanitizer.cpp | 928 for (BasicBlock *BB : depth_first(&F.getEntryBlock())) visit(*BB); in runOnFunction()
|
/third_party/python/Objects/ |
H A D | bytesobject.c | 3148 striter_traverse(striterobject *it, visitproc visit, void *arg) in striter_traverse() argument
|
/third_party/python/Modules/_io/ |
H A D | textio.c | 1409 textiowrapper_traverse(textio *self, visitproc visit, void *arg) in textiowrapper_traverse() argument
|
/third_party/skia/modules/skparagraph/src/ |
H A D | ParagraphImpl.cpp | 1978 void ParagraphImpl::visit(const Visitor& visitor) { in GetLineFontMetrics() function in skia::textlayout::ParagraphImpl
|
/third_party/glslang/SPIRV/ |
H A D | GlslangToSpv.cpp | 136 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 D | SelectionDAGBuilder.cpp | 1100 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 D | SelectionDAGISel.cpp | 726 SDB->visit(*I); in SelectBasicBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Execution.cpp | 2170 visit(I); // Dispatch to one of the visit* methods... in run()
|
/third_party/python/Lib/test/ |
H A D | test_ast.py | 2345 visitor.visit(mod)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitSimplify.cpp | 1360 BT.visit(*CopyI);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 122 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 D | parse.rs | 2142 ast::visit(ast, self) in check()
|
/third_party/rust/crates/regex/regex-syntax/src/hir/ |
H A D | translate.rs | 130 ast::visit(ast, TranslatorI::new(self, pattern)) in translate()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ast_to_hir.cpp | 87 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 D | typescript.js | 6208 // Max visit would be all elements of the queue [all...] |
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | 6236 // Max visit would be all elements of the queue [all...] |
H A D | typescript.js | 6227 // Max visit would be all elements of the queue [all...] |
H A D | typescriptServices.js | 6227 // Max visit would be all elements of the queue [all...] |
H A D | tsserver.js | 6237 // Max visit would be all elements of the queue [all...] |
/third_party/python/Tools/clinic/ |
H A D | clinic.py | 4631 denylist.visit(module)
|
/third_party/skia/third_party/externals/libwebp/swig/ |
H A D | libwebp_python_wrap.c | 927 int vret = visit((op), arg); \
|
/third_party/skia/modules/skparagraph/samples/ |
H A D | SampleParagraph.cpp | 3479 paragraph->visit([&](int, const skia::textlayout::Paragraph::VisitorInfo* info) {
|