Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DSectionKind.h194 static SectionKind getCommon() { return get(Common); } in getCommon() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DSectionKind.h201 static SectionKind getCommon() { return get(Common); } in getCommon() function
/external/cldr/tools/java/org/unicode/cldr/icu/
DIcuTextWriter.java338 private static int getCommon(String[] lastLabels, String[] labels) { in getCommon() method in IcuTextWriter
/external/cldr/tools/cldr-unittest/src/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