Searched defs:ArgExprs (Results 1 – 8 of 8) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 1123 typedef Tuple4< ExprP<Arg0>, ExprP<Arg1>, ExprP<Arg2>, ExprP<Arg3> > ArgExprs; typedef 1188 typedef typename Sig::ArgExprs ArgExprs; typedef in deqp::gls::BuiltinPrecisionTests::Func 1260 typedef typename ApplyFunc::ArgExprs ArgExprs; typedef in deqp::gls::BuiltinPrecisionTests::Apply 1395 typedef typename ApplyFunc::ArgExprs ArgExprs; typedef in deqp::gls::BuiltinPrecisionTests::ApplyVar 1430 typedef typename DerivedFunc::ArgExprs ArgExprs; typedef in deqp::gls::BuiltinPrecisionTests::DerivedFunc 1551 typedef typename PrimitiveFunc::ArgExprs ArgExprs; typedef in deqp::gls::BuiltinPrecisionTests::PrimitiveFunc 2533 typedef typename GenVec<T, 1>::ArgExprs ArgExprs; typedef in deqp::gls::BuiltinPrecisionTests::Functions::GenVec 2908 typedef typename Dot::ArgExprs ArgExprs; typedef in deqp::gls::BuiltinPrecisionTests::Functions::Dot 2958 typedef typename Length::ArgExprs ArgExprs; typedef in deqp::gls::BuiltinPrecisionTests::Functions::Length 2986 typedef typename Distance::ArgExprs ArgExprs; typedef in deqp::gls::BuiltinPrecisionTests::Functions::Distance [all …]
|
/external/clang/lib/Parse/ |
D | ParseExpr.cpp | 1447 ExprVector ArgExprs; in ParsePostfixExpressionSuffix() local 2259 ExprVector ArgExprs; in ParseParenExpression() local
|
D | ParseDecl.cpp | 276 ArgsVector ArgExprs; in ParseAttributeArgsCommon() local 2414 ArgsVector ArgExprs; in ParseAlignmentSpecifier() local
|
D | ParseDeclCXX.cpp | 3215 ExprVector ArgExprs; in ParseMemInitializer() local
|
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 1453 MultiExprArg ArgExprs; in buildGet() local 1483 SmallVector<Expr*, 1> ArgExprs; in buildSet() local
|
D | SemaCodeComplete.cpp | 3966 SmallVector<Expr *, 12> ArgExprs(1, UME->getBase()); in CodeCompleteCall() local 3999 SmallVector<Expr *, 12> ArgExprs(1, NakedFn); in CodeCompleteCall() local
|
D | SemaExpr.cpp | 1303 ArrayRef<Expr *> ArgExprs) { in ActOnGenericSelectionExpr() 4624 MultiExprArg ArgExprs) { in rewriteBuiltinFunctionDecl() 4693 MultiExprArg ArgExprs, SourceLocation RParenLoc, in ActOnCallExpr()
|
D | SemaExprCXX.cpp | 3795 SmallVector<Expr *, 2> ArgExprs; in evaluateTypeTrait() local
|