Home
last modified time | relevance | path

Searched refs:SClass (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSchedule.h360 int computeInstrLatency(const MCSubtargetInfo &STI, unsigned SClass) const;
/external/clang/include/clang/AST/
DDecl.h809 unsigned SClass : 3; variable
948 return (StorageClass) VarDeclBits.SClass; in getStorageClass()
1588 unsigned SClass : 2; variable
1688 SClass(S), in FunctionDecl()
2063 StorageClass getStorageClass() const { return StorageClass(SClass); } in getStorageClass()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1917 ObjCInterfaceDecl *SClass = ID->getSuperClass(); in CreateTypeDefinition() local
1918 if (SClass) { in CreateTypeDefinition()
1920 getOrCreateType(CGM.getContext().getObjCInterfaceType(SClass), Unit); in CreateTypeDefinition()
/external/clang/lib/AST/
DDecl.cpp1796 VarDeclBits.SClass = SC; in VarDecl()
1815 VarDeclBits.SClass = SC; in setStorageClass()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp764 FD->SClass = (StorageClass)Record[Idx++]; in VisitFunctionDecl()
1213 VD->VarDeclBits.SClass = (StorageClass)Record[Idx++]; in VisitVarDeclImpl()
DASTWriterDecl.cpp516 Record.push_back((int)D->SClass); // FIXME: stable encoding in VisitFunctionDecl()