Home
last modified time | relevance | path

Searched refs:isPlaceholder (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/lld/ELF/
H A DSymbols.cpp350 assert(!sym.isLocal() || sym.isPlaceholder()); in computeIsPreemptible()
403 if (isPlaceholder() || (isShared() && other.visibility() != STV_DEFAULT) || in resolve()
623 if (isPlaceholder()) { in resolve()
663 if (isPlaceholder()) { in resolve()
H A DLTO.cpp218 if (sym->isPlaceholder()) in BitcodeCompiler()
H A DSymbols.h183 bool isPlaceholder() const { return symbolKind == PlaceholderKind; } in isPlaceholder() function
H A DDriver.cpp1903 if (!sym->isPlaceholder() && pat->match(sym->getName())) in handleUndefinedGlob()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaCast.cpp139 bool isPlaceholder() const { in isPlaceholder() function
142 bool isPlaceholder(BuiltinType::Kind K) const { in isPlaceholder() function
165 if (!isPlaceholder() || isPlaceholder(BuiltinType::Overload)) in checkNonOverloadPlaceholders()
762 else if (isPlaceholder()) in CheckDynamicCast()
929 else if (isPlaceholder()) in CheckConstCast()
1154 if (ValueKind == VK_PRValue && !isPlaceholder(BuiltinType::Overload)) in CheckReinterpretCast()
1201 if (isPlaceholder()) { in CheckStaticCast()
1227 !isPlaceholder(BuiltinType::Overload)) { in CheckStaticCast()
2676 if (isPlaceholder()) { in CheckCXXCStyleCast()
2717 !isPlaceholder(BuiltinType::Overload)) { in CheckCXXCStyleCast()