Searched defs:UsesFPIntrin (Results  1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ | 
| H A D | DeclCXX.cpp | 2314                       TypeSourceInfo *TInfo, StorageClass SC, bool UsesFPIntrin,  in Create()2724     ExplicitSpecifier ES, bool UsesFPIntrin, bool isInline,  in CXXConstructorDecl()
 2764     ExplicitSpecifier ES, bool UsesFPIntrin, bool isInline,  in Create()
 2898     bool UsesFPIntrin, bool isInline, bool isImplicitlyDeclared,  in Create()
 2931     bool UsesFPIntrin, bool isInline, ExplicitSpecifier ES,  in Create()
 
 | 
| H A D | Decl.cpp | 3033                            bool UsesFPIntrin, bool isInlineSpecified,  in FunctionDecl()5391                      TypeSourceInfo *TInfo, StorageClass SC, bool UsesFPIntrin,  in Create()
 
 | 
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ | 
| H A D | ScopeInfo.h | 141   bool UsesFPIntrin : 1;  variable
 | 
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ | 
| H A D | DeclCXX.h | 2077       : FunctionDecl(DK, C, RD, StartLoc, NameInfo, T, TInfo, SC, UsesFPIntrin,  in FunctionDecl()  argument2821                       SC_None, UsesFPIntrin, isInline, ConstexprKind,  in CXXMethodDecl()  argument
 2877                       SC_None, UsesFPIntrin, isInline, ConstexprKind,  in CXXMethodDecl()  argument
 
 | 
| H A D | Decl.h | 2781   bool UsesFPIntrin() const { return FunctionDeclBits.UsesFPIntrin; }  in UsesFPIntrin()  function
 |