Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheckImpl.h75 bool operator==(Kind OtherValue) const { return Value == OtherValue; }
77 bool operator!=(Kind OtherValue) const { return !(*this == OtherValue); }
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp222 static auto makeBooleanOptionNormalizer(bool Value, bool OtherValue, in makeBooleanOptionNormalizer() argument
224 return [Value, OtherValue, in makeBooleanOptionNormalizer()
228 return A->getOption().matches(Opt) ? Value : OtherValue; in makeBooleanOptionNormalizer()