Home
last modified time | relevance | path

Searched refs:Composite (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp508 auto Composite = std::make_unique<Module>("llvm-link", Context); in main() local
509 Linker L(*Composite); in main()
525 if (!importFunctions(argv[0], *Composite)) in main()
529 errs() << "Here's the assembly:\n" << *Composite; in main()
540 if (!NoVerify && verifyModule(*Composite, &errs())) { in main()
549 Composite->setIsNewDbgInfoFormat(NewFormat); in main()
551 Composite->removeDebugIntrinsicDeclarations(); in main()
555 Composite->print(Out.os(), nullptr, PreserveAssemblyUseListOrder); in main()
558 WriteBitcodeToFile(*Composite, Out.os(), PreserveBitcodeUseListOrder); in main()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp389 std::function<bool(QualType, const Pointer &, APValue &)> Composite; in toRValue() local
390 Composite = [&Composite, &Ctx, &ASTCtx](QualType Ty, const Pointer &Ptr, in toRValue()
421 Ok &= Composite(FieldTy, FP, Value); in toRValue()
444 Ok &= Composite(FieldTy, FP, Value); in toRValue()
452 Ok &= Composite(BaseTy, BP, R.getStructBase(I)); in toRValue()
459 Ok &= Composite(VirtBaseTy, VP, R.getStructBase(NB + I)); in toRValue()
482 Ok &= Composite(ElemTy, EP.narrow(), Slot); in toRValue()
546 if (!Composite(getType(), *this, Result)) in toRValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/Linker/
H A DIRMover.h81 Module &getModule() { return Composite; } in getModule()
84 Module &Composite;
/freebsd/share/misc/
H A Dusb_vendors764 adcc Composite Device Support
1401 3002 SB External Composite Device
1403 3014 SB External Composite Device
1406 3030 SB External Composite Device
1435 400f PC-CAM 550 (Composite)
2126 6783 Chicony Composite Keyboard
2226 700d G-Shot G511 Composite Device
3088 c30a iTouch Composite
3727 fff0 Telex Composite Device
3762 4000 P30 Composite Device
[all …]
H A Dscsi_modes444 {Composite} t1
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp991 } else if (auto *Composite = dyn_cast<DICompositeType>(Element)) { in constructTypeDIE() local
992 if (Composite->getTag() == dwarf::DW_TAG_variant_part) { in constructTypeDIE()
993 DIE &VariantPart = createAndAddDIE(Composite->getTag(), Buffer); in constructTypeDIE()
994 constructTypeDIE(VariantPart, Composite); in constructTypeDIE()
H A DCodeViewDebug.cpp2415 } else if (auto *Composite = dyn_cast<DICompositeType>(Element)) { in lowerTypeClass()
2416 Info.NestedTypes.push_back(Composite); in lowerTypeClass()
2397 } else if (auto *Composite = dyn_cast<DICompositeType>(Element)) { collectClassInfo() local
/freebsd/contrib/googletest/docs/reference/
H A Dactions.md97 ## Composite Actions
H A Dmatchers.md235 ## Composite Matchers
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1759 IRMover::IRMover(Module &M) : Composite(M) { in IRMover()
1779 IRLinker TheIRLinker(Composite, SharedMDs, IdentifiedStructTypes, in move()
1783 Composite.dropTriviallyDeadConstantArrays(); in move()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7098 QualType Composite = FindCompositePointerType(QuestionLoc, LHS, RHS); in CXXCheckConditionalOperands() local
7099 if (!Composite.isNull()) in CXXCheckConditionalOperands()
7100 return Composite; in CXXCheckConditionalOperands()
7103 Composite = ObjC().FindCompositeObjCPointerType(LHS, RHS, QuestionLoc); in CXXCheckConditionalOperands()
7106 if (!Composite.isNull()) in CXXCheckConditionalOperands()
7107 return Composite; in CXXCheckConditionalOperands()
7457 QualType Composite = Context.getCommonSugaredType(Composite1, Composite2); in FindCompositePointerType() local
7459 Composite = S.rebuild(Context, Composite); in FindCompositePointerType()
7464 InitializedEntity::InitializeTemporary(Composite); in FindCompositePointerType()
7488 return Composite; in FindCompositePointerType()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp1625 const CodeGenSubRegIndex *Composite = C->second; in computeSubRegLaneMasks() local
1627 assert(Composite->getComposites().empty()); in computeSubRegLaneMasks()
1630 unsigned DstBit = Composite->LaneMask.getHighestLane(); in computeSubRegLaneMasks()
/freebsd/share/syscons/keymaps/
H A Del.iso07.kbd18 # Composite characters:
/freebsd/share/vt/keymaps/
H A Dgr.kbd18 # Composite characters:
/freebsd/contrib/file/magic/Magdir/
H A Driff487 >>>>>>>(104.l+132) string/c btcv Brooktree Composite Video
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td470 // 3.42.12 Composite Instructions
H A DSPIRVBuiltins.td121 // Composite Construct builtin record:
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8415 QualType Composite = variable
8419 return Composite;
/freebsd/sys/dev/usb/
H A Dusbdevs215 vendor COMPOSITE 0x0518 Composite
1596 /* Composite Corp products looks the same as "TANGTOP" */