Home
last modified time | relevance | path

Searched refs:TSC (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/Sema/
DDeclSpec.cpp427 const char *DeclSpec::getSpecifierName(TSC C) { in getSpecifierName()
555 bool DeclSpec::SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc, in SetStorageClassSpecThread() argument
559 return BadSpecifier(TSC, (TSCS)ThreadStorageClassSpec, PrevSpec, DiagID); in SetStorageClassSpecThread()
561 ThreadStorageClassSpec = TSC; in SetStorageClassSpecThread()
584 bool DeclSpec::SetTypeSpecComplex(TSC C, SourceLocation Loc, in SetTypeSpecComplex()
588 return BadSpecifier(C, (TSC)TypeSpecComplex, PrevSpec, DiagID); in SetTypeSpecComplex()
1152 if (DeclSpec::TSCS TSC = getThreadStorageClassSpec()) { in Finish() local
1154 SpecName += getSpecifierName(TSC); in Finish()
/external/clang/lib/CodeGen/
DTargetInfo.cpp6454 mutable TypeStringCache TSC; member in __anona890a3f31011::XCoreTargetCodeGenInfo
6617 CodeGen::CodeGenModule &CGM, TypeStringCache &TSC);
6623 if (getTypeString(Enc, D, CGM, TSC)) { in emitTargetMD()
6636 TypeStringCache &TSC);
6643 TypeStringCache &TSC) { in extractFieldType() argument
6657 if (!appendType(Enc, Field->getType(), CGM, TSC)) in extractFieldType()
6672 TypeStringCache &TSC, const IdentifierInfo *ID) { in appendRecordType() argument
6674 StringRef TypeString = TSC.lookupStr(ID); in appendRecordType()
6698 TSC.addIncomplete(ID, std::move(StubEnc)); in appendRecordType()
6699 if (!extractFieldType(FE, RD, CGM, TSC)) { in appendRecordType()
[all …]
/external/clang/include/clang/Sema/
DDeclSpec.h262 enum TSC { enum
481 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; } in getTypeSpecComplex()
532 static const char *getSpecifierName(DeclSpec::TSC C);
619 bool SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc,
623 bool SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec,
/external/clang/include/clang/AST/
DDecl.h866 void setTSCSpec(ThreadStorageClassSpecifier TSC) { in setTSCSpec() argument
867 VarDeclBits.TSCSpec = TSC; in setTSCSpec()
868 assert(VarDeclBits.TSCSpec == TSC && "truncation"); in setTSCSpec()
/external/regex-re2/benchlog/
Dbenchlog.mini70 machdep.cpu.features: FPU VME DE PSE TSC MSR PAE MCE CX8 APIC SEP MTRR PGE MCA CMOV PAT PSE36 CLFS…
Dbenchlog.wreck90 machdep.cpu.features: FPU VME DE PSE TSC MSR PAE MCE CX8 APIC SEP MTRR PGE MCA CMOV PAT PSE36 CLFSH…
/external/wpa_supplicant_8/hostapd/
DChangeLog986 * fixed group rekeying to send zero TSC in EAPOL-Key messages to fix
/external/fio/
DHOWTO1530 this means supporting TSC Invariant.