Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInlineAsm.h134 bool hasMatchingInput() const { return MatchingInput != -1; } in hasMatchingInput() function
/external/llvm/include/llvm/IR/
DInlineAsm.h135 bool hasMatchingInput() const { return MatchingInput != -1; } in hasMatchingInput() function
/external/llvm-project/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
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h941 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput() function