Home
last modified time | relevance | path

Searched defs:setUsesFPIntrin (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h458 void setUsesFPIntrin() { in setUsesFPIntrin() function
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2782 void setUsesFPIntrin(bool I) { FunctionDeclBits.UsesFPIntrin = I; } in setUsesFPIntrin() function