OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:const_struct
(Results
1 - 3
of
3
) sorted by null
/external/llvm/bindings/ocaml/llvm/
llvm.mli
618
(** [
const_struct
context elts] returns the structured constant of type
622
val
const_struct
: llcontext -> llvalue array -> llvalue
var
[
all
...]
llvm.ml
298
external
const_struct
: llcontext -> llvalue array -> llvalue
[
all
...]
/external/llvm/test/Bindings/Ocaml/
vmcore.ml
171
let c =
const_struct
context [| one; two; three; four |] in
[
all
...]
Completed in 181 milliseconds