Searched refs:toType (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Tooling/ |
| H A D | InterpolatingCompilationDatabase.cpp | 206 Type = toType(LangStandard::getLangStandardForKind(Std).getLanguage()); in TransferableCommand() 252 static types::ID toType(Language Lang) { in toType() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelDAGToDAG.cpp | 1769 unsigned int toType = getLdStRegType(ScalarVT); in tryStore() local 1792 getI32Imm(toType, dl), in tryStore() 1810 getI32Imm(toType, dl), in tryStore() 1836 getI32Imm(toType, dl), in tryStore() 1860 getI32Imm(toType, dl), in tryStore()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 1270 typedef ExprResult PerformCastFn(Sema &S, Expr *operand, QualType toType); 1275 ExprResult doIntegralCast(Sema &S, Expr *op, QualType toType) { in doIntegralCast() argument 1276 return S.ImpCastExprToType(op, toType, CK_IntegralCast); in doIntegralCast() 1279 ExprResult doComplexIntegralCast(Sema &S, Expr *op, QualType toType) { in doComplexIntegralCast() argument 1280 return S.ImpCastExprToType(op, S.Context.getComplexType(toType), in doComplexIntegralCast()
|