| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/ |
| HD | XCoreFrameLowering.cpp | 101 int &Adjusted, int FrameSize, bool emitFrameMoves) { in IfNeededExtSP() argument 102 while (OffsetFromTop > Adjusted) { in IfNeededExtSP() 103 assert(Adjusted < FrameSize && "OffsetFromTop is beyond FrameSize"); in IfNeededExtSP() 104 int remaining = FrameSize - Adjusted; in IfNeededExtSP() 108 Adjusted += OpImm; in IfNeededExtSP() 110 EmitDefCfaOffset(MBB, MBBI, dl, TII, Adjusted*4); in IfNeededExtSP() 249 int Adjusted = 0; in emitPrologue() local 261 Adjusted = (FrameSize > MaxImmU16) ? MaxImmU16 : FrameSize; in emitPrologue() 262 int Opcode = isImmU6(Adjusted) ? XCore::ENTSP_u6 : XCore::ENTSP_lu6; in emitPrologue() 265 MIB.addImm(Adjusted); in emitPrologue() [all …]
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/ |
| HD | TypeBitCodes.def | 53 TYPE_BIT_CODE(Adjusted, ADJUSTED, 42)
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | ODRHash.cpp | 763 QualType Adjusted = T->getAdjustedType(); in VisitAdjustedType() local 768 SplitQualType split = Adjusted.split(); in VisitAdjustedType() 784 AddQualType(Adjusted); in VisitAdjustedType()
|
| HD | JSONNodeDumper.cpp | 1271 QualType Adjusted = CTE->getTypeOperand(Ctx); in VisitCXXTypeidExpr() local 1274 if (Adjusted != Unadjusted) in VisitCXXTypeidExpr() 1275 JOS.attribute("adjustedTypeArg", createQualType(Adjusted)); in VisitCXXTypeidExpr()
|
| HD | TypePrinter.cpp | 245 case Type::Adjusted: in canPrefixQualifiers()
|
| HD | ASTStructuralEquivalence.cpp | 482 case Type::Adjusted: in IsStructurallyEquivalent()
|
| HD | ItaniumMangle.cpp | 1975 case Type::Adjusted: in mangleUnresolvedTypeOrSimpleId()
|
| HD | ASTContext.cpp | 2213 case Type::Adjusted: in getTypeInfoImpl() 3139 AdjustedType(Type::Adjusted, Orig, New, Canonical); in getAdjustedType()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | ScaledNumber.h | 704 auto Adjusted = ScaledNumbers::getAdjusted<DigitsT>(N, Shift); in adjustToWidth() local 705 return Adjusted; in adjustToWidth()
|
| /freebsd-11-stable/contrib/binutils/include/aout/ |
| HD | ChangeLog | 166 (_N_BADMAG): Adjusted.
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | Type.h | 2694 return T->getTypeClass() == Adjusted || T->getTypeClass() == Decayed; 7086 QualType Adjusted = getAdjustedType(); 7087 (void)AttributedType::stripOuterNullability(Adjusted); 7088 assert(isa<PointerType>(Adjusted));
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaTemplate.cpp | 8972 QualType Adjusted = Function->getType(); in CheckMemberSpecialization() local 8973 if (!hasExplicitCallingConv(Adjusted)) in CheckMemberSpecialization() 8974 Adjusted = adjustCCAndNoReturn(Adjusted, Method->getType()); in CheckMemberSpecialization() 8977 if (Context.hasSameType(Adjusted, Method->getType())) { in CheckMemberSpecialization() 9915 QualType Adjusted = adjustCCAndNoReturn(R, Method->getType(), in ActOnExplicitInstantiation() local 9917 if (Context.hasSameUnqualifiedType(Method->getType(), Adjusted)) { in ActOnExplicitInstantiation()
|
| /freebsd-11-stable/contrib/groff/contrib/mom/ |
| HD | NEWS | 122 Adjusted vertical placement of hyphens around page numbering when
|
| HD | ChangeLog | 265 o Adjusted vertical placement of hyphens around page numbering
|
| /freebsd-11-stable/contrib/gcc/cp/ |
| HD | ChangeLog | 339 finish_id_expression): Adjusted the call to perform_or_defer_access_check. 341 perform_or_defer_access_check): Adjusted the call to enforce_access. 347 (eof_token): Adjusted due to the change in struct cp_token. 381 (cp_parser_template_declaration_after_export): Adjusted the call to 387 (cp_parser_simple_declaration): Adjusted the call to 389 (cp_parser_explicit_specialization): Adjusted the call to 392 Adjusted the call to perform_or_defer_access_check. 393 * init.c (build_offset_ref): Adjusted the call to 402 (build_op_delete_call): Adjusted the call to
|
| /freebsd-11-stable/contrib/ntp/sntp/libevent/ |
| HD | ChangeLog-1.4 | 14 o Adjusted fcntl() retval comparison on evutil_make_socket_nonblocking(). (5f2e250 Jardel Weyrich)
|
| HD | ChangeLog-2.0 | 930 o Adjusted fcntl() retval comparison on evutil_make_socket_nonblocking(). (4df7dbc Jardel Weyrich)
|
| /freebsd-11-stable/contrib/binutils/bfd/ |
| HD | ChangeLog-9193 | 218 (nlm_alpha_backend_data): Adjusted accordingly. 354 (nlm_write_external_func): Adjusted for field renaming. 360 (nlm32_i386_backend): Adjusted for changes to fields and names. 367 (nlm32_sparc_backend): Adjusted for changes to fields and names. 784 * elf32-target.h: Adjusted elf_backend_data initialization 2998 bfd_alloc_grow): Adjusted prototypes for arg type change. 4110 * Makefile.in: Adjusted. 4225 * Makefile.in, config/*-elf.mt, targets.c: Adjusted. 4263 * Adjusted all uses of JUMP_TABLE. 5676 (RTYPE2HOWTO): Adjusted to use switch.
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CodeGenFunction.cpp | 1996 case Type::Adjusted: in EmitVariablyModifiedType()
|
| HD | CGDebugInfo.cpp | 2934 case Type::Adjusted: in UnwrapTypeForDebugInfo() 3105 case Type::Adjusted: in CreateTypeNode()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/ |
| HD | ClangASTContext.cpp | 3903 case clang::Type::Adjusted: in GetTypeClass() 4707 case clang::Type::Adjusted: in GetEncoding() 4849 case clang::Type::Adjusted: in GetFormat()
|
| /freebsd-11-stable/contrib/mdocml/ |
| HD | NEWS | 944 * Adjusted merge of the significant work by Ingo Schwarze
|
| /freebsd-11-stable/contrib/binutils/gas/ |
| HD | ChangeLog-9295 | 216 * configure.in: Adjusted. 4469 * configure.in, configure: Adjusted. 10394 md_number_to_chars, md_section_align): Adjusted to use valueT, 10476 md_number_to_chars, md_section_align): Adjusted. 10480 md_section_align): Adjusted. 11442 * configure.in: Adjusted. 11591 does not support a non sign extended high 16 bits reloc. Adjusted 12300 * Makefile.in (REAL_SOURCES, OBJS): Adjusted.
|
| /freebsd-11-stable/contrib/binutils/ld/ |
| HD | ChangeLog-9197 | 4858 * configure.in: Adjusted. 5622 mostly obsolete variables. Adjusted remaining uses. 6069 * config/sun4sol2.mt (em_elf32_sparc.c): Adjusted accordingly.
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | SIISelLowering.cpp | 4163 SDValue Adjusted = adjustLoadValueTypeImpl(Load, LoadVT, DL, DAG, Unpacked); in adjustLoadValueType() local 4165 return DAG.getMergeValues({ Adjusted, Load.getValue(1) }, DL); in adjustLoadValueType()
|