HomeSort by relevance Sort by last modified time
    Searched full:alloc_variant (Results 1 - 1 of 1) sorted by null

  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 53 static value alloc_variant(int tag, void *Value) { function
66 return alloc_variant(1, First); \
67 return alloc_variant(0, Mom); \
74 return alloc_variant(1, Next); \
75 return alloc_variant(0, pfun(Kid)); \
82 return alloc_variant(1, Last); \
83 return alloc_variant(0, Mom); \
90 return alloc_variant(1, Prev); \
91 return alloc_variant(0, pfun(Kid)); \
    [all...]

Completed in 50 milliseconds