Home
last modified time | relevance | path

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

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