HomeSort by relevance Sort by last modified time
    Searched refs:is_a (Results 1 - 20 of 20) 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/mesa3d/src/gallium/drivers/vc4/
vc4_qpu_disasm.c 248 get_special_write_desc(int reg, bool is_a)
250 if (is_a) {
298 bool is_a = is_mul == ((inst & QPU_WS) != 0); local
302 const char *file = is_a ? "a" : "b";
307 else if (get_special_write_desc(waddr, is_a))
308 fprintf(stderr, "%s", get_special_write_desc(waddr, is_a));
314 } else if (is_a && !(inst & QPU_PM)) {
322 bool is_a = mux != QPU_MUX_B; local
323 const char *file = is_a ? "a" : "b";
324 uint32_t raddr = (is_a
    [all...]
vc4_qpu_schedule.c 176 uint32_t raddr, bool is_a)
199 if (is_a)
256 bool is_a = is_add ^ ((inst & QPU_WS) != 0); local
259 if (is_a) {
286 if (is_a)
    [all...]
  /external/protobuf/ruby/lib/google/protobuf/
repeated_field.rb 135 if result.is_a?(Enumerator)
  /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 )
  /prebuilts/jdk/jdk8/darwin-x86/lib/
ir.idl 602 boolean is_a (in RepositoryId interface_id);
682 boolean is_a(in RepositoryId value_id);
  /prebuilts/jdk/jdk8/linux-x86/lib/
ir.idl 602 boolean is_a (in RepositoryId interface_id);
682 boolean is_a(in RepositoryId value_id);
  /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 548 #define is_a(c) ((c)=='a' || (c)=='A') macro
600 } else if(is_a(c)) {
    [all...]
  /external/protobuf/ruby/tests/
repeated_field_test.rb 262 assert m.repeated_string.hash.is_a?(Integer)
564 if expected_result.is_a?(Enumerator)
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
instr-a3xx.h 578 uint32_t is_a : 1; member in struct:PACKED
disasm-a3xx.c 418 if (cat5->is_a) printf(".a");
ir3.c 465 cat5->is_a = !!(instr->flags & IR3_INSTR_A);

Completed in 3784 milliseconds