HomeSort by relevance Sort by last modified time
    Searched refs:label_type (Results 1 - 8 of 8) 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. */
287 unsigned int label_type; local
292 label_type = (*ansp) & 0xc0;
294 if (label_type == 0xc0)
300 else if (label_type == 0x80
    [all...]
  /external/v8/src/crankshaft/
typing.cc 209 AstType* label_type; local
213 &label_type, &combined_type);
215 NarrowLowerType(label, label_type);
hydrogen.cc 4570 AstType* label_type = bounds_.get(clause->label()).lower; local
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.ml 324 external label_type : llcontext -> lltype = "llvm_label_type"
    [all...]
llvm.mli 553 (** [label_type c] creates a type of a basic block in the context [c]. See
555 val label_type : llcontext -> lltype var
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 413 external label_type : llcontext -> lltype = "llvm_label_type"
    [all...]
llvm.mli 683 (** [label_type c] creates a type of a basic block in the context [c]. See
685 val label_type : llcontext -> lltype var
    [all...]

Completed in 697 milliseconds