Home
last modified time | relevance | path

Searched defs:Int64Type (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/build/blueprint/parser/
H A Dast.go203 Int64Type const
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dir.go484 func (c Context) Int64Type() (t Type) { t.C = C.LLVMInt64TypeInContext(c.C); return } func
494 func Int64Type() (t Type) { t.C = C.LLVMInt64Type(); return } func