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

/external/llvm/include/llvm/IR/
H A DInlineAsm.h133 /// hasMatchingInput - Return true if this is an output constraint that has
135 bool hasMatchingInput() const { return MatchingInput != -1; } function in struct:llvm::InlineAsm::ConstraintInfo
/external/swiftshader/third_party/LLVM/include/llvm/
H A DInlineAsm.h125 /// hasMatchingInput - Return true if this is an output constraint that has
127 bool hasMatchingInput() const { return MatchingInput != -1; } function in struct:llvm::InlineAsm::ConstraintInfo
/external/clang/include/clang/Basic/
H A DTargetInfo.h627 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } function in struct:clang::TargetInfo::ConstraintInfo

Completed in 113 milliseconds