OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ckind
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_dis.c
256
char kind[16],
ckind
[16];
local
271
(void) strcpy(
ckind
, "unknown");
274
(void) strcpy(
ckind
, "integer");
277
(void) strcpy(
ckind
, "float");
280
(void) strcpy(
ckind
, "pointer");
283
(void) strcpy(
ckind
, "array");
286
(void) strcpy(
ckind
, "function");
289
(void) strcpy(
ckind
, "struct");
292
(void) strcpy(
ckind
, "union");
295
(void) strcpy(
ckind
, "enum")
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
ubsan.cc
830
/* Expand UBSAN_NULL internal call. The type is kept on the
ckind
843
tree
ckind
= gimple_call_arg (stmt, 1);
927
ubsan_type_descriptor (TREE_TYPE (
ckind
),
932
fold_convert (unsigned_char_type_node,
ckind
),
1024
tree
ckind
= gimple_call_arg (stmt, 3);
local
1094
ckind
,
1286
/* Expand UBSAN_VPTR internal call. The type is kept on the
ckind
1303
ubsan_null_ckind
ckind
= (ubsan_null_ckind) tree_to_uhwi (ckind_tree);
local
1308
if (
ckind
== UBSAN_DOWNCAST_POINTER)
1423
build_int_cst (unsigned_char_type_node,
ckind
),
2328
tree
ckind
= build_int_cst (unsigned_char_type_node,
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
ubsan.cc
757
/* Expand UBSAN_NULL internal call. The type is kept on the
ckind
770
tree
ckind
= gimple_call_arg (stmt, 1);
853
ubsan_type_descriptor (TREE_TYPE (
ckind
),
858
fold_convert (unsigned_char_type_node,
ckind
),
950
tree
ckind
= gimple_call_arg (stmt, 3);
local
1020
ckind
,
1215
/* Expand UBSAN_VPTR internal call. The type is kept on the
ckind
1232
ubsan_null_ckind
ckind
= (ubsan_null_ckind) tree_to_uhwi (ckind_tree);
local
1237
if (
ckind
== UBSAN_DOWNCAST_POINTER)
1352
build_int_cst (unsigned_char_type_node,
ckind
),
2258
tree
ckind
= build_int_cst (unsigned_char_type_node,
local
[
all
...]
Completed in 26 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026