Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDCompiler.cpp310 std::optional<PrimType> ToT = classify(CE->getType()); in VisitCastExpr() local
433 std::optional<PrimType> ToT = classify(CE->getType()); in VisitCastExpr() local
461 std::optional<PrimType> ToT = classify(CE->getType()); in VisitCastExpr() local
5297 bool Compiler<Emitter>::emitPrimCast(PrimType FromT, PrimType ToT, in emitPrimCast()
HDInterp.h2817 using ToT = typename PrimConv<TOut>::T; in DecayPtr() local