Home
last modified time | relevance | path

Searched refs:toType (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp205 Type = toType(LangStandard::getLangStandardForKind(Std).getLanguage()); in TransferableCommand()
251 static types::ID toType(Language Lang) { in toType() function
/src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp1739 unsigned int toType = getLdStRegType(ScalarVT); in tryStore() local
1761 getI32Imm(toType, dl), in tryStore()
1778 getI32Imm(toType, dl), in tryStore()
1803 getI32Imm(toType, dl), in tryStore()
1825 getI32Imm(toType, dl), in tryStore()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1274 typedef ExprResult PerformCastFn(Sema &S, Expr *operand, QualType toType);
1279 ExprResult doIntegralCast(Sema &S, Expr *op, QualType toType) { in doIntegralCast() argument
1280 return S.ImpCastExprToType(op, toType, CK_IntegralCast); in doIntegralCast()
1283 ExprResult doComplexIntegralCast(Sema &S, Expr *op, QualType toType) { in doComplexIntegralCast() argument
1284 return S.ImpCastExprToType(op, S.Context.getComplexType(toType), in doComplexIntegralCast()