Searched defs:UsesFPIntrin (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | DeclCXX.cpp | 2232 TypeSourceInfo *TInfo, StorageClass SC, bool UsesFPIntrin, in Create() 2617 ExplicitSpecifier ES, bool UsesFPIntrin, bool isInline, in CXXConstructorDecl() 2657 ExplicitSpecifier ES, bool UsesFPIntrin, bool isInline, in Create() 2791 bool UsesFPIntrin, bool isInline, bool isImplicitlyDeclared, in Create() 2824 bool UsesFPIntrin, bool isInline, ExplicitSpecifier ES, in Create()
|
H A D | Decl.cpp | 2968 bool UsesFPIntrin, bool isInlineSpecified, in FunctionDecl() 5079 TypeSourceInfo *TInfo, StorageClass SC, bool UsesFPIntrin, in Create()
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 139 bool UsesFPIntrin : 1; variable
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | DeclCXX.h | 2005 : FunctionDecl(DK, C, RD, StartLoc, NameInfo, T, TInfo, SC, UsesFPIntrin, in FunctionDecl() argument 2730 SC_None, UsesFPIntrin, isInline, ConstexprKind, in CXXMethodDecl() argument 2786 SC_None, UsesFPIntrin, isInline, ConstexprKind, in CXXMethodDecl() argument
|
H A D | Decl.h | 2702 bool UsesFPIntrin() const { return FunctionDeclBits.UsesFPIntrin; } in UsesFPIntrin() function
|