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

/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c78 static value alloc_variant(int tag, void *Value) { function
91 return alloc_variant(1, First); \
92 return alloc_variant(0, Mom); \
99 return alloc_variant(1, Next); \
100 return alloc_variant(0, pfun(Kid)); \
107 return alloc_variant(1, Last); \
108 return alloc_variant(0, Mom); \
115 return alloc_variant(1, Prev); \
116 return alloc_variant(0, pfun(Kid)); \

Completed in 66 milliseconds