Movatterモバイル変換


[0]ホーム

URL:


D Logo
Menu
Search

Library Reference

version 2.112.0

overview

Report a bug
If you spot a problem with this page, click here to create a Bugzilla issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page.Requires a signed-in GitHub account. This works well for small changes.If you'd like to make larger changes you may want to consider usinga local clone.

dmd.backend.oper

Compiler implementation of theD programming language.
Authors:
Walter Bright
License:
Boost License 1.0

Sourcebackend/oper.d

nothrow @nogc @safe OPERrel_not(OPERop);
Determine things about relational operators.
nothrow @nogc @safe intconvidx(OPERop);
Conversion operators. Convert from conversion operator to conversion index parallel array invconvtab[] in cgelem.c
Parameters:
OPERopconversion operator
immutable ubyte[OPMAX]optab1;
Determine properties of an elem. EBIN binary node? EUNA unary node? EOP operator node (unary or binary)? ERTOL right to left evaluation (left to right is default) Eunambig unambiguous definition elem?
immutable ubyte[OPMAX]optab2;
Determine properties of an elem. EBIN binary node? EUNA unary node? EOP operator node (unary or binary)? ERTOL right to left evaluation (left to right is default) Eunambig unambiguous definition elem?
immutable ubyte[OPMAX]optab3;
Determine properties of an elem. EBIN binary node? EUNA unary node? EOP operator node (unary or binary)? ERTOL right to left evaluation (left to right is default) Eunambig unambiguous definition elem?
immutable ubyte[RELMAX]_rel_exception;
Determine properties of an elem. EBIN binary node? EUNA unary node? EOP operator node (unary or binary)? ERTOL right to left evaluation (left to right is default) Eunambig unambiguous definition elem?
immutable ubyte[RELMAX]_rel_unord;
Determine properties of an elem. EBIN binary node? EUNA unary node? EOP operator node (unary or binary)? ERTOL right to left evaluation (left to right is default) Eunambig unambiguous definition elem?
immutable ubyte[RELMAX]_rel_not;
Logical negation
Determine properties of an elem. EBIN binary node? EUNA unary node? EOP operator node (unary or binary)? ERTOL right to left evaluation (left to right is default) Eunambig unambiguous definition elem?
immutable ubyte[RELMAX]_rel_swap;
Operand swap
Determine properties of an elem. EBIN binary node? EUNA unary node? EOP operator node (unary or binary)? ERTOL right to left evaluation (left to right is default) Eunambig unambiguous definition elem?
immutable ubyte[RELMAX]_rel_integral;
If operands are integral types
Determine properties of an elem. EBIN binary node? EUNA unary node? EOP operator node (unary or binary)? ERTOL right to left evaluation (left to right is default) Eunambig unambiguous definition elem?
immutable ubyte[OPMAX]opcost;
Determine the cost of evaluating an operator.
Used for reordering elem trees to minimize register usage.
Determine properties of an elem. EBIN binary node? EUNA unary node? EOP operator node (unary or binary)? ERTOL right to left evaluation (left to right is default) Eunambig unambiguous definition elem?
static immutable string[OPMAX]debtab;
Determine properties of an elem. EBIN binary node? EUNA unary node? EOP operator node (unary or binary)? ERTOL right to left evaluation (left to right is default) Eunambig unambiguous definition elem?
Copyright © 1999-2026 by theD Language Foundation | Page generated byDdoc on Sat Feb 21 00:05:12 2026

[8]ページ先頭

©2009-2026 Movatter.jp