Home
last modified time | relevance | path

Searched refs:resType (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp11175 QualType resType; in ActOnChooseExpr() local
11179 resType = Context.DependentTy; in ActOnChooseExpr()
11195 resType = ActiveExpr->getType(); in ActOnChooseExpr()
11202 ChooseExpr(BuiltinLoc, CondExpr, LHSExpr, RHSExpr, resType, VK, OK, RPLoc, in ActOnChooseExpr()
11203 CondIsTrue, resType->isDependentType(), ValueDependent); in ActOnChooseExpr()
HDSemaChecking.cpp2471 QualType resType = TheCall->getArg(0)->getType(); in SemaBuiltinShuffleVector() local
2505 resType = Context.getVectorType(eltType, numResElements, in SemaBuiltinShuffleVector()
2538 return new (Context) ShuffleVectorExpr(Context, exprs, resType, in SemaBuiltinShuffleVector()