Searched refs:isRelatedTo (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp221 /// isRelatedTo - Check whether this class is "related" to \p RHS. Classes
223 bool isRelatedTo(const ClassInfo &RHS) const { function in struct:__anon15089::ClassInfo
321 if (isRelatedTo(RHS)) {
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DAsmMatcherEmitter.cpp189 /// isRelatedTo - Check whether this class is "related" to \arg RHS. Classes
191 bool isRelatedTo(const ClassInfo &RHS) const { function in struct:__anon23214::ClassInfo
249 if (!isRelatedTo(RHS))

Completed in 77 milliseconds