Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h135 bool UsesFPIntrin : 1; variable
379 HasFallthroughStmt(false), UsesFPIntrin(false), in FunctionScopeInfo()
444 UsesFPIntrin = true; in setUsesFPIntrin()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DScopeInfo.cpp32 UsesFPIntrin = false; in Clear()
H A DSemaDecl.cpp14424 if (FSI->UsesFPIntrin && !FD->hasAttr<StrictFPAttr>()) in ActOnFinishFunctionBody()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h1614 uint64_t UsesFPIntrin : 1;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp2873 FunctionDeclBits.UsesFPIntrin = false; in FunctionDecl()