Home
last modified time | relevance | path

Searched refs:setUsesFPIntrin (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h461 void setUsesFPIntrin() { in setUsesFPIntrin() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2785 void setUsesFPIntrin(bool I) { FunctionDeclBits.UsesFPIntrin = I; } in setUsesFPIntrin() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp403 FSI->setUsesFPIntrin(); in ActOnAfterCompoundStatementLeadingPragmas()