OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:packed_struct_type
(Results
1 - 3
of
3
) sorted by null
/external/llvm/bindings/ocaml/llvm/
llvm.mli
582
(** [
packed_struct_type
context ys] returns the packed structure type in the
585
val
packed_struct_type
: llcontext -> lltype array -> lltype
var
908
type {!
packed_struct_type
} [(Array.map type_of elts)] and containing the
[
all
...]
llvm.ml
365
external
packed_struct_type
: llcontext -> lltype array -> lltype
[
all
...]
/external/llvm/test/Bindings/OCaml/
core.ml
230
let c = const_null (
packed_struct_type
context [| i1_type; i8_type; i64_type;
[
all
...]
Completed in 257 milliseconds