HomeSort by relevance Sort by last modified time
    Searched full:type_a (Results 1 - 22 of 22) sorted by null

  /external/clang/test/CodeGen/
tbaa-ms-abi.cpp 21 // CHECK: [[TAG_A_i32]] = !{[[TYPE_A:!.*]], [[TYPE_INT]], i64 0}
22 // CHECK: [[TYPE_A]] = !{!"?AUStructA@@", [[TYPE_INT]], i64 0}
tbaa-class.cpp 211 // PATH: [[TAG_A_f32]] = !{[[TYPE_A:!.*]], [[TYPE_INT]], i64 4}
212 // PATH: [[TYPE_A]] = !{!"_ZTS7StructA", [[TYPE_SHORT:!.*]], i64 0, [[TYPE_INT]], i64 4, [[TYPE_SHORT]], i64 8, [[TYPE_INT]], i64 12}
214 // PATH: [[TAG_A_f16]] = !{[[TYPE_A]], [[TYPE_SHORT]], i64 0}
216 // PATH: [[TYPE_B]] = !{!"_ZTS7StructB", [[TYPE_SHORT]], i64 0, [[TYPE_A]], i64 4, [[TYPE_INT]], i64 20}
tbaa.cpp 250 // PATH: [[TAG_A_f32]] = !{[[TYPE_A:!.*]], [[TYPE_INT]], i64 4}
251 // PATH: [[TYPE_A]] = !{!"_ZTS7StructA", [[TYPE_SHORT:!.*]], i64 0, [[TYPE_INT]], i64 4, [[TYPE_SHORT]], i64 8, [[TYPE_INT]], i64 12}
253 // PATH: [[TAG_A_f16]] = !{[[TYPE_A]], [[TYPE_SHORT]], i64 0}
255 // PATH: [[TYPE_B]] = !{!"_ZTS7StructB", [[TYPE_SHORT]], i64 0, [[TYPE_A]], i64 4, [[TYPE_INT]], i64 20}
  /external/llvm/test/CodeGen/X86/
remat-fold-load.ll 13 %type_a = type { %type_a*, %type_b }
32 %tmp = phi %type_a* [ undef, %while.body12.lr.ph ], [ %tmp18, %if.end24 ]
41 %tmp1 = getelementptr inbounds %type_a, %type_a* %tmp, i32 0, i32 1, i32 0, i32 1
48 %i_.i.i.i.i72 = getelementptr inbounds %type_a, %type_a* %tmp, i32 0, i32 1, i32 0, i32 1, i32 0
53 %second3.i.i76 = getelementptr inbounds %type_a, %type_a* %tmp, i32 0, i32 1, i32 1
121 %tmp18 = load %type_a*, %type_a** undef, align
    [all...]
  /external/jmdns/src/javax/jmdns/impl/tasks/resolver/
ServiceInfoResolver.java 68 newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getServer(), DNSRecordType.TYPE_A, DNSRecordClass.CLASS_IN), now);
86 newOut = this.addQuestion(newOut, DNSQuestion.newQuestion(_info.getServer(), DNSRecordType.TYPE_A, DNSRecordClass.CLASS_IN, DNSRecordClass.NOT_UNIQUE));
  /external/mesa3d/src/glsl/
ast_to_hir.cpp 169 const glsl_type *type_a = value_a->type; local
178 if (!type_a->is_numeric() || !type_b->is_numeric()) {
189 if (!apply_implicit_conversion(type_a, value_b, state)
196 type_a = value_a->type;
208 if (type_a->base_type != type_b->base_type) {
222 if (type_a->is_scalar() && type_b->is_scalar())
223 return type_a;
230 if (type_a->is_scalar()) {
234 return type_a;
241 assert(!type_a->is_scalar())
499 const glsl_type *type_a = value_a->type; local
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
DNSQuestion.java 110 answers.add(jmDNSImpl.getLocalHost().getDNSReverseAddressRecord(DNSRecordType.TYPE_A, DNSRecordClass.NOT_UNIQUE, DNSConstants.DNS_TTL));
136 // type = DNSConstants.TYPE_A;
197 // type = DNSConstants.TYPE_A;
238 case TYPE_A:
HostInfo.java 200 case TYPE_A:
226 case TYPE_A:
DNSRecord.java 176 super(name, DNSRecordType.TYPE_A, recordClass, unique, ttl, addr);
180 super(name, DNSRecordType.TYPE_A, recordClass, unique, ttl, rawAddress);
    [all...]
ServiceInfoImpl.java 869 case TYPE_A: // IPv4
892 for (DNSEntry entry : dnsCache.getDNSEntryList(_server, DNSRecordType.TYPE_A, DNSRecordClass.CLASS_IN)) {
    [all...]
DNSIncoming.java 299 case TYPE_A: // IPv4
JmDNSImpl.java 777 DNSEntry addressEntry = this.getCache().getDNSEntry(server, DNSRecordType.TYPE_A, DNSRecordClass.CLASS_ANY);
    [all...]
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSRecordType.java 21 TYPE_A("a", 1),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
ftp.h 49 #define TYPE_A 1 /* ASCII */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
ftp.h 49 #define TYPE_A 1 /* ASCII */
  /external/clang/unittests/Format/
FormatTestProto.cpp 73 " TYPE_A = 1;\n"
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/
addressing_c3x.d 101 00000051 <Type_A>:
addressing_c4x.d 101 00000051 <Type_A>:
addressing.s 115 Type_A: dbc AR0,R0
  /external/selinux/libsepol/cil/test/unit/
test_cil_resolve_ast.c     [all...]
test_cil_build_ast.c     [all...]
  /external/libevent/
evdns.c 147 #define TYPE_A EVDNS_TYPE_A
175 u8 request_type; /* TYPE_PTR or TYPE_A or TYPE_AAAA */
780 case TYPE_A:
1094 if (type == TYPE_A && class == CLASS_INET) {
1096 if (req->request_type != TYPE_A)
    [all...]

Completed in 256 milliseconds