OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:label_type
(Results
1 - 4
of
4
) 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/llvm/bindings/ocaml/llvm/
llvm.ml
325
external
label_type
: llcontext -> lltype = "llvm_label_type"
[
all
...]
llvm.mli
554
(** [
label_type
c] creates a type of a basic block in the context [c]. See
556
val
label_type
: llcontext -> lltype
var
[
all
...]
Completed in 626 milliseconds