HomeSort by relevance Sort by last modified time
    Searched refs:ovl (Results 1 - 25 of 25) sorted by null

  /external/clang/test/SemaCXX/
overloaded-name.cpp 3 int ovl(int); // expected-note 3{{possible target for call}}
4 float ovl(float); // expected-note 3{{possible target for call}}
6 template<typename T> T ovl(T); // expected-note 3{{possible target for call}}
9 (void)((void)0, ovl); // expected-error{{reference to overloaded function could not be resolved; did you mean to call it?}}
11 (void)(b? ovl : &ovl); // expected-error{{reference to overloaded function could not be resolved; did you mean to call it?}}
12 (void)(b? ovl<float> : &ovl); // expected-error{{reference to overloaded function could not be resolved; did you mean to call it?}}
13 (void)(b? ovl<float> : ovl<float>)
    [all...]
  /external/valgrind/VEX/priv/
guest_s390_toIR.c 14212 } ovl; local
14418 } ovl; local
15565 } ovl; local
    [all...]
  /toolchain/binutils/binutils-2.25/ld/emultempl/
spu_ovl.S 65 #define ovl reserved4 define
124 * __ovly_return, prev ovl index, caller return addr, undefined.
134 shlqbyi ovl, $lr, 4 # 1,4 0
139 shli off1, ovl, 4 # 0,4 4
166 stqr ovl, __ovly_current # 1,6 18
206 rotmi ovl, target, -18 # 0,4 -1
213 shli off2, ovl, 4 # 0,4 3
214 stqr ovl, __ovly_current # 1,6 3
228 shli off2, ovl, 4 # 0,4 2
231 stqr ovl, __ovly_current # 1,6
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-spu/
ovl.d 1 #source: ovl.s
2 #ld: -N -T ovl1.lnk -T ovl.lnk --emit-relocs
ovl2.d 2 #ld: -N -T ovl2.lnk -T ovl.lnk --emit-relocs
icache1.d 43 Disassembly of section \.ovl\.init:
  /external/fio/engines/
windowsaio.c 369 OVERLAPPED *ovl; local
381 if (!GetQueuedCompletionStatus(ctx->iocp, &bytes, &ulKey, &ovl, 250) && ovl == NULL)
384 fov = CONTAINING_RECORD(ovl, struct fio_overlapped, o);
387 if (ovl->Internal == ERROR_SUCCESS) {
388 io_u->resid = io_u->xfer_buflen - ovl->InternalHigh;
  /external/clang/test/PCH/
cxx-templates.h 50 ovl(y);
53 void ovl(int);
54 void ovl(float);
  /external/iproute2/tc/
q_cbq.c 188 struct tc_cbq_ovl ovl; local
203 memset(&ovl, 0, sizeof(ovl));
444 struct tc_cbq_ovl *ovl = NULL; local
479 if (RTA_PAYLOAD(tb[TCA_CBQ_OVL_STRATEGY]) < sizeof(*ovl))
482 (unsigned) sizeof(*ovl));
484 ovl = RTA_DATA(tb[TCA_CBQ_OVL_STRATEGY]);
  /toolchain/binutils/binutils-2.25/bfd/
elf32-spu.c 351 unsigned int ovl; member in struct:got_entry
704 /* A section in an overlay area called .ovl.init is not
708 if (strncmp (s->name, ".ovl.init", 9) != 0)
768 if (strncmp (s0->name, ".ovl.init", 9) != 0)
777 if (strncmp (s->name, ".ovl.init", 9) != 0)
1061 unsigned int ovl = 0; local
1071 ovl = spu_elf_section_data (isec->output_section)->u.o.ovl_index;
1090 htab->stub_count[ovl] += 1;
1098 if (ovl == 0)
1103 if (g->addend == addend && g->ovl == 0
1195 unsigned int ovl, dest_ovl, set_id; local
1689 unsigned int ovl = spu_elf_section_data (osec)->u.o.ovl_index; local
1778 unsigned int ovl = spu_elf_section_data (osec)->u.o.ovl_index; local
4942 unsigned int ovl = 0; local
4975 unsigned int ovl = overlay_index (sec); local
    [all...]
  /external/clang/test/CodeGenCXX/
mangle.cpp 324 int ovl(int x);
325 char ovl(double x);
327 template <class T> void f(T, char (&buffer)[sizeof(ovl(T()))]) {}
  /frameworks/native/opengl/libagl/
primitives.cpp 895 vertex_t** const ovl = &out[outi][0]; local
896 vertex_t** output = ovl;
944 ivl = ovl;
961 vertex_t** const ovl = &out[outi][0]; local
962 vertex_t** output = ovl;
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.c 1045 struct ocfs_volume_label ovl; local
1049 memcpy(&ovl, buf+512, sizeof(ovl));
1057 blkid_set_tag(probe->dev, "LABEL", ovl.label, ocfslabellen(ovl));
1059 set_uuid(probe->dev, ovl.vol_id, 0);
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaExpr.cpp 5187 OverloadExpr *ovl = find.Expression; local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 2098 milliseconds