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

  /cts/tools/dasm/src/java_cup/
production.java 297 String label_type; local
307 label_type = (String)label_types.get(id_str);
313 return "((" + label_type + ")" + emit.pre("result") + ")";
337 return "(/*"+id_str+"*/("+label_type+")" +
  /external/dnsmasq/src/
rfc1035.c 42 unsigned int label_type; local
71 label_type = l & 0xc0;
73 if (label_type == 0xc0) /* pointer */
91 else if (label_type == 0x80)
93 else if (label_type == 0x40)
132 { /* label_type = 0 -> label. */
285 unsigned int label_type; local
290 label_type = (*ansp) & 0xc0;
292 if (label_type == 0xc0)
298 else if (label_type == 0x80
    [all...]
  /external/chromium_org/v8/src/
typing.cc 215 Type* label_type; local
218 &tag_type, &label_type, &combined_type);
220 NarrowLowerType(label, label_type);
hydrogen.cc 4859 Type* label_type = clause->label()->bounds().lower; local
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 383 external label_type : llcontext -> lltype = "llvm_label_type"
    [all...]
llvm.mli 640 (** [label_type c] creates a type of a basic block in the context [c]. See
642 val label_type : llcontext -> lltype var
    [all...]

Completed in 252 milliseconds