Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86DomainReassignment.cpp298 class Closure { class
314 Closure(unsigned ID, std::initializer_list<RegDomain> LegalDstDomainList) : ID(ID) { in Closure() function in __anone7cb3d410111::Closure
/freebsd-12-stable/contrib/lua/src/
Dlobject.h460 typedef union Closure { union
463 } Closure; typedef
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
Dlobject.h529 typedef union Closure { union
532 } Closure; typedef
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
DInstrProf.cpp797 auto Closure = InstrProfRecordClosure; in getSize() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DRDFGraph.cpp1458 std::vector<unsigned> &Closure) -> bool { in buildPhis()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp1152 [](CXXRecordDecl *Closure, bool &IsByCopy, bool &IsConst) { in adjustCVQualifiersForCXXThisWithinLambda()
1169 CXXRecordDecl *Closure = cast<CXXRecordDecl>(CurDC->getParent()); in adjustCVQualifiersForCXXThisWithinLambda() local