Home
last modified time | relevance | path

Searched refs:UnusedResult (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1468 FunctionDecl *UnusedResult = nullptr; in makeNewAndDeleteExpr() local
1474 UnusedResult, /*Diagnose=*/false); in makeNewAndDeleteExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticGroups.td1006 def UnusedResult : DiagGroup<"unused-result">;
1010 def UnusedValue : DiagGroup<"unused-value", [UnusedComparison, UnusedResult,
H A DDiagnosticSemaKinds.td9674 InGroup<UnusedResult>;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp4436 STATS_DECLTRACK_CSRET_ATTR(UnusedResult) in trackStatistics()