Searched defs:getRegParm (Results 1 - 2 of 2) sorted by relevance
/external/clang/include/clang/CodeGen/ | ||
H A D | CGFunctionInfo.h | 583 unsigned getRegParm() const { return RegParm; } function in class:clang::CodeGen::ABIArgInfo::final 587 getHasRegParm(), getRegParm(), 652 ID.AddInteger(info.getRegParm()); |
/external/clang/include/clang/AST/ | ||
H A D | Type.h | 2951 unsigned getRegParm() const { function in class:clang::FunctionType::ExtInfo 3015 unsigned getRegParmType() const { return getExtInfo().getRegParm(); } |
Completed in 308 milliseconds