Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DSectionKind.h205 static SectionKind getCommon() { return get(Common); } in getCommon() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h4164 Expr *getCommon() const { return cast<Expr>(SubExprs[COMMON]); } in getCommon() function