Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DIntrinsicLowering.h25 bool Warned = false; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp279 if (!Warned) in LowerIntrinsicCall()
283 Warned = true; in LowerIntrinsicCall()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1184 bool Warned = false; in HelperToDiagnoseMismatchedMethodsInGlobalPool() local
1193 if (!Warned) { in HelperToDiagnoseMismatchedMethodsInGlobalPool()
1194 Warned = true; in HelperToDiagnoseMismatchedMethodsInGlobalPool()
1205 return Warned; in HelperToDiagnoseMismatchedMethodsInGlobalPool()
1216 bool Warned = false; in DiagnoseMismatchedSelectors() local
1224 Warned = true; in DiagnoseMismatchedSelectors()
1229 Method, ClsMethList) || Warned) in DiagnoseMismatchedSelectors()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp359 std::set<StringRef> Warned; in handleTargetFeaturesGroup() local
370 if (Warned.count(Name) == 0) { in handleTargetFeaturesGroup()
374 Warned.insert(Name); in handleTargetFeaturesGroup()