Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DSectionKind.h212 static SectionKind getCommon() { return get(Common); } in getCommon() function
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h4249 Expr *getCommon() const { return cast<Expr>(SubExprs[COMMON]); } in getCommon() function