Home
last modified time | relevance | path

Searched defs:Pt (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpFrame.h85 auto Pt = Params.find(Offset); in getParam() local
H A DInterpFrame.cpp222 if (auto Pt = Params.find(Off); Pt != Params.end()) in getParamPointer() local
H A DInterp.cpp34 static bool RetValue(InterpState &S, CodePtr &Pt, APValue &Result) { in RetValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6193 for (auto &Pt : CurPts) { in mergeSExts() local