HomeSort by relevance Sort by last modified time
    Searched defs:uses (Results 1 - 11 of 11) sorted by null

  /external/clang/test/SemaCXX/
warn-weak-vtables.cpp 27 void uses(A &a, B<int> &b, C &c) { function
54 void uses(Parent &p, Derived &d, VeryDerived &vd) { function
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
term_entry.h 62 uses[MAX_USES]; member in struct:entry
  /external/llvm/lib/VMCore/
ConstantsContext.h 381 static unsigned uses(const std::vector<T, Alloc>& v) { function in struct:llvm::ConstantTraits
388 static unsigned uses(Constant * const & v) { function in struct:llvm::ConstantTraits
396 return new(ConstantTraits<ValType>::uses(V)) ConstantClass(Ty, V);
  /dalvik/vm/compiler/
Dataflow.h 98 int *uses; member in struct:SSARepresentation
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 467 /// DiagnoseUninitializedUse -- Helper function for diagnosing uses of an
469 /// emitted for particular types of uses. Returns true if the use was diagnosed
546 UsesMap *uses; member in class:__anon4403::UninitValsDiagReporter
549 UninitValsDiagReporter(Sema &S) : S(S), uses(0) {}
555 if (!uses)
556 uses = new UsesMap();
558 UsesMap::mapped_type &V = (*uses)[vd];
576 if (!uses)
579 for (UsesMap::iterator i = uses->begin(), e = uses->end(); i != e; ++i)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree-ssa-operands.h 61 vuse_element_t uses[1]; member in struct:vuse_vec_d
66 #define VUSE_VECT_ELEMENT_NC(V,X) (V).uses[(X)]
237 use_optype_p uses; member in struct:ssa_operand_iterator_d
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree-ssa-operands.h 61 vuse_element_t uses[1]; member in struct:vuse_vec_d
66 #define VUSE_VECT_ELEMENT_NC(V,X) (V).uses[(X)]
237 use_optype_p uses; member in struct:ssa_operand_iterator_d
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
tree-ssa-operands.h 61 vuse_element_t uses[1]; member in struct:vuse_vec_d
66 #define VUSE_VECT_ELEMENT_NC(V,X) (V).uses[(X)]
237 use_optype_p uses; member in struct:ssa_operand_iterator_d
  /external/valgrind/main/VEX/priv/
ir_opt.c 667 /* Find any Get uses in st and invalidate any partially or fully
4218 UShort* uses = LibVEX_Alloc(n_tmps * sizeof(UShort)); local
    [all...]
  /external/v8/src/
hydrogen.cc 748 // Iterate through uses finding the ones that should be
750 SmallPointerList<HValue>* uses = phi->uses(); local
751 while (!uses->is_empty()) {
752 HValue* use = uses->RemoveLast();
815 // We don't support phi uses of arguments for now.
834 for (int j = 0; j < current->uses()->length(); j++) {
835 HValue* use = current->uses()->at(j);
5893 int uses = instruction->uses()->length(); local
    [all...]
  /external/libxml2/
xmlschemas.c 167 * Macros for attribute uses.
14320 xmlSchemaItemListPtr uses, baseUses, prohibs = NULL; local
15824 xmlSchemaItemListPtr uses = (xmlSchemaItemListPtr) type->attrUses; local
19268 xmlSchemaItemListPtr uses = WXS_LIST_CAST attrGr->attrUses; local
    [all...]

Completed in 638 milliseconds