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

1 23 4 5 6 7 8 91011>>

  /external/turbine/java/com/google/turbine/tree/
Tree.java 805 private final ImmutableList<Tree> members; field in class:Tree.TyDecl
816 ImmutableList<Tree> members,
825 this.members = members;
863 public ImmutableList<Tree> members() { method in class:Tree.TyDecl
864 return members;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 226 NodeList Nodes; ///< Header and the members of the loop.
266 iterator_range<NodeList::const_iterator> members() const { function in struct:llvm::BlockFrequencyInfoImplBase::LoopData
729 /// the algorithm. In particular, store the immediate members of each loop
738 /// members that represent sub-loops will already have been visited and
791 /// Visit loops top-down, scaling the frequencies of its immediate members
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 226 NodeList Nodes; ///< Header and the members of the loop.
266 iterator_range<NodeList::const_iterator> members() const { function in struct:llvm::BlockFrequencyInfoImplBase::LoopData
729 /// the algorithm. In particular, store the immediate members of each loop
738 /// members that represent sub-loops will already have been visited and
791 /// Visit loops top-down, scaling the frequencies of its immediate members
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 226 NodeList Nodes; ///< Header and the members of the loop.
266 iterator_range<NodeList::const_iterator> members() const { function in struct:llvm::BlockFrequencyInfoImplBase::LoopData
729 /// the algorithm. In particular, store the immediate members of each loop
738 /// members that represent sub-loops will already have been visited and
791 /// Visit loops top-down, scaling the frequencies of its immediate members
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 226 NodeList Nodes; ///< Header and the members of the loop.
266 iterator_range<NodeList::const_iterator> members() const { function in struct:llvm::BlockFrequencyInfoImplBase::LoopData
729 /// the algorithm. In particular, store the immediate members of each loop
738 /// members that represent sub-loops will already have been visited and
791 /// Visit loops top-down, scaling the frequencies of its immediate members
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 226 NodeList Nodes; ///< Header and the members of the loop.
266 iterator_range<NodeList::const_iterator> members() const { function in struct:llvm::BlockFrequencyInfoImplBase::LoopData
729 /// the algorithm. In particular, store the immediate members of each loop
738 /// members that represent sub-loops will already have been visited and
791 /// Visit loops top-down, scaling the frequencies of its immediate members
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 226 NodeList Nodes; ///< Header and the members of the loop.
266 iterator_range<NodeList::const_iterator> members() const { function in struct:llvm::BlockFrequencyInfoImplBase::LoopData
729 /// the algorithm. In particular, store the immediate members of each loop
738 /// members that represent sub-loops will already have been visited and
791 /// Visit loops top-down, scaling the frequencies of its immediate members
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 226 NodeList Nodes; ///< Header and the members of the loop.
266 iterator_range<NodeList::const_iterator> members() const { function in struct:llvm::BlockFrequencyInfoImplBase::LoopData
729 /// the algorithm. In particular, store the immediate members of each loop
738 /// members that represent sub-loops will already have been visited and
791 /// Visit loops top-down, scaling the frequencies of its immediate members
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 226 NodeList Nodes; ///< Header and the members of the loop.
266 iterator_range<NodeList::const_iterator> members() const { function in struct:llvm::BlockFrequencyInfoImplBase::LoopData
729 /// the algorithm. In particular, store the immediate members of each loop
738 /// members that represent sub-loops will already have been visited and
791 /// Visit loops top-down, scaling the frequencies of its immediate members
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PostCompilerBuilder.java 155 IResource[] members = androidOutput.members(); local
156 for (IResource member : members) {
899 IResource[] members = folder.members(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
LibraryClasspathContainerInitializer.java 465 IResource[] members = libsFolder.members(); local
466 for (IResource member : members) {
  /system/chre/host/msm/daemon/generated/
chre_slpi_skel.c 372 const Type * const *members; member in struct:StructType
chre_slpi_stub.c 372 const Type * const *members; member in struct:StructType
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 208 NodeList Nodes; ///< Header and the members of the loop.
245 iterator_range<NodeList::const_iterator> members() const { function in struct:llvm::BlockFrequencyInfoImplBase::LoopData
689 /// the algorithm. In particular, store the immediate members of each loop
698 /// members that represent sub-loops will already have been visited and
751 /// Visit loops top-down, scaling the frequencies of its immediate members
    [all...]
  /external/llvm/lib/Target/Hexagon/
RDFGraph.cpp 204 << PrintListV<RefNode*>(P.Obj.Addr->members(P.G), P.G) << ']';
213 << " [" << PrintListV<RefNode*>(P.Obj.Addr->members(P.G), P.G) << ']';
263 for (auto I : P.Obj.Addr->members(P.G))
273 for (auto I : P.Obj.Addr->members(P.G))
496 // Return the list of all members of the code node.
497 NodeList CodeNode::members(const DataFlowGraph &G) const { function in class:CodeNode
964 auto Blocks = Func.Addr->members(*this);
    [all...]
  /external/v8/src/compiler/
scheduler.cc 682 BitVector* members; member in struct:v8::internal::compiler::SpecialRPONumberer::LoopInfo
836 if (loop != nullptr && !loop->members->Contains(succ->id().ToInt())) {
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h 571 /*! Need to destruct elements of array, members of object, or copy-string.
585 Allocator::Free(data_.o.members);
1663 Member* members; member in struct:GenericValue::Object
2038 typename ValueType::Member* members = stack_.template Pop<typename ValueType::Member>(memberCount); local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 208 NodeList Nodes; ///< Header and the members of the loop.
245 iterator_range<NodeList::const_iterator> members() const { function in struct:llvm::BlockFrequencyInfoImplBase::LoopData
691 /// the algorithm. In particular, store the immediate members of each loop
700 /// members that represent sub-loops will already have been visited and
753 /// Visit loops top-down, scaling the frequencies of its immediate members
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 208 NodeList Nodes; ///< Header and the members of the loop.
245 iterator_range<NodeList::const_iterator> members() const { function in struct:llvm::BlockFrequencyInfoImplBase::LoopData
691 /// the algorithm. In particular, store the immediate members of each loop
700 /// members that represent sub-loops will already have been visited and
753 /// Visit loops top-down, scaling the frequencies of its immediate members
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 208 NodeList Nodes; ///< Header and the members of the loop.
245 iterator_range<NodeList::const_iterator> members() const { function in struct:llvm::BlockFrequencyInfoImplBase::LoopData
691 /// the algorithm. In particular, store the immediate members of each loop
700 /// members that represent sub-loops will already have been visited and
753 /// Visit loops top-down, scaling the frequencies of its immediate members
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 208 NodeList Nodes; ///< Header and the members of the loop.
245 iterator_range<NodeList::const_iterator> members() const { function in struct:llvm::BlockFrequencyInfoImplBase::LoopData
691 /// the algorithm. In particular, store the immediate members of each loop
700 /// members that represent sub-loops will already have been visited and
753 /// Visit loops top-down, scaling the frequencies of its immediate members
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 208 NodeList Nodes; ///< Header and the members of the loop.
245 iterator_range<NodeList::const_iterator> members() const { function in struct:llvm::BlockFrequencyInfoImplBase::LoopData
691 /// the algorithm. In particular, store the immediate members of each loop
700 /// members that represent sub-loops will already have been visited and
753 /// Visit loops top-down, scaling the frequencies of its immediate members
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 208 NodeList Nodes; ///< Header and the members of the loop.
245 iterator_range<NodeList::const_iterator> members() const { function in struct:llvm::BlockFrequencyInfoImplBase::LoopData
691 /// the algorithm. In particular, store the immediate members of each loop
700 /// members that represent sub-loops will already have been visited and
753 /// Visit loops top-down, scaling the frequencies of its immediate members
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XKBsrv.h 101 CARD8 members[XkbRGMaxMembers]; member in struct:_XkbRadioGroup
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.cpp 245 Id Builder::makeStructType(const std::vector<Id>& members, const char* name)
252 for (int op = 0; op < (int)members.size(); ++op)
253 type->addIdOperand(members[op]);
279 std::vector<spv::Id> members; local
280 members.push_back(type0);
281 members.push_back(type1);
283 return makeStructType(members, "ResType");
877 Id Builder::makeCompositeConstant(Id typeId, const std::vector<Id>& members, bool specConstant)
895 Id existing = findCompositeConstant(typeClass, members);
901 for (int op = 0; op < (int)members.size(); ++op
1445 auto members = std::vector<spv::Id>(numComponents, scalar); local
    [all...]

Completed in 1178 milliseconds

1 23 4 5 6 7 8 91011>>