HomeSort by relevance Sort by last modified time
    Searched defs:uses (Results 1 - 20 of 20) 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
74 void uses(TemplVirt<float>& f, TemplVirt<bool>& b, TemplVirt<long>& l) { function
  /external/elfutils/backends/
common-reloc.c 46 #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)));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
term_entry.h 62 uses[MAX_USES]; member in struct:entry
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
term_entry.h 62 uses[MAX_USES]; member in struct:entry
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
term_entry.h 62 uses[MAX_USES]; member in struct:entry
  /dalvik/vm/compiler/
Dataflow.h 98 int *uses; member in struct:SSARepresentation
  /external/llvm/lib/VMCore/
ConstantsContext.h 394 static unsigned uses(const std::vector<T, Alloc>& v) { function in struct:llvm::ConstantTraits
401 static unsigned uses(Constant * const & v) { function in struct:llvm::ConstantTraits
409 return new(ConstantTraits<ValType>::uses(V)) ConstantClass(Ty, V);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-ssa-operands.h 137 use_optype_p uses; member in struct:ssa_operand_iterator_d
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-ssa-operands.h 137 use_optype_p uses; member in struct:ssa_operand_iterator_d
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-ssa-operands.h 137 use_optype_p uses; member in struct:ssa_operand_iterator_d
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 451 /// DiagnoseUninitializedUse -- Helper function for diagnosing uses of an
453 /// emitted for particular types of uses. Returns true if the use was diagnosed
535 UsesMap *uses; member in class:__anon4824::UninitValsDiagReporter
538 UninitValsDiagReporter(Sema &S) : S(S), uses(0) {}
544 if (!uses)
545 uses = new UsesMap();
547 UsesMap::mapped_type &V = (*uses)[vd];
565 if (!uses)
568 for (UsesMap::iterator i = uses->begin(), e = uses->end(); i != e; ++i)
    [all...]
  /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
  /external/valgrind/main/VEX/priv/
ir_opt.c 667 /* Find any Get uses in st and invalidate any partially or fully
4352 UShort* uses = LibVEX_Alloc(n_tmps * sizeof(UShort)); local
    [all...]
  /external/v8/src/
hydrogen.cc 861 // Iterate through the uses and replace them all.
862 for (HUseIterator it(phi->uses()); !it.Done(); it.Advance()) {
922 // We don't support phi uses of arguments for now.
968 for (HUseIterator it(current->uses()); !it.Done(); it.Advance()) {
7970 int uses = instruction->UseCount(); local
    [all...]
  /external/libxml2/
xmlschemas.c 167 * Macros for attribute uses.
14388 xmlSchemaItemListPtr uses, baseUses, prohibs = NULL; local
15894 xmlSchemaItemListPtr uses = (xmlSchemaItemListPtr) type->attrUses; local
19338 xmlSchemaItemListPtr uses = WXS_LIST_CAST attrGr->attrUses; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 

Completed in 2394 milliseconds