Home
last modified time | relevance | path

Searched refs:alloc_variant (Results 1 – 1 of 1) sorted by relevance

/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c76 static value alloc_variant(int tag, void *Value) { in alloc_variant() function
89 return alloc_variant(1, First); \
90 return alloc_variant(0, Mom); \
97 return alloc_variant(1, Next); \
98 return alloc_variant(0, pfun(Kid)); \
105 return alloc_variant(1, Last); \
106 return alloc_variant(0, Mom); \
113 return alloc_variant(1, Prev); \
114 return alloc_variant(0, pfun(Kid)); \