Home
last modified time | relevance | path

Searched refs:DestOK (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp345 bool DestOK = false; in expandAtomicBinOpSubword() local
502 DestOK = true; in expandAtomicBinOpSubword()
582 if (!DestOK) { in expandAtomicBinOpSubword()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7598 bool DestOK = checkBitCastConstexprEligibilityType( in checkBitCastConstexprEligibility() local
7600 bool SourceOK = DestOK && checkBitCastConstexprEligibilityType( in checkBitCastConstexprEligibility()