Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DRedeclarable.h259 Mergeable() {} in Mergeable() function
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DELFAsmParser.cpp362 bool Mergeable = Flags & ELF::SHF_MERGE; in ParseDirectiveSection() local
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp411 bool Mergeable = Flags & ELF::SHF_MERGE; in ParseSectionArguments() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp543 bool Mergeable = Flags & ELF::SHF_MERGE; in ParseSectionArguments() local
/external/cldr/tools/java/org/unicode/cldr/util/
DUnlocode.java35 public interface Mergeable<T> { interface in Unlocode