Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp588 for (const auto &Overload : SLM.second.Signatures) { in EmitBuiltinTable() local
589 StringRef ExtName = Overload.first->getValueAsDef("Extension")->getName(); in EmitBuiltinTable()
591 Overload.first->getValueAsDef("MinVersion")->getValueAsInt("ID"); in EmitBuiltinTable()
593 Overload.first->getValueAsDef("MaxVersion")->getValueAsInt("ID"); in EmitBuiltinTable()
595 OS << " { " << Overload.second << ", " in EmitBuiltinTable()
596 << Overload.first->getValueAsListOfDefs("Signature").size() << ", " in EmitBuiltinTable()
597 << (Overload.first->getValueAsBit("IsPure")) << ", " in EmitBuiltinTable()
598 << (Overload.first->getValueAsBit("IsConst")) << ", " in EmitBuiltinTable()
599 << (Overload.first->getValueAsBit("IsConv")) << ", " in EmitBuiltinTable()
/freebsd-13.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-generated-function-mockers.h.pump117 // // Overload 1
119 // // Overload 2. Declared const so that the compiler will generate an
128 // // Overload 3
130 // // Overload 4
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def274 // Overload should be the first placeholder type, or else change
276 PLACEHOLDER_TYPE(Overload, OverloadTy)
H A DCommentCommands.td223 def Overload : DeclarationVerbatimLineCommand<"overload">;
H A DType.h2553 return K >= Overload;
2573 return getKind() > Overload;
H A DExprCXX.h2941 assert(E->getType()->isSpecificBuiltinType(BuiltinType::Overload)); in find()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticOptions.def71 Ovl_All) /// Overload candidates to show.
H A DAttrDocs.td769 * Overload resolution is not aware of ``diagnose_if`` attributes: they're
866 void Foo(char *a, char *b); // Overload A
868 void Foo(char *a PS(0), char *b PS(0)); // Overload B
874 void Bar(void *a PS(0)); // Overload C
876 void Bar(char *c PS(1)); // Overload D
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp165 if (!isPlaceholder() || isPlaceholder(BuiltinType::Overload)) in checkNonOverloadPlaceholders()
1138 if (ValueKind == VK_PRValue && !isPlaceholder(BuiltinType::Overload)) in CheckReinterpretCast()
1197 if (claimPlaceholder(BuiltinType::Overload)) { in CheckStaticCast()
1211 !isPlaceholder(BuiltinType::Overload)) { in CheckStaticCast()
2665 if (claimPlaceholder(BuiltinType::Overload)) { in CheckCXXCStyleCast()
2686 !isPlaceholder(BuiltinType::Overload)) { in CheckCXXCStyleCast()
H A DSemaConcept.cpp96 Type->isSpecificBuiltinType(BuiltinType::Overload))) || in CheckConstraintExpression()
H A DSemaCoroutine.cpp971 !E->getType()->isSpecificPlaceholderType(BuiltinType::Overload)) { in BuildCoreturnStmt()
H A DSemaExpr.cpp6144 case BuiltinType::Overload: in isPlaceholderToRemoveAsArg()
13541 if (PTy->getKind() == BuiltinType::Overload) { in CheckAddressOfOperand()
14632 if (getLangOpts().CPlusPlus && pty->getKind() == BuiltinType::Overload) { in BuildBinOp()
14655 pty->getKind() == BuiltinType::Overload)) { in BuildBinOp()
14678 if (Opc == BO_Assign && pty->getKind() == BuiltinType::Overload) { in BuildBinOp()
14688 if (getLangOpts().CPlusPlus && pty->getKind() == BuiltinType::Overload && in BuildBinOp()
15045 (pty->getKind() == BuiltinType::Overload || in BuildUnaryOp()
19672 case BuiltinType::Overload: { in CheckPlaceholderExpr()
H A DSemaCodeComplete.cpp851 case BuiltinType::Overload: in getSimplifiedTypeClass()
H A DSemaOverload.cpp962 if (placeholder->getKind() == BuiltinType::Overload) return false; in checkPlaceholderForOverload()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp183 case BuiltinType::Overload: in TypeIdxFromBuiltin()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp383 case BuiltinType::Overload: in getWrittenTypeSpec()
H A DNSAPI.cpp484 case BuiltinType::Overload: in getNSNumberFactoryMethodKind()
H A DType.cpp3044 case Overload: in getName()
4098 case BuiltinType::Overload: in canHaveNullability()
H A DExpr.cpp1540 CalleeType->isSpecificPlaceholderType(BuiltinType::Overload)) { in getCallReturnType()
H A DASTContext.cpp1379 InitBuiltinType(OverloadTy, BuiltinType::Overload); in InitBuiltinTypes()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1899 Function *Overload = Intrinsic::getDeclaration(FPT.getModule(), in visitFPTrunc() local
1904 CallInst::Create(Overload, {InnerTrunc}, OpBundles, II->getName()); in visitFPTrunc()
/freebsd-13.1/share/misc/
H A Dusb_hid_usages1363 0x65 Overload
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4052 case clang::BuiltinType::Overload: in GetMinimumLanguage()
4885 case clang::BuiltinType::Kind::Overload: in GetEncoding()
6027 case clang::BuiltinType::Overload: in GetNumPointeeChildren()