Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DInlineAsm.h135 bool hasMatchingInput() const { return MatchingInput != -1; } in hasMatchingInput() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInlineAsm.h135 bool hasMatchingInput() const { return MatchingInput != -1; } in hasMatchingInput() function
/external/clang/include/clang/Basic/
DTargetInfo.h627 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput() function