Home
last modified time | relevance | path

Searched defs:IsSame (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h88 bool IsSame() const { return m_type == same; } in IsSame() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5472 bool IsSame = MinMax->getPredicate() == ICmpInst::getStrictPredicate(Pred); in foldICmpWithMinMax() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp8532 bool IsSame = Context.isSameEntity(NewDecl, OldConcept); in CheckConceptRedefinition() local