Home
last modified time | relevance | path

Searched defs:Closure (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/mit/isl/dist/doc/
H A Dimplementation.tex855 \begin{definition}[Transitive Closure of a Relation]
908 \subsection{Computing an Approximation of $R^k$}
1361 \subsection{Checking Exactness}
1422 \subsection{Decomposing $R$ into strongly connected components}
1647 \subsection{Partitioning the domains and ranges of $R$}
1803 \subsection{Incremental Computation}
1968 \subsection{An {\tt Omega}-like implementation}
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp298 class Closure { class
314 Closure(unsigned ID, std::initializer_list<RegDomain> LegalDstDomainList) : ID(ID) { in Closure() function in __anoncbde8b740111::Closure
/netbsd-src/external/mit/lua/dist/src/
H A Dlobject.h675 typedef union Closure { union
678 } Closure; typedef
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProf.cpp796 auto Closure = InstrProfRecordClosure; in getSize() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFGraph.cpp1458 std::vector<unsigned> &Closure) -> bool { in buildPhis()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp1135 [](CXXRecordDecl *Closure, bool &IsByCopy, bool &IsConst) { in adjustCVQualifiersForCXXThisWithinLambda()
1152 CXXRecordDecl *Closure = cast<CXXRecordDecl>(CurDC->getParent()); in adjustCVQualifiersForCXXThisWithinLambda() local