HomeSort by: relevance | last modified time | path
    Searched refs:HasSizeMismatch (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
X86.h 203 bool &HasSizeMismatch) const override {
208 HasSizeMismatch = RegSize != 32;
743 bool &HasSizeMismatch) const override {
748 HasSizeMismatch = RegSize != 64;
754 HasSizeMismatch);
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 1042 /// true in HasSizeMismatch if the size of the register doesn't match the
1046 bool &HasSizeMismatch) const {
1047 HasSizeMismatch = false;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 7343 bool HasSizeMismatch;
7349 HasSizeMismatch))
7351 else if (HasSizeMismatch)

Completed in 28 milliseconds