Home
last modified time | relevance | path

Searched refs:ToT (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp345 PrimType ToT = classifyPrim(CE); in VisitCastExpr() local
346 if (ToT == PT_IntAP) in VisitCastExpr()
349 if (ToT == PT_IntAPS) in VisitCastExpr()
353 return this->emitCastFloatingIntegral(ToT, getFPOptions(CE), CE); in VisitCastExpr()
453 std::optional<PrimType> ToT = classify(CE->getType()); in VisitCastExpr() local
454 if (!FromT || !ToT) in VisitCastExpr()
458 assert(isPtrType(*ToT)); in VisitCastExpr()
459 if (FromT == ToT) { in VisitCastExpr()
474 return this->emitDecayPtr(*FromT, *ToT, CE); in VisitCastExpr()
493 std::optional<PrimType> ToT = classify(CE->getType()); in VisitCastExpr() local
[all …]
H A DCompiler.h373 bool emitPrimCast(PrimType FromT, PrimType ToT, QualType ToQT, const Expr *E);
H A DInterp.h3258 using ToT = typename PrimConv<TOut>::T; in DecayPtr() local
3263 std::is_same_v<ToT, Pointer>) { in DecayPtr()
3267 std::is_same_v<ToT, FunctionPointer>) { in DecayPtr()
3275 S.Stk.push<ToT>(ToT(OldPtr.getIntegerRepresentation(), nullptr)); in DecayPtr()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DClauseT.h1122 struct ToT {
1268 ScheduleT<T, I, E>, TaskReductionT<T, I, E>, ToT<T, I, E>>;