OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alloc_variant
(Results
1 - 3
of
3
) sorted by null
/external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c
77
static value
alloc_variant
(int tag, void *Value) {
function
90
return
alloc_variant
(1, First); \
91
return
alloc_variant
(0, Mom); \
98
return
alloc_variant
(1, Next); \
99
return
alloc_variant
(0, pfun(Kid)); \
106
return
alloc_variant
(1, Last); \
107
return
alloc_variant
(0, Mom); \
114
return
alloc_variant
(1, Prev); \
115
return
alloc_variant
(0, pfun(Kid)); \
[
all
...]