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

/external/llvm/include/llvm/MC/
H A DSectionKind.h194 static SectionKind getCommon() { return get(Common); } function in class:llvm::SectionKind
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DSectionKind.h228 static SectionKind getCommon() { return get(Common); } function in class:llvm::SectionKind
/external/clang/include/clang/AST/
H A DExpr.h3277 /// \brief getCommon - Return the common expression, written to the
3280 Expr *getCommon() const { return cast<Expr>(SubExprs[COMMON]); } function in class:clang::StringLiteral::final::CallExpr::BinaryConditionalOperator
3304 return getCommon()->getLocStart();

Completed in 210 milliseconds