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

  /external/chromium_org/third_party/power_gadget/
PowerGadgetLib.h 44 typedef bool (*IPGGetRDTSC) (UINT64 *TSC);
68 bool GetRDTSC(UINT64 *TSC);
PowerGadgetLib.cpp 239 bool CIntelPowerGadgetLib::GetRDTSC(UINT64 *TSC)
241 return pGetRDTSC(TSC);
  /external/clang/lib/Sema/
DeclSpec.cpp 402 const char *DeclSpec::getSpecifierName(TSC C) {
530 bool DeclSpec::SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc,
534 return BadSpecifier(TSC, (TSCS)ThreadStorageClassSpec, PrevSpec, DiagID);
536 ThreadStorageClassSpec = TSC;
565 bool DeclSpec::SetTypeSpecComplex(TSC C, SourceLocation Loc,
569 return BadSpecifier(C, (TSC)TypeSpecComplex, PrevSpec, DiagID);
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 245 enum TSC {
319 /*TSC*/unsigned TypeSpecComplex : 2;
464 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; }
515 static const char *getSpecifierName(DeclSpec::TSC C);
602 bool SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc,
606 bool SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec,
    [all...]
  /external/clang/include/clang/AST/
Decl.h 811 void setTSCSpec(ThreadStorageClassSpecifier TSC) {
812 VarDeclBits.TSCSpec = TSC;
813 assert(VarDeclBits.TSCSpec == TSC && "truncation");
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 610 milliseconds