Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h124 bool HasOMPDeclareReductionCombiner : 1; variable
368 HasDroppedStmt(false), HasOMPDeclareReductionCombiner(false), in FunctionScopeInfo()
413 HasOMPDeclareReductionCombiner = true; in setHasOMPDeclareReductionCombiner()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DScopeInfo.cpp31 HasOMPDeclareReductionCombiner = false; in Clear()
H A DSemaExpr.cpp309 << getCurFunction()->HasOMPDeclareReductionCombiner; in DiagnoseUseOfDecl()