Searched refs:toType (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | InterpolatingCompilationDatabase.cpp | 205 Type = toType(LangStandard::getLangStandardForKind(Std).getLanguage()); in TransferableCommand() 251 static types::ID toType(Language Lang) { in toType() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelDAGToDAG.cpp | 1713 unsigned int toType = getLdStRegType(ScalarVT); in tryStore() local 1735 getI32Imm(toType, dl), in tryStore() 1752 getI32Imm(toType, dl), in tryStore() 1777 getI32Imm(toType, dl), in tryStore() 1799 getI32Imm(toType, dl), in tryStore()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 1290 typedef ExprResult PerformCastFn(Sema &S, Expr *operand, QualType toType); 1295 ExprResult doIntegralCast(Sema &S, Expr *op, QualType toType) { in doIntegralCast() argument 1296 return S.ImpCastExprToType(op, toType, CK_IntegralCast); in doIntegralCast() 1299 ExprResult doComplexIntegralCast(Sema &S, Expr *op, QualType toType) { in doComplexIntegralCast() argument 1300 return S.ImpCastExprToType(op, S.Context.getComplexType(toType), in doComplexIntegralCast()
|