Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/IR/
HDInlineAsm.h134 bool hasMatchingInput() const { return MatchingInput != -1; } in hasMatchingInput() function
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDTargetInfo.h578 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput() function