OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_a
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
is-a.h
30
bool
is_a
<TYPE> (pointer)
37
if (
is_a
<cgraph_node> (ptr))
51
Converts pointer to TYPE* if and only if "
is_a
<TYPE> pointer". Otherwise,
172
is_a
(U *p)
function
184
gcc_assert (
is_a
<T> (p));
195
if (
is_a
<T> (p))
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/temp.class.order/
p2.cpp
31
struct X<T, typename T::
is_a
, typename T::is_b> {
42
typedef void
is_a
;
typedef in struct:DependentSubstPartialOrdering::X3
/external/icu/icu4c/source/common/
ucase.cpp
546
#define
is_a
(c) ((c)=='a' || (c)=='A')
macro
598
} else if(
is_a
(c)) {
[
all
...]
Completed in 303 milliseconds