Home
last modified time | relevance | path

Searched refs:boolean (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/libkern/c++/
H A DOSBoolean.cpp121 OSBoolean::isEqualTo(const OSBoolean *boolean) const in isEqualTo()
123 return boolean == this; in isEqualTo()
129 OSBoolean * boolean; in isEqualTo() local
130 if ((boolean = OSDynamicCast(OSBoolean, obj))) { in isEqualTo()
131 return isEqualTo(boolean); in isEqualTo()
H A DOSUnserialize.y162 | boolean { $$ = (object_t *)buildOSBoolean($1); }
240 boolean: BOOLEAN
294 bool boolean = false; in yylex() local
299 boolean = true; in yylex()
311 yylval = (object_t *)boolean; in yylex()
H A DOSUnserialize.cpp1910 bool boolean = false; in yylex() local
1921 boolean = true; in yylex()
1945 yylval = (object_t *)boolean; in yylex()
H A DOSUnserializeXML.y302 | boolean { $$ = buildBoolean(STATE, $1);
412 boolean: BOOLEAN
/xnu-11215/bsd/dev/dtrace/
H A Ddtrace_glue.c255 PRIV_POLICY_ONLY(void *cr, int priv, int boolean) in PRIV_POLICY_ONLY() argument
257 #pragma unused(priv, boolean) in PRIV_POLICY_ONLY()
/xnu-11215/tests/
H A Dstackshot_tests.m2830 …T_QUIET; T_ASSERT_GE([sameaddr_num intValue], 0, "sharedcache child sameaddr is boolean (0 or 1)");
2831 …T_QUIET; T_ASSERT_LE([sameaddr_num intValue], 1, "sharedcache child sameaddr is boolean (0 or 1)");