Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInlineAsm.h137 bool hasMatchingInput() const { return MatchingInput != -1; } in hasMatchingInput() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h978 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput() function