Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceScriptStmt.h680 enum StmtKind { StBase = 0, StBlock = 1, StValue = 2 }; enumerator
724 StmtKind getKind() const override { return StValue; } in getKind()
726 return S->getKind() == StValue; in classof()