Home
last modified time | relevance | path

Searched refs:Overload (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp629 for (const auto &Overload : SLM.second.Signatures) { in EmitBuiltinTable() local
630 StringRef ExtName = Overload.first->getValueAsDef("Extension")->getName(); in EmitBuiltinTable()
632 Overload.first->getValueAsDef("MinVersion")->getValueAsInt("ID"); in EmitBuiltinTable()
634 Overload.first->getValueAsDef("MaxVersion")->getValueAsInt("ID"); in EmitBuiltinTable()
636 OS << " { " << Overload.second << ", " in EmitBuiltinTable()
637 << Overload.first->getValueAsListOfDefs("Signature").size() << ", " in EmitBuiltinTable()
638 << (Overload.first->getValueAsBit("IsPure")) << ", " in EmitBuiltinTable()
639 << (Overload.first->getValueAsBit("IsConst")) << ", " in EmitBuiltinTable()
640 << (Overload.first->getValueAsBit("IsConv")) << ", " in EmitBuiltinTable()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def277 // Overload should be the first placeholder type, or else change
279 PLACEHOLDER_TYPE(Overload, OverloadTy)
H A DCommentCommands.td331 def Overload : DeclarationVerbatimLineCommand<"overload">;
H A DType.h3175 return K >= Overload;
3195 return getKind() > Overload;
H A DExprCXX.h3170 assert(E->getType()->isSpecificBuiltinType(BuiltinType::Overload)); in find()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticOptions.def71 Ovl_All) /// Overload candidates to show.
H A DAttrDocs.td1179 * Overload resolution is not aware of ``diagnose_if`` attributes: they're
1285 void Foo(char *a, char *b); // Overload A
1287 void Foo(char *a PS(0), char *b PS(0)); // Overload B
1293 void Bar(void *a PS(0)); // Overload C
1295 void Bar(char *c PS(1)); // Overload D
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp186 case BuiltinType::Overload: in TypeIdxFromBuiltin()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp215 if (!isPlaceholder() || isPlaceholder(BuiltinType::Overload)) in checkNonOverloadPlaceholders()
1267 if (ValueKind == VK_PRValue && !isPlaceholder(BuiltinType::Overload)) in CheckReinterpretCast()
1327 if (claimPlaceholder(BuiltinType::Overload)) { in CheckStaticCast()
1341 !isPlaceholder(BuiltinType::Overload)) { in CheckStaticCast()
2775 if (claimPlaceholder(BuiltinType::Overload)) { in CheckCXXCStyleCast()
2804 !isPlaceholder(BuiltinType::Overload)) { in CheckCXXCStyleCast()
H A DSemaCoroutine.cpp1030 !E->hasPlaceholderType(BuiltinType::Overload)) { in BuildCoreturnStmt()
H A DSemaConcept.cpp130 Type->isSpecificBuiltinType(BuiltinType::Overload))) || in CheckConstraintExpression()
H A DSemaExpr.cpp6237 case BuiltinType::Overload: in isPlaceholderToRemoveAsArg()
14380 if (PTy->getKind() == BuiltinType::Overload) { in CheckAddressOfOperand()
15513 if (getLangOpts().CPlusPlus && pty->getKind() == BuiltinType::Overload) { in BuildBinOp()
15536 pty->getKind() == BuiltinType::Overload)) { in BuildBinOp()
15559 if (Opc == BO_Assign && pty->getKind() == BuiltinType::Overload) { in BuildBinOp()
15570 if (getLangOpts().CPlusPlus && pty->getKind() == BuiltinType::Overload && in BuildBinOp()
15940 (pty->getKind() == BuiltinType::Overload || in BuildUnaryOp()
21252 case BuiltinType::Overload: { in CheckPlaceholderExpr()
H A DSemaOverload.cpp1171 if (placeholder->getKind() == BuiltinType::Overload) return false; in checkPlaceholderForOverload()
1308 return OverloadKind::Overload; in CheckOverload()
1315 return OverloadKind::Overload; in CheckOverload()
H A DSemaCodeComplete.cpp881 case BuiltinType::Overload: in getSimplifiedTypeClass()
H A DSemaChecking.cpp758 case BuiltinType::Overload: in BuiltinDumpStruct()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp463 case BuiltinType::Overload: in getNSNumberFactoryMethodKind()
H A DTypeLoc.cpp401 case BuiltinType::Overload: in getWrittenTypeSpec()
H A DType.cpp3495 case Overload: in getName()
4993 case BuiltinType::Overload: in canHaveNullability()
H A DExpr.cpp1624 CalleeType->isSpecificPlaceholderType(BuiltinType::Overload)) { in getCallReturnType()
H A DASTContext.cpp1389 InitBuiltinType(OverloadTy, BuiltinType::Overload); in InitBuiltinTypes()
/freebsd/crypto/libecc/
H A DREADME.md999 * Overload `CC=sdcc` to change the default compiler.
1000 * Overload `AR=sdar` and `RANLIB=sdranlib` to overload the archives handling binaries (they are spe…
1002 * Overload `CFLAGS="-mbgz80 --std-sdcc99"` to specify the target, and ask for the C99 compatibility…
1003 * Overload `LDFLAGS=" "` with nothing since we do not want default gcc linking flags to break compi…
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1920 Function *Overload = Intrinsic::getOrInsertDeclaration( in visitFPTrunc() local
1925 CallInst::Create(Overload, {InnerTrunc}, OpBundles, II->getName()); in visitFPTrunc()
/freebsd/share/misc/
H A Dusb_hid_usages1362 0x65 Overload
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4113 case clang::BuiltinType::Overload: in GetMinimumLanguage()
5008 case clang::BuiltinType::Kind::Overload: in GetEncoding()
6090 case clang::BuiltinType::Overload: in GetNumPointeeChildren()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h810 Overload, enumerator

12