HomeSort by: relevance | last modified time | path
    Searched defs:hasMatchingInput (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
InlineAsm.h 135 /// hasMatchingInput - Return true if this is an output constraint that has
137 bool hasMatchingInput() const { return MatchingInput != -1; }
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 978 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; }

Completed in 53 milliseconds