Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h946 CI_HasMatchingInput = 0x08, // This output operand has a matching input. enumerator
978 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput()
1006 void setHasMatchingInput() { Flags |= CI_HasMatchingInput; } in setHasMatchingInput()