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

  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
examples.cpp 224 namespace SID {
  /external/linux-tools-perf/util/
evlist.c 29 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y)
121 struct perf_sample_id *sid = SID(evsel, cpu, thread); local
123 sid->id = id;
124 sid->evsel = evsel;
125 hash = hash_64(sid->id, PERF_EVLIST__HLIST_BITS);
126 hlist_add_head(&sid->node, &evlist->heads[hash]);
160 struct perf_sample_id *sid; local
169 hlist_for_each_entry(sid, pos, head, node)
170 if (sid->id == id
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 885 ObjCInterfaceDecl *SID = OID->getSuperClass();
887 if (SID)
888 Out << "@implementation " << I << " : " << *SID;
898 ObjCInterfaceDecl *SID = OID->getSuperClass();
905 if (SID)
906 Out << "@interface " << I << " : " << *SID;
    [all...]
  /external/valgrind/tsan/
thread_sanitizer.cc 43 // Segment ID (SID) is in range [1, kMaxSID-1]
228 class SID: public ID {
230 explicit SID(T id) : ID(id) {}
231 SID() : ID(0) {}
267 explicit SSID(SID sid) : ID(sid.raw()) {}
276 SID GetSingleton() const {
278 return SID(raw());
401 static uint32_t combine2(SSID a, SID b)
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 2268 milliseconds