Searched defs:SID (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dexamples.cpp224 namespace SID { namespace in namespace:spec_vs_expl_inst
/external/linux-tools-perf/util/
H A Devlist.c29 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y) macro
121 struct perf_sample_id *sid = SID(evsel, cpu, thread);
/external/clang/lib/AST/
H A DDeclPrinter.cpp884 ObjCInterfaceDecl *SID = OID->getSuperClass(); local
886 if (SID)
887 Out << "@implementation " << I << " : " << *SID; local
897 ObjCInterfaceDecl *SID = OID->getSuperClass(); local
904 if (SID)
905 Out << "@interface " << I << " : " << *SID; local
/external/valgrind/tsan/
H A Dthread_sanitizer.cc43 // Segment ID (SID) is in range [1, kMaxSID-1]
228 class SID: public ID { class in inherits:ID
230 explicit SID(T id) : ID(id) {} function in class:SID
231 SID() : ID(0) {} function in class:SID
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) {
1707 static bool ProfileSeg(SID sid) {
1721 static INLINE uintptr_t *embedded_stack_trace(SID si
[all...]
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp2206 ObjCInterfaceDecl *SID) {
2213 ObjCIvarDecl* prevIvar = SID->lookupInstanceVariable(II);
2205 DiagnoseDuplicateIvars(ObjCInterfaceDecl *ID, ObjCInterfaceDecl *SID) argument
/external/clang/lib/Serialization/
H A DASTWriter.cpp3730 SelectorID &SID = SelectorIDs[Sel]; local
3731 if (SID == 0 && Chain) {
3736 if (SID == 0) {
3737 SID = NextSelectorID++;
3739 return SID;

Completed in 312 milliseconds