Searched defs:getHasRegParm (Results 1 - 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ | ||
H A D | CGCall.h | 172 bool getHasRegParm() const { return HasRegParm; } function in class:clang::CodeGen::CGFunctionInfo 199 ID.AddBoolean(Info.getHasRegParm()); |
/external/clang/include/clang/AST/ | ||
H A D | Type.h | 2494 bool getHasRegParm() const { return (Bits >> RegParmOffset) != 0; } function in class:clang::FunctionType::ExtInfo 2568 bool getHasRegParm() const { return getExtInfo().getHasRegParm(); } |
Completed in 677 milliseconds