HomeSort by relevance Sort by last modified time
    Searched defs:ty2 (Results 1 - 3 of 3) sorted by null

  /external/llvm/test/Bindings/OCaml/
core.ml 638 let ty2 = function_type i8_type [| i8_type; i64_type |] in var
648 insist (pointer_type ty2 == type_of (declare_function "Fn1" ty2 m));
    [all...]
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_context.c 211 unsigned ty2 = ty1 + hud->font.glyph_height; local
229 vertices[num++] = (float) ty2;
234 vertices[num++] = (float) ty2;
    [all...]
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
vmcore.ml 555 let ty2 = function_type i8_type [| i8_type; i64_type |] in var
565 insist (pointer_type ty2 == type_of (declare_function "Fn1" ty2 m));
    [all...]

Completed in 157 milliseconds