Home
last modified time | relevance | path

Searched refs:PreExp (Results 1 – 25 of 79) sorted by relevance

1234

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dsys_pre_expand.erl63 PreExp = [{module_info,0},{module_info,1}],
69 St0 = #expand{exports=PreExp,
72 defined=PreExp,
121 PreExp = PreDef,
131 exports=union(from_list(PreExp), St#expand.exports)}}.
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dsys_pre_expand.erl63 PreExp = [{module_info,0},{module_info,1}],
69 St0 = #expand{exports=PreExp,
72 defined=PreExp,
121 PreExp = PreDef,
131 exports=union(from_list(PreExp), St#expand.exports)}}.
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dsys_pre_expand.erl63 PreExp = [{module_info,0},{module_info,1}],
69 St0 = #expand{exports=PreExp,
72 defined=PreExp,
121 PreExp = PreDef,
131 exports=union(from_list(PreExp), St#expand.exports)}}.
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dsys_pre_expand.erl63 PreExp = [{module_info,0},{module_info,1}],
69 St0 = #expand{exports=PreExp,
72 defined=PreExp,
121 PreExp = PreDef,
131 exports=union(from_list(PreExp), St#expand.exports)}}.
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dsys_pre_expand.erl63 PreExp = [{module_info,0},{module_info,1}],
69 St0 = #expand{exports=PreExp,
72 defined=PreExp,
121 PreExp = PreDef,
131 exports=union(from_list(PreExp), St#expand.exports)}}.
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dsys_pre_expand.erl63 PreExp = [{module_info,0},{module_info,1}],
69 St0 = #expand{exports=PreExp,
72 defined=PreExp,
121 PreExp = PreDef,
131 exports=union(from_list(PreExp), St#expand.exports)}}.
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dsys_pre_expand.erl63 PreExp = [{module_info,0},{module_info,1}],
69 St0 = #expand{exports=PreExp,
72 defined=PreExp,
121 PreExp = PreDef,
131 exports=union(from_list(PreExp), St#expand.exports)}}.
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dvisitor.h240 class PreExp; variable
532 virtual void visit(PreExp *e) { visit((UnaExp *)e); } in visit()
H A Dexpression.h1114 class PreExp : public UnaExp
1117 PreExp(TOK op, Loc loc, Expression *e);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dvisitor.h242 class PreExp; variable
536 virtual void visit(PreExp *e) { visit((UnaExp *)e); } in visit()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dvisitor.h244 class PreExp; variable
539 virtual void visit(PreExp *e) { visit((UnaExp *)e); } in visit()
H A Dexpression.h296 PreExp* isPreExp();
1240 class PreExp : public UnaExp
1243 PreExp(TOK op, Loc loc, Expression *e);
H A Dexpression.c1510 PreExp *Expression::isPreExp() in isPreExp()
1512 return (op == TOKpreplusplus || op == TOKpreminusminus) ? (PreExp *)this : NULL; in isPreExp()
5092 PreExp::PreExp(TOK op, Loc loc, Expression *e) in PreExp() function
5093 : UnaExp(loc, op, sizeof(PreExp), e) in PreExp()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dvisitor.h242 class PreExp; variable
536 virtual void visit(PreExp *e) { visit((UnaExp *)e); } in visit()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dvisitor.h244 class PreExp; variable
539 virtual void visit(PreExp *e) { visit((UnaExp *)e); } in visit()
H A Dexpression.h296 PreExp* isPreExp();
1238 class PreExp : public UnaExp
1241 PreExp(TOK op, Loc loc, Expression *e);
H A Dexpression.c1510 PreExp *Expression::isPreExp() in isPreExp()
1512 return (op == TOKpreplusplus || op == TOKpreminusminus) ? (PreExp *)this : NULL; in isPreExp()
5080 PreExp::PreExp(TOK op, Loc loc, Expression *e) in PreExp() function
5081 : UnaExp(loc, op, sizeof(PreExp), e) in PreExp()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dvisitor.h244 class PreExp; variable
539 virtual void visit(PreExp *e) { visit((UnaExp *)e); } in visit()
H A Dexpression.h296 PreExp* isPreExp();
1238 class PreExp : public UnaExp
1241 PreExp(TOK op, Loc loc, Expression *e);
H A Dexpression.c1510 PreExp *Expression::isPreExp() in isPreExp()
1512 return (op == TOKpreplusplus || op == TOKpreminusminus) ? (PreExp *)this : NULL; in isPreExp()
5080 PreExp::PreExp(TOK op, Loc loc, Expression *e) in PreExp() function
5081 : UnaExp(loc, op, sizeof(PreExp), e) in PreExp()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dvisitor.h240 class PreExp; variable
532 virtual void visit(PreExp *e) { visit((UnaExp *)e); } in visit()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dvisitor.h242 class PreExp; variable
536 virtual void visit(PreExp *e) { visit((UnaExp *)e); } in visit()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dvisitor.h240 class PreExp; variable
532 virtual void visit(PreExp *e) { visit((UnaExp *)e); } in visit()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dexpression.h188 PreExp* isPreExp();
1025 class PreExp : public UnaExp
H A Dvisitor.h250 class PreExp; variable
503 virtual void visit(PreExp *e) { visit((UnaExp *)e); } in visit()

1234