Searched refs:resType (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 13486 QualType resType; in ActOnChooseExpr() local 13490 resType = Context.DependentTy; in ActOnChooseExpr() 13506 resType = ActiveExpr->getType(); in ActOnChooseExpr() 13513 ChooseExpr(BuiltinLoc, CondExpr, LHSExpr, RHSExpr, resType, VK, OK, RPLoc, in ActOnChooseExpr() 13514 CondIsTrue, resType->isDependentType(), ValueDependent); in ActOnChooseExpr()
|
| H A D | SemaChecking.cpp | 5672 QualType resType = TheCall->getArg(0)->getType(); in SemaBuiltinShuffleVector() local 5709 resType = Context.getVectorType(eltType, numResElements, in SemaBuiltinShuffleVector() 5742 return new (Context) ShuffleVectorExpr(Context, exprs, resType, in SemaBuiltinShuffleVector()
|