Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h135 bool HasOMPDeclareReductionCombiner : 1; variable
395 HasDroppedStmt(false), HasOMPDeclareReductionCombiner(false), in FunctionScopeInfo()
454 HasOMPDeclareReductionCombiner = true; in setHasOMPDeclareReductionCombiner()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp29 HasOMPDeclareReductionCombiner = false; in Clear()
H A DSemaExpr.cpp349 << getCurFunction()->HasOMPDeclareReductionCombiner; in DiagnoseUseOfDecl()