Searched refs:subexpr (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ |
| H A D | ParseXS.pm | 2075 my $subexpr = $subinputmap->cleaned_code; 2076 $subexpr =~ s/\$type/\$subtype/g; 2077 $subexpr =~ s/ntype/subtype/g; 2078 $subexpr =~ s/\$arg/ST(ix_$var)/g; 2079 $subexpr =~ s/\n\t/\n\t\t/g; 2080 $subexpr =~ s/is not of (.*\")/[arg %d] is not of $1, ix_$var + 1/g; 2081 $subexpr =~ s/\$var/${var}\[ix_$var - $argoff]/; 2082 $expr =~ s/DO_ARRAY_ELEM/$subexpr/; 2189 my $subexpr = $suboutputmap->cleaned_code; 2190 $subexpr =~ s/ntype/subtype/g; [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 1363 ExprWithCleanups::ExprWithCleanups(Expr *subexpr, in ExprWithCleanups() argument 1366 : FullExpr(ExprWithCleanupsClass, subexpr) { in ExprWithCleanups() 1373 ExprWithCleanups *ExprWithCleanups::Create(const ASTContext &C, Expr *subexpr, in Create() argument 1379 ExprWithCleanups(subexpr, CleanupsHaveSideEffects, objects); in Create()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Expr.h | 1019 FullExpr(StmtClass SC, Expr *subexpr) in FullExpr() argument 1020 : Expr(SC, subexpr->getType(), subexpr->getValueKind(), in FullExpr() 1021 subexpr->getObjectKind()), in FullExpr() 1022 SubExpr(subexpr) { in FullExpr()
|
| H A D | ExprCXX.h | 3440 static ExprWithCleanups *Create(const ASTContext &C, Expr *subexpr,
|