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.cpp277 if (!Warned) in LowerIntrinsicCall()
281 Warned = true; in LowerIntrinsicCall()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1189 bool Warned = false; in HelperToDiagnoseMismatchedMethodsInGlobalPool() local
1198 if (!Warned) { in HelperToDiagnoseMismatchedMethodsInGlobalPool()
1199 Warned = true; in HelperToDiagnoseMismatchedMethodsInGlobalPool()
1210 return Warned; in HelperToDiagnoseMismatchedMethodsInGlobalPool()
1221 bool Warned = false; in DiagnoseMismatchedSelectors() local
1229 Warned = true; in DiagnoseMismatchedSelectors()
1234 Method, ClsMethList) || Warned) in DiagnoseMismatchedSelectors()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp351 std::set<StringRef> Warned; in handleTargetFeaturesGroup() local
362 if (Warned.count(Name) == 0) { in handleTargetFeaturesGroup()
366 Warned.insert(Name); in handleTargetFeaturesGroup()