Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1054 CI_HasMatchingInput = 0x08, // This output operand has a matching input. enumerator
1086 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput()
1113 void setHasMatchingInput() { Flags |= CI_HasMatchingInput; } in setHasMatchingInput()