Home
last modified time | relevance | path

Searched refs:UsesFPIntrin (Results 1 – 25 of 63) sorted by relevance

123

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/Sema/
H A DScopeInfo.h135 bool UsesFPIntrin : 1; variable
379 HasFallthroughStmt(false), UsesFPIntrin(false), in FunctionScopeInfo()
444 UsesFPIntrin = true; in setUsesFPIntrin()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/Sema/
H A DScopeInfo.h131 bool UsesFPIntrin : 1; variable
375 HasFallthroughStmt(false), UsesFPIntrin(false), in FunctionScopeInfo()
439 UsesFPIntrin = true; in setUsesFPIntrin()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/Sema/
H A DScopeInfo.h135 bool UsesFPIntrin : 1; variable
379 HasFallthroughStmt(false), UsesFPIntrin(false), in FunctionScopeInfo()
444 UsesFPIntrin = true; in setUsesFPIntrin()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/Sema/
H A DScopeInfo.h135 bool UsesFPIntrin : 1; variable
379 HasFallthroughStmt(false), UsesFPIntrin(false), in FunctionScopeInfo()
444 UsesFPIntrin = true; in setUsesFPIntrin()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/Sema/
H A DScopeInfo.h131 bool UsesFPIntrin : 1; variable
375 HasFallthroughStmt(false), UsesFPIntrin(false), in FunctionScopeInfo()
439 UsesFPIntrin = true; in setUsesFPIntrin()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h135 bool UsesFPIntrin : 1; variable
379 HasFallthroughStmt(false), UsesFPIntrin(false), in FunctionScopeInfo()
444 UsesFPIntrin = true; in setUsesFPIntrin()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/Sema/
H A DScopeInfo.h131 bool UsesFPIntrin : 1; variable
375 HasFallthroughStmt(false), UsesFPIntrin(false), in FunctionScopeInfo()
439 UsesFPIntrin = true; in setUsesFPIntrin()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/Sema/
H A DScopeInfo.h135 bool UsesFPIntrin : 1; variable
379 HasFallthroughStmt(false), UsesFPIntrin(false), in FunctionScopeInfo()
444 UsesFPIntrin = true; in setUsesFPIntrin()
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/Sema/
H A DScopeInfo.h135 bool UsesFPIntrin : 1; variable
379 HasFallthroughStmt(false), UsesFPIntrin(false), in FunctionScopeInfo()
444 UsesFPIntrin = true; in setUsesFPIntrin()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DDeclCXX.h1955 bool UsesFPIntrin, bool isInline,
1958 : FunctionDecl(DK, C, RD, StartLoc, NameInfo, T, TInfo, SC, UsesFPIntrin, in FunctionDecl() argument
1968 StorageClass SC, bool UsesFPIntrin, bool isInline,
2416 bool UsesFPIntrin, bool isInline,
2459 ExplicitSpecifier ES, bool UsesFPIntrin, bool isInline,
2679 TypeSourceInfo *TInfo, bool UsesFPIntrin, bool isInline,
2683 SC_None, UsesFPIntrin, isInline, ConstexprKind, in CXXMethodDecl() argument
2694 bool UsesFPIntrin, bool isInline, bool isImplicitlyDeclared,
2734 TypeSourceInfo *TInfo, bool UsesFPIntrin, bool isInline,
2739 SC_None, UsesFPIntrin, isInline, ConstexprKind, in CXXMethodDecl() argument
[all …]
H A DDecl.h1995 TypeSourceInfo *TInfo, StorageClass S, bool UsesFPIntrin,
2030 TypeSourceInfo *TInfo, StorageClass SC, bool UsesFPIntrin = false,
2036 UsesFPIntrin, isInlineSpecified,
2044 StorageClass SC, bool UsesFPIntrin, bool isInlineSpecified,
2601 bool UsesFPIntrin() const { return FunctionDeclBits.UsesFPIntrin; } in UsesFPIntrin() function
2605 void setUsesFPIntrin(bool I) { FunctionDeclBits.UsesFPIntrin = I; } in setUsesFPIntrin()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/AST/
H A DDeclCXX.cpp2184 TypeSourceInfo *TInfo, StorageClass SC, bool UsesFPIntrin, in Create() argument
2189 CXXMethod, C, RD, StartLoc, NameInfo, T, TInfo, SC, UsesFPIntrin, in Create()
2569 ExplicitSpecifier ES, bool UsesFPIntrin, bool isInline, in CXXConstructorDecl() argument
2573 SC_None, UsesFPIntrin, isInline, ConstexprKind, in CXXConstructorDecl()
2609 ExplicitSpecifier ES, bool UsesFPIntrin, bool isInline, in Create() argument
2619 C, RD, StartLoc, NameInfo, T, TInfo, ES, UsesFPIntrin, isInline, in Create()
2743 bool UsesFPIntrin, bool isInline, bool isImplicitlyDeclared, in Create() argument
2749 C, RD, StartLoc, NameInfo, T, TInfo, UsesFPIntrin, isInline, in Create()
2776 bool UsesFPIntrin, bool isInline, ExplicitSpecifier ES, in Create() argument
2783 C, RD, StartLoc, NameInfo, T, TInfo, UsesFPIntrin, isInline, ES, in Create()
H A DDecl.cpp2879 bool UsesFPIntrin, bool isInlineSpecified, in FunctionDecl() argument
2905 FunctionDeclBits.UsesFPIntrin = UsesFPIntrin; in FunctionDecl()
4889 TypeSourceInfo *TInfo, StorageClass SC, bool UsesFPIntrin, in Create() argument
4894 Function, C, DC, StartLoc, NameInfo, T, TInfo, SC, UsesFPIntrin, in Create()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DScopeInfo.cpp32 UsesFPIntrin = false; in Clear()
H A DSemaTemplateInstantiateDecl.cpp2034 D->getCanonicalDecl()->getStorageClass(), D->UsesFPIntrin(), in VisitFunctionDecl()
2390 InstantiatedExplicitSpecifier, Constructor->UsesFPIntrin(), in VisitCXXMethodDecl()
2398 Destructor->UsesFPIntrin(), Destructor->isInlineSpecified(), false, in VisitCXXMethodDecl()
2407 Conversion->UsesFPIntrin(), Conversion->isInlineSpecified(), in VisitCXXMethodDecl()
2414 D->UsesFPIntrin(), D->isInlineSpecified(), D->getConstexprKind(), in VisitCXXMethodDecl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DScopeInfo.cpp32 UsesFPIntrin = false; in Clear()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DScopeInfo.cpp32 UsesFPIntrin = false; in Clear()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DScopeInfo.cpp32 UsesFPIntrin = false; in Clear()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DScopeInfo.cpp32 UsesFPIntrin = false; in Clear()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp32 UsesFPIntrin = false; in Clear()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DScopeInfo.cpp32 UsesFPIntrin = false; in Clear()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DScopeInfo.cpp32 UsesFPIntrin = false; in Clear()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DScopeInfo.cpp32 UsesFPIntrin = false; in Clear()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DDeclBase.h1569 uint64_t UsesFPIntrin : 1; variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DDeclBase.h1570 uint64_t UsesFPIntrin : 1; variable

123