Home
last modified time | relevance | path

Searched defs:UsesFPIntrin (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2481 TypeSourceInfo *TInfo, StorageClass SC, bool UsesFPIntrin, in Create()
2923 ExplicitSpecifier ES, bool UsesFPIntrin, bool isInline, in CXXConstructorDecl()
2964 ExplicitSpecifier ES, bool UsesFPIntrin, bool isInline, in Create()
3100 bool UsesFPIntrin, bool isInline, bool isImplicitlyDeclared, in Create()
3156 bool UsesFPIntrin, bool isInline, ExplicitSpecifier ES, in Create()
H A DDecl.cpp3071 bool UsesFPIntrin, bool isInlineSpecified, in FunctionDecl()
5505 TypeSourceInfo *TInfo, StorageClass SC, bool UsesFPIntrin, in Create()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h141 bool UsesFPIntrin : 1; variable
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2134 : FunctionDecl(DK, C, RD, StartLoc, NameInfo, T, TInfo, SC, UsesFPIntrin, in FunctionDecl() argument
2879 SC_None, UsesFPIntrin, isInline, ConstexprKind, in CXXMethodDecl() argument
2940 SC_None, UsesFPIntrin, isInline, ConstexprKind, in CXXMethodDecl() argument
H A DDecl.h2882 bool UsesFPIntrin() const { return FunctionDeclBits.UsesFPIntrin; } in UsesFPIntrin() function