Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bool ¶
type Bool struct {
// contains filtered or unexported fields
}
************************************* Bool *************************************
type Double ¶
type Double struct {
// contains filtered or unexported fields
}
************************************* Double: *************************************
type Float ¶
type Float struct {
// contains filtered or unexported fields
}
************************************* Float: *************************************
type Int ¶
type Int struct {
// contains filtered or unexported fields
}
************************************* Int: 整型常数 *************************************
func NewIntFromString ¶
NewIntFromString() 从字符串中创建指定类型的整型常数 字符串可为以下形式之一:
- boolean literal true | false
- integer literal [-]?[0-9]+
- hexadecimal integer literal [us]0x[0-9A-Fa-f]+
func (*Int) CIRString ¶
String returns the LLVM syntax representation of the constant as a type-value pair.
type StringLit ¶
type StringLit struct {
// contains filtered or unexported fields
}
************************************* StringLit: *************************************
func NewStringLit ¶
Click to show internal directories.
Click to hide internal directories.