Home
last modified time | relevance | path

Searched defs:hasMatchingInput (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInlineAsm.h135 bool hasMatchingInput() const { return MatchingInput != -1; } in hasMatchingInput() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h833 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput() function