HomeSort by relevance Sort by last modified time
    Searched defs:use (Results 51 - 75 of 180) sorted by null

1 23 4 5 6 7 8

  /external/chromium_org/v8/src/
hydrogen-escape-analysis.cc 2 // Use of this source code is governed by a BSD-style license that can be
13 HValue* use = it.value(); local
14 if (use->HasEscapingOperandAt(it.index())) {
17 value->Mnemonic(), use->id(), use->Mnemonic(), it.index());
21 if (use->HasOutOfBoundsAccess(size)) {
24 value->Mnemonic(), use->id(), use->Mnemonic(), it.index());
28 int redefined_index = use->RedefinedOperandIndex();
29 if (redefined_index == it.index() && !HasNoEscapingUses(use, size))
    [all...]
  /external/clang/test/Analysis/inlining/
path-notes.cpp 7 static void use(int *p) { function in class:Foo
13 use(p);
15 // expected-note@-2 {{Calling 'Foo::use'}}
761 // CHECK-NEXT: <string>Calling &apos;Foo::use&apos;</string>
763 // CHECK-NEXT: <string>Calling &apos;Foo::use&apos;</string>
    [all...]
  /external/clang/test/Analysis/
reference.cpp 166 extern void use(int &ref);
167 use(*ptr);
202 void use(int &x) { function
207 use(*maybeNull());
  /external/clang/test/CodeGenCXX/
dllimport-members.cpp 20 #define USE(func) void UNIQ(use)() { func(); }
21 #define USEMV(cls, var) int UNIQ(use)() { return ref(cls::var); }
23 #define USESPECIALS(cls) void UNIQ(use)() { useSpecials<cls>(); }
625 void UNIQ(use)() { new ImportAlloc(); } function
631 void UNIQ(use)() { new ImportAlloc[1]; } function
637 void UNIQ(use)(ImportAlloc* ptr) { delete ptr; } function
643 void UNIQ(use)(ImportAlloc* ptr) { delete[] ptr; } function
    [all...]
mangle-template.cpp 164 void use() { function in namespace:test12
microsoft-abi-vtables-virtual-inheritance.cpp 31 void use(C *obj) { obj->f(); } function
55 void use(D *obj) { obj->h(); } function
103 void use(X *obj) { obj->h(); } function in namespace:Test2
181 void use(Y *obj) { obj->h(); } function in namespace:Test5
246 void use(X *obj) { obj->f(); } function in namespace:Test8
262 void use(Z *obj) { obj->f(); } function in namespace:Test8
284 void use(T *obj) { obj->bar(); } function in namespace:Test8
309 void use(Y *obj) { obj->h(); } function in namespace:Test9
421 void use(T *obj) { obj->f(); } function in namespace:Test9
438 void use(X *obj) { obj->f(); function in namespace:Test10
503 void use(Y *obj) { delete obj; } function in namespace:vdtors
532 void use(U *obj) { delete obj; } function in namespace:vdtors
552 void use(V *obj) { delete obj; } function in namespace:vdtors
568 void use(P *obj) { delete obj; } function in namespace:vdtors
593 void use(R *obj) { delete obj; } function in namespace:vdtors
626 void use(W *obj) { obj->foo(); } function in namespace:return_adjustment
647 void use(T *obj) { obj->foo(); } function in namespace:return_adjustment
669 void use(V *obj) { obj->foo(); } function in namespace:return_adjustment
    [all...]
mangle-ms-templates.cpp 157 void use() { function
dllimport.cpp 8 // CHECK-NOT doesn't play nice with CHECK-DAG, so use separate run lines.
25 #define USEVARTYPE(type, var) type UNIQ(use)() { return var; }
27 #define USE(func) void UNIQ(use)() { func(); }
28 #define USEMEMFUNC(class, func) void (class::*UNIQ(use)())() { return &class::func; }
29 #define USECLASS(class) void UNIQ(USE)() { class x; }
30 #define USECOPYASSIGN(class) class& (class::*UNIQ(use)())(class&) { return &class::operator=; }
31 #define USEMOVEASSIGN(class) class& (class::*UNIQ(use)())(class&&) { return &class::operator=; }
95 USE(inlineStaticLocalsFunc);
104 USE(initializationFunc)
295 void UNIQ(use)() { ::operator new(42); } function
    [all...]
  /external/iproute2/ip/
xfrm.h 79 int use; member in struct:xfrm_filter
  /external/libxml2/
HTMLtree.c 410 size_t use; local
433 use = xmlBufUse(buf);
436 ret = xmlBufUse(buf) - use;
    [all...]
buf.c 7 * The new entry point use the xmlBufPtr opaque structure and
48 size_t use; /* The buffer size used */ member in struct:_xmlBuf
62 if (buf->use < INT_MAX) buf->compat_use = buf->use; \
74 if (buf->use != (size_t) buf->compat_use) \
76 buf->use = buf->compat_use;
130 ret->use = 0;
164 ret->use = 0;
210 buf->use = 0;
248 ret->use = size
    [all...]
parserInternals.c 258 "xmlParserInput: cur > base + use problem\n");
260 xmlGenericError(xmlGenericErrorContext,"buffer %x : content %x, cur %d, use %d\n",
277 * Returns -1 as this is an error to use it.
326 * block, but we use it really as an integer to do some
526 * XML constructs only use < 128 chars
694 * XML constructs only use < 128 chars
813 * XML constructs only use < 128 chars
1160 unsigned int use; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4.cpp 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
272 int *use = ralloc_array(mem_ctx, int, virtual_grf_count); local
281 use[i] = -1;
295 /* Patches up the use of vars marked for being live across
299 if (use[i] == loop_start) {
300 use[i] = ip;
310 use[reg] = ip;
313 use[reg] = loop_start;
339 this->virtual_grf_use = use;
    [all...]
  /system/extras/showslab/
showslab.c 28 unsigned long use; /* percent full: total / active */ member in struct:slab_info
129 p->use = 100 * p->nr_active_objs / p->nr_objs;
132 p->use = 0;
239 BUILD_SORT_FUNC(use)
334 "OBJS", "ACTIVE", "USE", "OBJ SIZE", "SLABS",
340 p->nr_objs, p->nr_active_objs, p->use,
  /external/chromium_org/third_party/libxml/src/
parserInternals.c 253 if (in->cur > in->base + in->buf->buffer->use) {
255 "xmlParserInput: cur > base + use problem\n");
257 xmlGenericError(xmlGenericErrorContext,"buffer %x : content %x, cur %d, use %d, size %d\n",
259 in->buf->buffer->use, in->buf->buffer->size);
311 in->end = &in->buf->buffer->content[in->buf->buffer->use];
346 if (in->buf->buffer->use > (unsigned int) indx + INPUT_CHUNK) {
359 * block, but we use it really as an integer to do some
371 in->end = &in->buf->buffer->content[in->buf->buffer->use];
412 in->end = &in->buf->buffer->content[in->buf->buffer->use];
417 if (in->buf->buffer->use > INPUT_CHUNK)
1194 unsigned int use; local
    [all...]
  /external/deqp/modules/egl/
teglMemoryStressTests.cpp 8 * you may not use this file except in compliance with the License.
66 MemoryAllocator (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight, bool use);
99 MemoryAllocator::MemoryAllocator (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight, bool use)
112 , m_use (use)
315 bool use; member in struct:deqp::egl::MemoryStressCase::Spec
358 m_testCtx.getLog() << TestLog::Message << "Tests that exhaust memory are disabled, use --deqp-test-oom=enable command line option to enable." << TestLog::EndMessage;
384 m_allocator = new MemoryAllocator(m_eglTestCtx, m_display, m_config, m_seed, m_spec.types, m_spec.minWidth, m_spec.minHeight, m_spec.maxWidth, m_spec.maxHeight, m_spec.use);
466 spec.use = false;
471 // Check small pbuffers 256x256 and use them
480 spec.use = true
    [all...]
  /art/compiler/optimizing/
register_allocator.cc 5 * you may not use this file except in compliance with the License.
157 // Split before first register use.
429 // that holds it. If the first use of `current` is after that register
444 // For each active interval, find the next use of its register after the
452 size_t use = active->FirstRegisterUseAfter(current->GetStart()); local
453 if (use != kNoLifetime) {
454 next_use[active->GetRegister()] = use;
459 // For each inactive interval, find the next use of its register after the
472 size_t use = inactive->FirstRegisterUseAfter(current->GetStart()); local
473 if (use != kNoLifetime)
812 UsePosition* use = current->GetFirstUse(); local
    [all...]
ssa_liveness_analysis.h 5 * you may not use this file except in compliance with the License.
88 * A use position represents a live interval use at a given position.
159 // Set the use within the instruction.
160 // TODO: Use the instruction's location to know whether the instruction can die
166 // First time we see a use of that interval.
169 // There is a use later in the same block.
172 // Last use is in the following block.
193 // There is a use in the following block.
296 // as the first register use
306 UsePosition* use = first_use_; local
417 UsePosition* use = first_use_; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_optimize.c 10 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
22 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
490 * Try to remove use of extraneous MOV instructions, to free them up for dead
499 printf("Optimize: Begin remove extra move use\n");
527 * rewritten or we get into some flow-control, eliminating the use of
590 printf("Optimize: End remove extra move use.\n");
614 enum inst_use use; local
629 use = find_next_use(prog, i+1, index, mask);
630 if (use == WRITE || use == END
    [all...]
  /external/clang/test/SemaCXX/
conversion-function.cpp 12 return operator float(); // expected-error{{use of undeclared 'operator float'}}
175 (&operator bool())(); // expected-error {{must use a typedef to declare a conversion to 'bool (&)()'}}
180 *operator int(); // expected-error {{must use a typedef to declare a conversion to 'int *'}}
273 void use() { function in namespace:PR7934
warn-unused-private-field.cpp 61 void use() { function in class:FriendClass
128 int *use = &by_reference_; local
  /external/mesa3d/src/mesa/program/
prog_optimize.c 10 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
22 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
490 * Try to remove use of extraneous MOV instructions, to free them up for dead
499 printf("Optimize: Begin remove extra move use\n");
527 * rewritten or we get into some flow-control, eliminating the use of
590 printf("Optimize: End remove extra move use.\n");
614 enum inst_use use; local
629 use = find_next_use(prog, i+1, index, mask);
630 if (use == WRITE || use == END
    [all...]
  /external/qemu/include/hw/i386/
smbios.h 105 uint8_t use; member in struct:smbios_type_16
  /external/tcpdump/
print-icmp6.c 5 * Redistribution and use in source and binary forms, with or without
11 * features or use of this software display the following acknowledgement:
339 /* display cosmetics: print the packet length for printer that use the vflag now */
1251 struct rr_pco_use *use; local
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
awk.h 5 Permission to use, copy, modify, and distribute this software and
19 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
21 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
224 int use; member in struct:fa

Completed in 1686 milliseconds

1 23 4 5 6 7 8