HomeSort by relevance Sort by last modified time
    Searched refs:GroupInfo (Results 1 - 7 of 7) sorted by null

  /external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 131 struct GroupInfo {
138 GroupInfo() : ExplicitDef(nullptr) {}
148 static bool beforeThanCompareGroups(const GroupInfo *LHS, const GroupInfo *RHS){
168 std::map<std::string, GroupInfo> &DiagsInGroup) {
181 typedef SmallPtrSet<GroupInfo *, 16> GroupSetTy;
188 GroupInfo &GI = DiagsInGroup[Group->getValueAsString("GroupName")];
206 for (std::map<std::string, GroupInfo>::iterator
211 SmallVector<GroupInfo *, 16> SortedGroups(ImplicitGroups.begin(),
213 for (SmallVectorImpl<GroupInfo *>::iterator I = SortedGroups.begin()
    [all...]
ClangSACheckersEmitter.cpp 73 struct GroupInfo {
79 GroupInfo() : Hidden(false) { }
84 llvm::DenseMap<const Record *, GroupInfo *> &recordGroupMap) {
105 std::map<std::string, GroupInfo> groupInfoByName;
106 llvm::DenseMap<const Record *, GroupInfo *> recordGroupMap;
113 GroupInfo &info = groupInfoByName[fullName];
125 GroupInfo &info = groupInfoByName[name];
143 GroupInfo &info = groupInfoByName[fullName];
251 for (std::map<std::string, GroupInfo>::iterator
260 for (std::map<std::string, GroupInfo>::iterato
    [all...]
  /external/vulkan-validation-layers/
reg.py 100 # GroupInfo - registry information about a group of related enums
102 class GroupInfo(BaseInfo):
159 # groupdict - dictionary of GroupInfo objects keyed by group name
275 self.addElementInfo(group, GroupInfo(group), 'group', self.groupdict)
346 # Look up the GroupInfo with matching groupName
    [all...]
  /frameworks/native/opengl/tools/glgen2/registry/
reg.py 115 # GroupInfo - registry information about a group of related enums.
117 class GroupInfo(BaseInfo):
646 # groupdict - dictionary of GroupInfo objects keyed by group name
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h     [all...]
  /external/guice/lib/build/jdiff/
xerces.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 660 PROCESSOR_GROUP_INFO GroupInfo[ANYSIZE_ARRAY];
    [all...]

Completed in 232 milliseconds