Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h109 bool HasOMPDeclareReductionCombiner; variable
353 HasOMPDeclareReductionCombiner = true; in setHasOMPDeclareReductionCombiner()
382 HasOMPDeclareReductionCombiner(false), in FunctionScopeInfo()
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h125 bool HasOMPDeclareReductionCombiner : 1; variable
374 HasDroppedStmt(false), HasOMPDeclareReductionCombiner(false), in FunctionScopeInfo()
431 HasOMPDeclareReductionCombiner = true; in setHasOMPDeclareReductionCombiner()
/external/clang/lib/Sema/
DScopeInfo.cpp31 HasOMPDeclareReductionCombiner = false; in Clear()
DSemaExpr.cpp379 << getCurFunction()->HasOMPDeclareReductionCombiner; in DiagnoseUseOfDecl()
/external/llvm-project/clang/lib/Sema/
DScopeInfo.cpp30 HasOMPDeclareReductionCombiner = false; in Clear()
DSemaExpr.cpp333 << getCurFunction()->HasOMPDeclareReductionCombiner; in DiagnoseUseOfDecl()