Home
last modified time | relevance | path

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

12

/freebsd-12.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-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DBuiltinTypes.def272 // Overload should be the first placeholder type, or else change
274 PLACEHOLDER_TYPE(Overload, OverloadTy)
H A DCommentCommands.td221 def Overload : DeclarationVerbatimLineCommand<"overload">;
H A DType.h2449 return K >= Overload;
2469 return getKind() > Overload;
H A DExprCXX.h2696 assert(E->getType()->isSpecificBuiltinType(BuiltinType::Overload)); in find()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticOptions.def69 Ovl_All) /// Overload candidates to show.
H A DAttrDocs.td572 * Overload resolution is not aware of ``diagnose_if`` attributes: they're
668 void Foo(char *a, char *b); // Overload A
670 void Foo(char *a PS(0), char *b PS(0)); // Overload B
676 void Bar(void *a PS(0)); // Overload C
678 void Bar(char *c PS(1)); // Overload D
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp153 if (!isPlaceholder() || isPlaceholder(BuiltinType::Overload)) in checkNonOverloadPlaceholders()
948 if (ValueKind == VK_RValue && !isPlaceholder(BuiltinType::Overload)) in CheckReinterpretCast()
1001 if (claimPlaceholder(BuiltinType::Overload)) { in CheckStaticCast()
1015 !isPlaceholder(BuiltinType::Overload)) { in CheckStaticCast()
2328 if (claimPlaceholder(BuiltinType::Overload)) { in CheckCXXCStyleCast()
2349 !isPlaceholder(BuiltinType::Overload)) { in CheckCXXCStyleCast()
H A DSemaCoroutine.cpp837 !E->getType()->isSpecificPlaceholderType(BuiltinType::Overload)) { in BuildCoreturnStmt()
H A DSemaExpr.cpp5168 case BuiltinType::Overload: in isPlaceholderToRemoveAsArg()
11746 if (PTy->getKind() == BuiltinType::Overload) { in CheckAddressOfOperand()
12779 if (getLangOpts().CPlusPlus && pty->getKind() == BuiltinType::Overload) { in BuildBinOp()
12802 pty->getKind() == BuiltinType::Overload)) { in BuildBinOp()
12825 if (Opc == BO_Assign && pty->getKind() == BuiltinType::Overload) { in BuildBinOp()
12835 if (getLangOpts().CPlusPlus && pty->getKind() == BuiltinType::Overload && in BuildBinOp()
13142 (pty->getKind() == BuiltinType::Overload || in BuildUnaryOp()
16724 case BuiltinType::Overload: { in CheckPlaceholderExpr()
H A DSemaCodeComplete.cpp606 case BuiltinType::Overload: in getSimplifiedTypeClass()
H A DSemaOverload.cpp897 if (placeholder->getKind() == BuiltinType::Overload) return false; in checkPlaceholderForOverload()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTCommon.cpp184 case BuiltinType::Overload: in TypeIdxFromBuiltin()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTypeLoc.cpp375 case BuiltinType::Overload: in getWrittenTypeSpec()
H A DNSAPI.cpp488 case BuiltinType::Overload: in getNSNumberFactoryMethodKind()
H A DType.cpp2761 case Overload: in getName()
3764 case BuiltinType::Overload: in canHaveNullability()
H A DASTContext.cpp1259 InitBuiltinType(OverloadTy, BuiltinType::Overload); in InitBuiltinTypes()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1656 Function *Overload = Intrinsic::getDeclaration(FPT.getModule(), in visitFPTrunc() local
1660 CallInst *NewCI = CallInst::Create(Overload, { InnerTrunc }, OpBundles, in visitFPTrunc()
/freebsd-12.1/share/misc/
H A Dusb_hid_usages1363 0x65 Overload
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp4325 case clang::BuiltinType::Overload: in GetMinimumLanguage()
5229 case clang::BuiltinType::Kind::Overload: in GetEncoding()
6490 case clang::BuiltinType::Overload: in GetNumPointeeChildren()
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20001019 * include/bits/stl_tree.h: Overload operators == and != to be able
2720 * bits/std_cmath.h (std::abs): Overload for int and long.
/freebsd-12.1/contrib/gdb/gdb/
H A DNEWS847 C++ support has been greatly improved. Overload resolution now works properly
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog-19943405 * class.c (pushclass): Overload the template name whenever pushing
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dgdb.info-17148 Overload resolution is always performed, unless you have specified
/freebsd-12.1/contrib/gcc/
H A DChangeLog-20066843 * common.opt (flag_mudflap_threads): Overload flag_mudflap.

12