Home
last modified time | relevance | path

Searched defs:getCommon (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
DSectionKind.h194 static SectionKind getCommon() { return get(Common); } in getCommon() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DSectionKind.h228 static SectionKind getCommon() { return get(Common); } in getCommon() function
/external/clang/include/clang/AST/
DExpr.h3280 Expr *getCommon() const { return cast<Expr>(SubExprs[COMMON]); } in getCommon() function