Searched defs:getRegParm (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h449 unsigned getRegParm() const { return RegParm; } function in class:clang::CodeGen::ABIArgInfo::CGFunctionInfo
453 getHasRegParm(), getRegParm(),
502 ID.AddInteger(info.getRegParm());
/external/clang/include/clang/AST/
H A DType.h2915 unsigned getRegParm() const { function in class:clang::FunctionType::ExtInfo
2979 unsigned getRegParmType() const { return getExtInfo().getRegParm(); }

Completed in 126 milliseconds