OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:checktype
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/unbound/dist/testcode/
checklocks.c
356
checktype
(enum check_lock_type type, struct checked_lock* lock,
function
379
checktype
(type, e, func, file, line);
473
checktype
(type, lock, func, file, line);
626
checktype
(type, lock, func, file, line);
/src/external/mit/lua/dist/src/
lobject.h
96
#define
checktype
(o,t) (ttype(o) == (t))
macro
197
#define ttisnil(v)
checktype
((v), LUA_TNIL)
246
#define ttisboolean(o)
checktype
((o), LUA_TBOOLEAN)
330
#define ttisnumber(o)
checktype
((o), LUA_TNUMBER)
375
#define ttisstring(o)
checktype
((o), LUA_TSTRING)
606
#define ttisfunction(o)
checktype
(o, LUA_TFUNCTION)
/src/sys/netipsec/
key.c
8217
enum { NONE, ADDR }
checktype
= NONE;
local
8239
checktype
= ADDR;
8246
checktype
= ADDR;
8248
checktype
= NONE;
8251
checktype
= NONE;
8255
switch (
checktype
) {
/src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc
6902
tree
checktype
= (rhs_origtype != NULL_TREE
6905
if (
checktype
!= error_mark_node
6906
&& (TYPE_MAIN_VARIANT (
checktype
) != TYPE_MAIN_VARIANT (lhs_origtype)
7468
tree
checktype
= origtype != NULL_TREE ? origtype : rhstype;
7469
if (
checktype
!= error_mark_node
7471
&& TYPE_MAIN_VARIANT (
checktype
) != TYPE_MAIN_VARIANT (type))
7504
tree
checktype
= origtype != NULL_TREE ? origtype : rhstype;
7505
if (
checktype
!= error_mark_node
7506
&& TREE_CODE (
checktype
) == ENUMERAL_TYPE
7508
&& !comptypes (TYPE_MAIN_VARIANT (
checktype
), TYPE_MAIN_VARIANT (type))
6881
tree
checktype
= (rhs_origtype != NULL_TREE
local
7445
tree
checktype
= origtype != NULL_TREE ? origtype : rhstype;
local
7481
tree
checktype
= origtype != NULL_TREE ? origtype : rhstype;
local
10692
tree
checktype
= origtype != NULL_TREE ? origtype : TREE_TYPE (value);
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc
6385
tree
checktype
= (rhs_origtype != NULL_TREE
6388
if (
checktype
!= error_mark_node
6389
&& (TYPE_MAIN_VARIANT (
checktype
) != TYPE_MAIN_VARIANT (lhs_origtype)
6931
tree
checktype
= origtype != NULL_TREE ? origtype : rhstype;
6932
if (
checktype
!= error_mark_node
6934
&& TYPE_MAIN_VARIANT (
checktype
) != TYPE_MAIN_VARIANT (type))
6967
tree
checktype
= origtype != NULL_TREE ? origtype : rhstype;
6968
if (
checktype
!= error_mark_node
6969
&& TREE_CODE (
checktype
) == ENUMERAL_TYPE
6971
&& TYPE_MAIN_VARIANT (
checktype
) != TYPE_MAIN_VARIANT (type)
6366
tree
checktype
= (rhs_origtype != NULL_TREE
local
6910
tree
checktype
= origtype != NULL_TREE ? origtype : rhstype;
local
6946
tree
checktype
= origtype != NULL_TREE ? origtype : rhstype;
local
9851
tree
checktype
= origtype != NULL_TREE ? origtype : TREE_TYPE (value);
local
[
all
...]
Completed in 40 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026