Searched defs:uses (Results 1 - 21 of 21) sorted by relevance

/external/clang/test/SemaCXX/
H A Dwarn-weak-vtables.cpp28 void uses(A &a, B<int> &b, C &c) { function
55 void uses(Parent &p, Derived &d, VeryDerived &vd) { function
75 void uses(TemplVirt<float>& f, TemplVirt<bool>& b, TemplVirt<long>& l) { function
/external/elfutils/0.153/backends/
H A Dcommon-reloc.c46 #define RELOC_TYPE(type, uses) \
53 #define RELOC_TYPE(type, uses) R_NAME (type),
61 #define RELOC_TYPE(type, uses) \
74 #define RELOC_TYPE(type, uses) [R_TYPE (type)] = uses,
101 uint8_t uses = EBLHOOK(reloc_valid)[reloc]; local
108 return type > ET_NONE && type < ET_CORE && (uses & (1 << (type - 1)));
/external/bluetooth/bluedroid/stack/mcap/
H A Dmca_csm.c181 ** It uses the state and action function tables to execute
369 BOOLEAN uses = FALSE; local
379 uses = TRUE;
384 return uses;
/external/chromium_org/v8/src/compiler/
H A Dverifier.cc29 Node::Uses uses = def->uses(); local
30 for (Node::Uses::iterator it = uses.begin(); it != uses.end(); ++it) {
80 // kFrameState uses undefined as a sentinel.
121 Node::Uses uses = node->uses(); local
122 for (Node::Uses::iterator it = uses.begin(); it != uses.end(); ++it) {
144 // Branch uses ar
145 Node::Uses uses = node->uses(); local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_lowering_nvc0.cpp179 NVC0LegalizePostRA::addTexUse(std::list<TexUse> &uses, argument
183 for (std::list<TexUse>::iterator it = uses.begin();
184 it != uses.end();) {
190 it = uses.erase(it);
195 uses.push_back(TexUse(usei, insn));
202 std::list<TexUse> &uses)
221 uses);
225 addTexUse(uses, insn, texi);
233 std::list<TexUse> &uses)
237 for (Value::UseIterator u = v->uses
199 findOverwritingDefs(const Instruction *texi, Instruction *insn, const BasicBlock *term, std::list<TexUse> &uses) argument
231 findFirstUses(const Instruction *texi, const Instruction *insn, std::list<TexUse> &uses) argument
277 std::list<TexUse> *uses; local
[all...]
/external/llvm/include/llvm/IR/
H A DValue.h234 /// replaceAllUsesWith - Go through the uses list for this definition and make
241 // Methods for handling the chain of uses of this Value.
251 iterator_range<use_iterator> uses() { function in class:llvm::Value
254 iterator_range<const_use_iterator> uses() const { function in class:llvm::Value
294 /// getNumUses - This method computes the number of uses of this Value. This
/external/llvm/lib/IR/
H A DConstantsContext.h391 static unsigned uses(const std::vector<T, Alloc>& v) { function in struct:llvm::ConstantTraits
398 static unsigned uses(Constant * const & v) { function in struct:llvm::ConstantTraits
406 return new(ConstantTraits<ValType>::uses(V)) ConstantClass(Ty, V);
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_lowering_nvc0.cpp179 NVC0LegalizePostRA::addTexUse(std::list<TexUse> &uses, argument
183 for (std::list<TexUse>::iterator it = uses.begin();
184 it != uses.end();) {
190 it = uses.erase(it);
195 uses.push_back(TexUse(usei, insn));
202 std::list<TexUse> &uses)
221 uses);
225 addTexUse(uses, insn, texi);
233 std::list<TexUse> &uses)
237 for (Value::UseIterator u = v->uses
199 findOverwritingDefs(const Instruction *texi, Instruction *insn, const BasicBlock *term, std::list<TexUse> &uses) argument
231 findFirstUses(const Instruction *texi, const Instruction *insn, std::list<TexUse> &uses) argument
277 std::list<TexUse> *uses; local
[all...]
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp836 /// DiagnoseUninitializedUse -- Helper function for diagnosing uses of an
838 /// emitted for particular types of uses. Returns true if the use was diagnosed
1338 UsesMap *uses; member in class:__anon17993::UninitValsDiagReporter
1341 UninitValsDiagReporter(Sema &S) : S(S), uses(nullptr) {}
1347 if (!uses)
1348 uses = new UsesMap();
1350 MappedType &V = (*uses)[vd];
1367 if (!uses)
1370 for (const auto &P : *uses) {
1377 // Specially handle the case where we have uses o
[all...]
/external/valgrind/main/VEX/priv/
H A Dir_opt.c712 /* Find any Get uses in st and invalidate any partially or fully
3021 uses to the set and keep on moving backwards.
3040 /* start off by recording IRTemp uses in the next field. */
3074 /* Note any IRTemp uses made by the current statement. */
4949 /* Given uses :: array of UShort, indexed by IRTemp
4953 static void aoccCount_Expr ( UShort* uses, IRExpr* e ) argument
4960 uses[e->Iex.RdTmp.tmp]++;
4964 aoccCount_Expr(uses, e->Iex.ITE.cond);
4965 aoccCount_Expr(uses, e->Iex.ITE.iftrue);
4966 aoccCount_Expr(uses,
5019 aoccCount_Stmt( UShort* uses, IRStmt* st ) argument
5591 UShort* uses = LibVEX_Alloc(n_tmps * sizeof(UShort)); local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.h440 void replace(const ValueRef &, bool doSet); // replace all uses of the old value
476 inline int refCount() { return uses.size(); }
488 std::list<ValueRef *> uses; member in class:nv50_ir::Value
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h245 /// which link together all the uses of an SDNode.
252 /// Prev, Next - Pointers to the uses list of the SDNode referred by
370 /// UseList - List of uses for this SDNode.
432 /// use_empty - Return true if there are no uses of this node.
442 /// use_size - Return the number of uses of this node. This method takes
443 /// time proportional to the number of uses.
493 /// atEnd - return true if this iterator is at the end of uses list.
525 /// use_begin/use_end - Provide iteration support to walk over all uses
534 inline iterator_range<use_iterator> uses() { function in class:llvm::SDNode
537 inline iterator_range<use_iterator> uses() cons function in class:llvm::SDNode
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.h440 void replace(const ValueRef &, bool doSet); // replace all uses of the old value
476 inline int refCount() { return uses.size(); }
488 std::list<ValueRef *> uses; member in class:nv50_ir::Value
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c167 * Macros for attribute uses.
4332 * @uses: attribute uses list
4338 xmlSchemaAttrUsesDump(xmlSchemaItemListPtr uses, FILE * output) argument
4347 if ((uses == NULL) || (uses->nbItems == 0))
4351 for (i = 0; i < uses->nbItems; i++) {
4352 use = uses->items[i];
5011 * ATTENTION TODO: This uses pointer comp. for strings.
6216 xmlSchemaItemListPtr uses,
7081 xmlSchemaParseLocalAttribute(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, xmlNodePtr node, xmlSchemaItemListPtr uses, int parentType) argument
14080 xmlSchemaCheckDerivationOKRestriction2to4(xmlSchemaParserCtxtPtr pctxt, int action, xmlSchemaBasicItemPtr item, xmlSchemaBasicItemPtr baseItem, xmlSchemaItemListPtr uses, xmlSchemaItemListPtr baseUses, xmlSchemaWildcardPtr wild, xmlSchemaWildcardPtr baseWild) argument
14388 xmlSchemaItemListPtr uses, baseUses, prohibs = NULL; local
15893 xmlSchemaItemListPtr uses = (xmlSchemaItemListPtr) type->attrUses; local
19337 xmlSchemaItemListPtr uses = WXS_LIST_CAST attrGr->attrUses; local
[all...]
/external/chromium_org/v8/src/
H A Dhydrogen.cc3884 // We don't support phi uses of arguments for now.
4274 // environment uses values which have not been defined yet. These
6666 // We insert a use of the old value to detect unsupported uses of const
7838 // If the function uses the arguments object check that inlining of functions
7843 TraceInline(target, caller, "target uses arguments object");
7850 "target uses non-stackallocated arguments object");
7909 // If the function uses arguments object then bind bind one.
12315 int uses = instruction->UseCount(); local
12318 os << "0 " << uses << " " << NameOf(instruction) << " " << *instruction;
/external/libxml2/
H A Dxmlschemas.c167 * Macros for attribute uses.
4351 * @uses: attribute uses list
4357 xmlSchemaAttrUsesDump(xmlSchemaItemListPtr uses, FILE * output) argument
4366 if ((uses == NULL) || (uses->nbItems == 0))
4370 for (i = 0; i < uses->nbItems; i++) {
4371 use = uses->items[i];
5030 * ATTENTION TODO: This uses pointer comp. for strings.
6235 xmlSchemaItemListPtr uses,
7100 xmlSchemaParseLocalAttribute(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, xmlNodePtr node, xmlSchemaItemListPtr uses, int parentType) argument
14108 xmlSchemaCheckDerivationOKRestriction2to4(xmlSchemaParserCtxtPtr pctxt, int action, xmlSchemaBasicItemPtr item, xmlSchemaBasicItemPtr baseItem, xmlSchemaItemListPtr uses, xmlSchemaItemListPtr baseUses, xmlSchemaWildcardPtr wild, xmlSchemaWildcardPtr baseWild) argument
14416 xmlSchemaItemListPtr uses, baseUses, prohibs = NULL; local
15922 xmlSchemaItemListPtr uses = (xmlSchemaItemListPtr) type->attrUses; local
19366 xmlSchemaItemListPtr uses = WXS_LIST_CAST attrGr->attrUses; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 457 milliseconds