Searched refs:Sets (Results 1 - 25 of 38) sorted by relevance

12

/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DDeltaAlgorithm.cpp45 const changesetlist_ty &Sets) {
47 UpdatedSearchState(Changes, Sets);
50 if (Sets.size() <= 1)
55 if (Search(Changes, Sets, Res))
60 for (changesetlist_ty::const_iterator it = Sets.begin(),
61 ie = Sets.end(); it != ie; ++it)
63 if (SplitSets.size() == Sets.size())
70 const changesetlist_ty &Sets,
73 for (changesetlist_ty::const_iterator it = Sets.begin(),
74 ie = Sets
44 Delta(const changeset_ty &Changes, const changesetlist_ty &Sets) argument
69 Search(const changeset_ty &Changes, const changesetlist_ty &Sets, changeset_ty &Res) argument
77 changesetlist_ty Sets; local
[all...]
H A DDAGDeltaAlgorithm.cpp120 const changesetlist_ty &Sets,
122 DDA.UpdatedSearchState(Changes, Sets, Required);
166 const changesetlist_ty &Sets) LLVM_OVERRIDE {
167 DDAI.UpdatedSearchState(Changes, Sets, Required);
119 UpdatedSearchState(const changeset_ty &Changes, const changesetlist_ty &Sets, const changeset_ty &Required) argument
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DDeltaAlgorithm.h61 const changesetlist_ty &Sets);
63 /// Search - Search for a subset (or subsets) in \p Sets which can be
69 bool Search(const changeset_ty &Changes, const changesetlist_ty &Sets,
75 const changesetlist_ty &Sets) {}
74 UpdatedSearchState(const changeset_ty &Changes, const changesetlist_ty &Sets) argument
H A DDAGDeltaAlgorithm.h68 const changesetlist_ty &Sets,
67 UpdatedSearchState(const changeset_ty &Changes, const changesetlist_ty &Sets, const changeset_ty &Required) argument
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DTableGen.cpp155 SetTheory Sets; local
156 Sets.addFieldExpander("Set", "Elements");
160 const std::vector<Record*> *Elts = Sets.expand(Recs[i]);
H A DCodeGenRegisters.h429 SetTheory Sets; member in class:llvm::CodeGenRegBank
500 SetTheory &getSets() { return Sets; }
H A DCodeGenSchedule.h213 SetTheory Sets; member in class:llvm::CodeGenSchedModels
H A DCodeGenRegisters.cpp959 // Configure register Sets to understand register classes and tuples.
960 Sets.addFieldExpander("RegisterClass", "MemberList");
961 Sets.addFieldExpander("CalleeSavedRegs", "SaveList");
962 Sets.addExpander("RegisterTuples", new TupleExpander());
986 const std::vector<Record*> *TupRegs = Sets.expand(Tups[i]);
H A DCodeGenSchedule.cpp90 Sets.addFieldExpander("InstRW", "Instrs");
94 Sets.addOperator("instrs", new InstrsOp);
95 Sets.addOperator("instregex", new InstRegexOp(Target));
704 const RecVec *InstDefs = Sets.expand(InstRWDef);
883 const RecVec *InstDefs = Sets.expand(*RWI);
/macosx-10.10.1/CPANInternal-159.1/JSON-RPC-0.96/lib/JSON/RPC/
H A DClient.pm337 Sets the JSON-RPC protocol version.
343 Sets a request identifier.
H A DServer.pm541 Sets your procedure module using package name list or arrayref or hashref.
565 Sets an error.
/macosx-10.10.1/CPANInternal-159.1/Graph-0.94/lib/Graph/
H A DBitMatrix.pm196 Sets the row at vertex C<u> for the vertices C<v1>, C<v2>, ..., C<vn>,
/macosx-10.10.1/CPANInternal-159.1/Graph-0.96/lib/Graph/
H A DBitMatrix.pm196 Sets the row at vertex C<u> for the vertices C<v1>, C<v2>, ..., C<vn>,
/macosx-10.10.1/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dtemplatevfs.tcl27 Sets number of seconds file stat and attributes information will dwell in cache after
H A Dfishvfs.tcl33 Sets number of seconds file information will dwell in cache after being retrieved.
/macosx-10.10.1/CPANInternal-159.1/Authen-Krb5/
H A DKrb5.pm390 Sets the local and remote addresses for the AuthContext object. 'localaddr'
401 Sets the replay cache for auth_context. 'rc' is a Authen::Krb5::Rcache object
/macosx-10.10.1/CPANInternal-159.1/Krb5-1.9/
H A DKrb5.pm423 Sets the local and remote addresses for the AuthContext object. 'localaddr'
434 Sets the replay cache for auth_context. 'rc' is a Authen::Krb5::Rcache object
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dcsp.vim99 " Types and Sets
H A Dmupad.vim71 " Functions operating on Lists, Matrices, Sets, ...
/macosx-10.10.1/CPANInternal-159.1/Crypt-SSLeay-0.64/lib/Net/
H A DSSL.pm496 Sets up a certificate file to use for communicating with on
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dsurvival.tex364 \section{International Character Sets}
H A Dpl-refcard.tex6 % support in Emacs to section `International Character Sets'.
806 %\section{International Character Sets}
H A Drefcard.tex567 \section{International Character Sets}
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Builder-0.81/lib/DateTime/Format/
H A DBuilder.pm826 Sets the parser of the object to the given parser.
/macosx-10.10.1/JavaScriptCore-7600.1.17/llint/
H A DLowLevelInterpreter.asm501 # Do the bare minimum required to execute code. Sets up the PC, leave the CodeBlock*

Completed in 413 milliseconds

12