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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaConcept.cpp50 bool isAnd() const { return Op == OO_AmpAmp; } function in class:__anon787::LogicalBinOp
52 explicit operator bool() const { return isAnd() || isOr(); }
144 if (BO.isAnd() && !IsLHSSatisfied)
778 BO.isAnd() ? CCK_Conjunction : CCK_Disjunction);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 128 milliseconds