Searched refs:visit (Results 126 - 145 of 145) sorted by relevance

123456

/macosx-10.10.1/vim-55/runtime/syntax/
H A Drpl.vim167 syntax match rplReadWrite "\(^\|\s\+\)visit\ze\($\|\s\+\)"
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dpl-refcard.tex700 %\metax{specify a new tags file}{M-x visit-tags-table}
703 \metax{podaj nowy plik TAGS}{M-x visit-tags-table}
H A Dcs-refcard.tex504 \metax{zadat soubor s nov�mi tagy}{M-x visit-tags-table}
H A Dpt-br-refcard.tex516 \metax{especifica um novo arquivo de tags}{M-x visit-tags-table}
H A Drefcard.tex510 \metax{specify a new tags file}{M-x visit-tags-table}
H A Dsk-refcard.tex505 \metax{zada� s�bor s nov�mi tagmi}{M-x visit-tags-table}
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dinfo.el212 that you visit a subnode before getting to the end of the menu.
404 (defun info-insert-file-contents (filename &optional visit)
451 (insert-file-contents-literally fullname visit)
460 (insert-file-contents fullname visit))))
696 With a prefix arg, this queries for the node name to visit first;
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dreftex.el691 "No follow-mode into unvisited file. Press SPC to visit it.")
1714 (autoload 'reftex-index-visit-phrases-buffer "reftex-index"
2049 ;; If MARK-TO-KILL is t and there is no live buffer, visit the file with
2394 ("\C-c|" . reftex-index-visit-phrases-buffer)
2449 ["Visit Phrase Buffer" reftex-index-visit-phrases-buffer t]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DScalarEvolutionExpander.cpp1537 Value *V = visit(S);
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1337 visit(I); // Dispatch to one of the visit* methods...
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp943 void SelectionDAGBuilder::visit(const Instruction &I) { function in class:SelectionDAGBuilder
950 visit(I.getOpcode(), I);
959 llvm_unreachable("SelectionDAGBuilder shouldn't visit PHI nodes!");
962 void SelectionDAGBuilder::visit(unsigned Opcode, const User &I) { function in class:SelectionDAGBuilder
969 case Instruction::OPCODE: visit##OPCODE((const CLASS&)I); break;
1067 visit(CE->getOpcode(), *CE);
1069 assert(N1.getNode() && "visit didn't populate the NodeMap!");
1885 llvm_unreachable("SelectionDAGBuilder shouldn't visit resume instructions!");
3645 // it won't be mapped to a SDNode and visit() will not assign it an order
5439 // be mapped to a SDNode and visit() wil
[all...]
H A DSelectionDAGISel.cpp496 SDB->visit(*I);
2805 // We will visit the equivalent node later.
H A DDAGCombiner.cpp80 // visit, we pop off the order stack until we find an item that is
98 /// visit - call the node-specific routine that knows how to fold each
100 SDValue visit(SDNode *N);
672 // be dead. Make sure to visit them first to delete dead nodes early.
985 // set the instance variables, so that the various visit routines may use it.
1010 // worklist *should* contain, and check the node we want to visit is should
1043 "Node was deleted but visit returned new node!");
1091 SDValue DAGCombiner::visit(SDNode *N) { function in class:DAGCombiner
1171 SDValue RV = visit(N);
1176 "Node was deleted but visit returne
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/
H A Dantlr.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1852 /// whose condition is a known constant, we only visit the reachable successors.
1917 // Recursively visit successors. If this is a branch or switch on a
1918 // constant, only visit the reachable successor.
1949 // add them in reverse order. This way instcombine will visit from the top
1968 // track of which blocks we visit.
2067 if (Instruction *Result = visit(*I)) {
/macosx-10.10.1/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm2780 'artist' and 'title' fields. Fetching the 'year' will mean another visit
3147 To join the list, or read the archives, visit
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/tests/
H A DxoRDF.test33 TestVisitor instproc visit objName {
/macosx-10.10.1/BerkeleyDB-21/db/perl/DB_File/
H A DDB_File.pm2026 visit along with the time you last visited them in a DB_HASH database.
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Dupdate_dyld_shared_cache.cpp2113 typename A::P::uint_t visit(typename A::P::uint_t oldValue) function in class:ObjCSelectorUniquer
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Didlwave.el5209 ;; when two buffers visit the same file. Then the file names
5543 (insert-file-contents file 'visit)

Completed in 281 milliseconds

123456