OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_a
(Results
1 - 11
of
11
) 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))
cgraph.h
[
all
...]
/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/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb
297
operation.
is_a
?( InsertBefore )
324
if loc.
is_a
?( Range )
368
if name.
is_a
?( String )
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
debug.rb
148
if klass.
is_a
?( ::Class )
164
if @input.
is_a
?( Debug::TokenStream )
profile.rb
49
if klass.
is_a
?( ::Class )
error.rb
191
elsif @symbol.
is_a
?( AST::Tree )
194
@symbol.
is_a
?( AST::CommonTree ) and @token = @symbol.token
recognizers.rb
814
types.
is_a
?( Set ) or types = Set[ *types ]
996
if argv.
is_a
?( ::Hash ) then argv, options = ARGV, argv en
[
all
...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-parser.rb
120
unless group.
is_a
?( ANTLR3::Template::Group )
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb
406
if pattern.nil? or pattern.flat_list? or pattern.
is_a
?( WildcardPattern )
424
unless pattern.
is_a
? WildcardPattern
/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 3977 milliseconds