Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/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()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp32 UsesFPIntrin = false; in Clear()
H A DSemaDecl.cpp14480 if (FSI->UsesFPIntrin && !FD->hasAttr<StrictFPAttr>()) in ActOnFinishFunctionBody()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1614 uint64_t UsesFPIntrin : 1;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2866 FunctionDeclBits.UsesFPIntrin = false; in FunctionDecl()