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

  /external/llvm/include/llvm/
InlineAsm.h 126 /// hasMatchingInput - Return true if this is an output constraint that has
128 bool hasMatchingInput() const { return MatchingInput != -1; }
  /external/clang/include/clang/Basic/
TargetInfo.h 424 /// hasMatchingInput - Return true if this output operand has a matching
426 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; }

Completed in 56 milliseconds