HomeSort by relevance Sort by last modified time
    Searched defs:hasMatchingInput (Results 1 - 2 of 2) sorted by null

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

Completed in 57 milliseconds