Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DSectionKind.h194 static SectionKind getCommon() { return get(Common); } in getCommon() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DSectionKind.h200 static SectionKind getCommon() { return get(Common); } in getCommon() function
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestDTDAttributes.java236 private <T extends Collection> T getCommon(T a, T b, T result) { in getCommon() method in TestDTDAttributes
/external/clang/include/clang/AST/
DExpr.h3280 Expr *getCommon() const { return cast<Expr>(SubExprs[COMMON]); } in getCommon() function