Home
last modified time | relevance | path

Searched defs:setUsesFPIntrin (Results 1 – 2 of 2) 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