Searched refs:ToT (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.cpp | 310 std::optional<PrimType> ToT = classify(CE->getType()); in VisitCastExpr() local 312 if (!ToT) in VisitCastExpr() 318 if (ToT == PT_IntAP) in VisitCastExpr() 321 if (ToT == PT_IntAPS) in VisitCastExpr() 325 return this->emitCastFloatingIntegral(*ToT, CE); in VisitCastExpr() 433 std::optional<PrimType> ToT = classify(CE->getType()); in VisitCastExpr() local 434 if (!FromT || !ToT) in VisitCastExpr() 438 assert(isPtrType(*ToT)); in VisitCastExpr() 439 if (FromT == ToT) { in VisitCastExpr() 452 return this->emitDecayPtr(*FromT, *ToT, CE); in VisitCastExpr() [all …]
|
H A D | Compiler.h | 336 bool emitPrimCast(PrimType FromT, PrimType ToT, QualType ToQT, const Expr *E);
|
H A D | Interp.h | 2817 using ToT = typename PrimConv<TOut>::T; in DecayPtr() local 2820 S.Stk.push<ToT>(ToT(OldPtr.getIntegerRepresentation(), nullptr)); in DecayPtr()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | ClauseT.h | 1099 struct ToT { 1240 ScheduleT<T, I, E>, TaskReductionT<T, I, E>, ToT<T, I, E>>;
|