Home
last modified time | relevance | path

Searched defs:Jt (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp1856 auto Jt = Releases.find(NewRetainRelease); in PairUpRetainsAndReleases() local
1928 auto Jt = Retains.find(NewReleaseRetain); in PairUpRetainsAndReleases() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.cpp47 static bool Jt(InterpState &S, CodePtr &PC, int32_t Offset) { in Jt() function