Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h109 bool HasOMPDeclareReductionCombiner; variable
353 HasOMPDeclareReductionCombiner = true; in setHasOMPDeclareReductionCombiner()
382 HasOMPDeclareReductionCombiner(false), in FunctionScopeInfo()
/external/clang/lib/Sema/
DScopeInfo.cpp31 HasOMPDeclareReductionCombiner = false; in Clear()
DSemaExpr.cpp379 << getCurFunction()->HasOMPDeclareReductionCombiner; in DiagnoseUseOfDecl()