Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.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()
H A DInterp.h2817 using ToT = typename PrimConv<TOut>::T; in DecayPtr() local