HomeSort by relevance Sort by last modified time
    Searched refs:as_int32 (Results 1 - 4 of 4) sorted by null

  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.ml 37 external as_int32: t -> int32
llvm_executionengine.mli 59 (** [as_int32 gv] unboxes the integer-valued generic value [gv] as an [int32].
62 val as_int32 : t -> int32
  /external/llvm/test/Bindings/Ocaml/
executionengine.ml 55 assert ((Int32.of_int 4) = GenericValue.as_int32 i32gv);
  /art/compiler/dex/quick/
gen_common.cc 2015 const int32_t* as_int32 = reinterpret_cast<const int32_t*>(&table[2]); local
    [all...]

Completed in 288 milliseconds