内置编译器函数列表 [英] List of builtin compiler functions

查看:69
本文介绍了内置编译器函数列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好。我想知道是否有编译器内置函数列表(请参阅此处获取GCC:https://gcc.gnu.org/onlinedocs/gcc-3.4.5/gcc/Other-Builtins.html)。我正在使用一个处理C ++代码的自定义工具,我需要知道内置编译器函数的签名
。我得到的错误与未声明的以下函数有关:

Hello. I was wondering if there's a list of compiler built-in functions (see here for GCC: https://gcc.gnu.org/onlinedocs/gcc-3.4.5/gcc/Other-Builtins.html). I am working with a custom tool that processes C++ code and I need to know the signatures of the builtin compiler functions. The errors I'm getting are related to the following functions being undeclared:

__ builtin_huge_val

__builtin_huge_valf

__builtin_nan

__builtin_nanf

__builtin_nans

__builtin_nansf

__builtin_huge_val
__builtin_huge_valf
__builtin_nan
__builtin_nanf
__builtin_nans
__builtin_nansf

我正在使用Visual Studio 2015 Update 3.

I'm using Visual Studio 2015 Update 3.

推荐答案

在Microsoft C ++中,内置函数称为内在函数。  请看这里。


这篇关于内置编译器函数列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆