Searched defs:Group (Results 1 - 25 of 58) sorted by relevance

123

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file.rb7 purpose: Loads the ANTLR recognition code for ANTLR Template Group files
15 class Group class in class:ANTLR3.Template
/external/llvm/tools/llvm-pdbdump/
H A DClassDefinitionDumper.cpp117 const SymbolGroup &Group) {
118 if (Group.Functions.empty() && Group.Data.empty() && Group.Unknown.empty())
136 for (auto iter = Group.Functions.begin(), end = Group.Functions.end();
141 for (auto iter = Group.Data.begin(), end = Group.Data.end(); iter != end;
146 for (auto iter = Group.Unknown.begin(), end = Group
116 dumpAccessGroup(PDB_MemberAccess Access, const SymbolGroup &Group) argument
[all...]
/external/autotest/frontend/
H A Dapache_auth.py1 from django.contrib.auth.models import User, Group, check_password namespace
28 user.groups.add(Group.objects.get(
/external/clang/tools/diagtool/
H A DTreeView.cpp58 void printGroup(const GroupRecord &Group, unsigned Indent = 0) { argument
62 out << "-W" << Group.getName() << "\n";
66 for (GroupRecord::subgroup_iterator I = Group.subgroup_begin(),
67 E = Group.subgroup_end();
73 for (GroupRecord::diagnostics_iterator I = Group.diagnostics_begin(),
74 E = Group.diagnostics_end();
/external/deqp/scripts/
H A Dtestset.py52 class Group: class in inherits:
130 group = Group(groupName)
153 group = Group(groupName)
/external/fonttools/Lib/fontTools/pens/
H A DreportLabPen.py62 from reportlab.graphics.shapes import Group, Drawing, scale namespace
65 g = Group(pen.path)
/external/fonttools/Tools/fontTools/pens/
H A DreportLabPen.py62 from reportlab.graphics.shapes import Group, Drawing, scale namespace
65 g = Group(pen.path)
/external/llvm/lib/Option/
H A DOption.cpp68 const Option Group = getGroup(); local
69 if (Group.isValid()) {
70 O << " Group:";
71 Group.print(O);
98 const Option Group = getGroup(); local
99 if (Group.isValid())
100 return Group.matches(Opt);
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFieldType.cs79 Group, enumerator in enum:Google.Protobuf.Reflection.FieldType
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCSectionELF.h43 const MCSymbol *Group; member in class:llvm::MCSectionELF
50 EntrySize(entrySize), Group(group) {}
62 const MCSymbol *getGroup() const { return Group; }
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtemplate.rb16 @template_library ||= ANTLR3::Template::Group.new
25 ANTLR3::Template::Group.load( group_file )
40 self.class.template_library or ANTLR3::Template::Group.new
90 class Group < Module class in class:ANTLR3.Template
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
H A DRawTypes.h63 support::ulittle16_t Group; // Group index into descriptor array. member in struct:llvm::pdb::SecMapEntry
/external/llvm/include/llvm/MC/
H A DMCSectionELF.h48 const MCSymbolELF *Group; member in class:llvm::final
59 Flags(flags), UniqueID(UniqueID), EntrySize(entrySize), Group(group),
61 if (Group)
62 Group->setIsSignature();
79 const MCSymbolELF *getGroup() const { return Group; }
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp70 unsigned Group,
75 if ((GetGroup(Reg) == Group) && (RegRefs->count(Reg) > 0))
83 assert(GroupNodeIndices[0] == 0 && "Reg 0 not in Group 0!");
492 DEBUG(dbgs() << "\tKill Group:");
567 DEBUG(dbgs() << "\tRename Candidates for Group g" << AntiDepGroupIndex
69 GetGroupRegs( unsigned Group, std::vector<unsigned> &Regs, std::multimap<unsigned, AggressiveAntiDepState::RegisterReference> *RegRefs) argument
H A DTargetLoweringObjectFileImpl.cpp227 StringRef Group = ""; local
230 Group = Sym->getName();
236 Flags, Kind, 0, Group);
/external/clang/include/clang/Lex/
H A DHeaderSearchOptions.h50 frontend::IncludeDirGroup Group; member in struct:clang::HeaderSearchOptions::Entry
60 : Path(path), Group(group), IsFramework(isFramework),
186 /// AddPath - Add the \p Path path to the specified \p Group list.
187 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, argument
189 UserEntries.emplace_back(Path, Group, IsFramework, IgnoreSysRoot);
/external/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h89 Group, member in class:llvm::ELFYAML::Section::SectionKind
123 struct Group : Section { struct in namespace:llvm::ELFYAML
127 Group() : Section(SectionKind::Group) {} function in struct:llvm::ELFYAML::Group
129 return S->Kind == SectionKind::Group;
/external/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp69 unsigned Group,
74 if ((GetGroup(Reg) == Group) && (RegRefs->count(Reg) > 0))
82 assert(GroupNodeIndices[0] == 0 && "Reg 0 not in Group 0!");
485 DEBUG(dbgs() << "\tKill Group:");
553 DEBUG(dbgs() << "\tRename Candidates for Group g" << AntiDepGroupIndex
68 GetGroupRegs( unsigned Group, std::vector<unsigned> &Regs, std::multimap<unsigned, AggressiveAntiDepState::RegisterReference> *RegRefs) argument
/external/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp184 for (const auto &Group : RtPtrChecking->CheckingGroups) {
185 GroupToScope[&Group] = MDB.createAnonymousAliasScope(Domain);
187 for (unsigned PtrIdx : Group.Members)
188 PtrToGroup[RtPtrChecking->getPointerInfo(PtrIdx).PointerValue] = &Group;
231 auto Group = PtrToGroup.find(Ptr); local
232 if (Group != PtrToGroup.end()) {
237 MDNode::get(Context, GroupToScope[Group->second])));
240 auto NonAliasingScopeList = GroupToNonAliasingScopeList.find(Group->second);
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCContext.cpp192 SectionKind Kind, unsigned EntrySize, StringRef Group) {
207 if (!Group.empty())
208 GroupSym = GetOrCreateSymbol(Group);
191 getELFSection(StringRef Section, unsigned Type, unsigned Flags, SectionKind Kind, unsigned EntrySize, StringRef Group) argument
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
H A DELFAsmParser.cpp363 bool Group = Flags & ELF::SHF_GROUP; local
368 if (Group)
369 return TokError("Group section must specify the type");
389 if (Group) {
/external/clang/include/clang/Basic/
H A DVirtualFileSystem.h38 uint32_t Group; member in class:clang::vfs::Status
50 llvm::sys::TimeValue MTime, uint32_t User, uint32_t Group,
69 uint32_t getGroup() const { return Group; }
/external/clang/lib/Frontend/
H A DInitHeaderSearch.cpp59 void AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework);
63 void AddUnmappedPath(const Twine &Path, IncludeDirGroup Group,
116 void InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group, argument
124 AddUnmappedPath(IncludeSysroot + Path, Group, isFramework);
129 AddUnmappedPath(Path, Group, isFramework);
132 void InitHeaderSearch::AddUnmappedPath(const Twine &Path, IncludeDirGroup Group, argument
142 if (Group == Quoted || Group == Angled || Group == IndexHeaderMap) {
144 } else if (Group
[all...]
/external/deqp/scripts/khr_util/
H A Dregistry.py44 class Group(Located): pass class in inherits:Located
345 return Group(name=name)
347 Group, eGroup,
/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp412 bool Group = Flags & ELF::SHF_GROUP; local
413 if (Group && UseLastGroup)
420 if (Group)
421 return TokError("Group section must specify the type");
444 if (Group) {
516 if (const MCSymbol *Group = Section->getGroup()) {
517 GroupName = Group->getName();

Completed in 1570 milliseconds

123