Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h75 bool operator==(Kind OtherValue) const { return Value == OtherValue; }
77 bool operator!=(Kind OtherValue) const { return !(*this == OtherValue); }
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp323 static auto makeBooleanOptionNormalizer(bool Value, bool OtherValue, in makeBooleanOptionNormalizer() argument
325 return [Value, OtherValue, in makeBooleanOptionNormalizer()
329 return A->getOption().matches(Opt) ? Value : OtherValue; in makeBooleanOptionNormalizer()