Searched refs:ExprArg (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp1623 ExprResult ExprArg;
1626 ExprArg = ParseBraceInitializer();
1628 ExprArg = ParseConstantExpressionInExprEvalContext(MaybeTypeCast);
1629 if (ExprArg.isInvalid() || !ExprArg.get()) {
1634 ExprArg.get(), Loc);
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1198 auto *ExprArg = EmitLoadOfLValue(EmitLValueForLambdaField(FD),
1201 VLASizeMap[VAT->getSizeExpr()] = ExprArg;
H A DCGStmt.cpp3006 auto *ExprArg = local
3010 VLASizeMap[VAT->getSizeExpr()] = ExprArg;
H A DCGStmtOpenMP.cpp568 llvm::Value *ExprArg = CGF.EmitLoadOfScalar(ArgLVal, I->getLocation()); local
570 VLASizes.try_emplace(Args[Cnt], VAT->getSizeExpr(), ExprArg);

Completed in 107 milliseconds