Searched refs:functionTypeCode (Results 1 – 2 of 2) sorted by relevance
136 void SetFunctionType(char functionTypeCode);
261 void panda::guard::Function::SetFunctionType(char functionTypeCode) in SetFunctionType() argument263 … PANDA_GUARD_ASSERT_PRINT(FUNCTION_TYPE_MAP.find(functionTypeCode) == FUNCTION_TYPE_MAP.end(), TAG, in SetFunctionType()264 … ErrorCode::GENERIC_ERROR, "unsupported function type code:" << functionTypeCode); in SetFunctionType()266 this->type_ = FUNCTION_TYPE_MAP.at(functionTypeCode); in SetFunctionType()