Searched defs:ArgExprs (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsBuiltinPrecisionTests.cpp | 1266 typedef Tuple4<ExprP<Arg0>, ExprP<Arg1>, ExprP<Arg2>, ExprP<Arg3>> ArgExprs; typedef 1338 typedef typename Sig::ArgExprs ArgExprs; typedef in deqp::gls::BuiltinPrecisionTests::Func 1402 typedef typename ApplyFunc::ArgExprs ArgExprs; typedef in deqp::gls::BuiltinPrecisionTests::Apply 1534 typedef typename ApplyFunc::ArgExprs ArgExprs; typedef in deqp::gls::BuiltinPrecisionTests::ApplyVar 1566 typedef typename DerivedFunc::ArgExprs ArgExprs; typedef in deqp::gls::BuiltinPrecisionTests::DerivedFunc 1684 typedef typename PrimitiveFunc::ArgExprs ArgExprs; typedef in deqp::gls::BuiltinPrecisionTests::PrimitiveFunc 2805 typedef typename GenVec<T, 1>::ArgExprs ArgExprs; typedef in deqp::gls::BuiltinPrecisionTests::Functions::GenVec 3172 typedef typename Dot::ArgExprs ArgExprs; typedef in deqp::gls::BuiltinPrecisionTests::Functions::Dot 3242 typedef typename Length::ArgExprs ArgExprs; typedef in deqp::gls::BuiltinPrecisionTests::Functions::Length 3269 typedef typename Distance::ArgExprs ArgExprs; typedef in deqp::gls::BuiltinPrecisionTests::Functions::Distance [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 1825 typedef Tuple4<ExprP<Arg0>, ExprP<Arg1>, ExprP<Arg2>, ExprP<Arg3>> ArgExprs; typedef 1907 typedef typename Sig::ArgExprs ArgExprs; typedef in vkt::shaderexecutor::Func 1981 typedef typename ApplyFunc::ArgExprs ArgExprs; typedef in vkt::shaderexecutor::Apply 2113 typedef typename ApplyFunc::ArgExprs ArgExprs; typedef in vkt::shaderexecutor::ApplyVar 2155 typedef typename DerivedFunc::ArgExprs ArgExprs; typedef in vkt::shaderexecutor::DerivedFunc 2273 typedef typename PrimitiveFunc::ArgExprs ArgExprs; typedef in vkt::shaderexecutor::PrimitiveFunc 3681 typedef typename GenVec<T, 1>::ArgExprs ArgExprs; typedef in vkt::shaderexecutor::Functions::GenVec 4127 typedef typename Dot::ArgExprs ArgExprs; typedef in vkt::shaderexecutor::Functions::Dot 4221 typedef typename Length::ArgExprs ArgExprs; typedef in vkt::shaderexecutor::Functions::Length 4253 typedef typename Distance::ArgExprs ArgExprs; typedef in vkt::shaderexecutor::Functions::Distance [all …]
|
/aosp_15_r20/external/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 1557 ExprVector ArgExprs; in ParsePostfixExpressionSuffix() local 2393 ExprVector ArgExprs; in ParseParenExpression() local
|
H A D | ParseDecl.cpp | 278 ArgsVector ArgExprs; in ParseAttributeArgsCommon() local 2533 ArgsVector ArgExprs; in ParseAlignmentSpecifier() local
|
H A D | ParseDeclCXX.cpp | 3314 ExprVector ArgExprs; in ParseMemInitializer() local
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaPseudoObject.cpp | 1516 SmallVector<Expr*, 4> ArgExprs; in buildSet() local
|
H A D | SemaCodeComplete.cpp | 4048 SmallVector<Expr *, 12> ArgExprs(1, UME->getBase()); in CodeCompleteCall() local 4081 SmallVector<Expr *, 12> ArgExprs(1, NakedFn); in CodeCompleteCall() local
|
H A D | SemaExpr.cpp | 1395 ArrayRef<Expr *> ArgExprs) { in ActOnGenericSelectionExpr() 5039 MultiExprArg ArgExprs) { in rewriteBuiltinFunctionDecl() 5116 MultiExprArg ArgExprs, SourceLocation RParenLoc, in ActOnCallExpr()
|
H A D | SemaExprCXX.cpp | 4380 SmallVector<Expr *, 2> ArgExprs; in evaluateTypeTrait() local
|