HomeSort by relevance Sort by last modified time
    Searched refs:getHasRegParm (Results 1 - 8 of 8) sorted by null

  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 424 bool getHasRegParm() const { return HasRegParm; }
429 getHasRegParm(), getRegParm(),
468 ID.AddBoolean(info.getHasRegParm());
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 543 FI->HasRegParm = info.getHasRegParm();
    [all...]
TargetInfo.cpp 955 else if (FI.getHasRegParm())
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 188 Record.push_back(C.getHasRegParm());
    [all...]

Completed in 61 milliseconds