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

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

Completed in 364 milliseconds