| /freebsd/contrib/llvm-project/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 486 auto Composite = std::make_unique<Module>("llvm-link", Context); in main() local 487 Linker L(*Composite); in main() 503 if (!importFunctions(argv[0], *Composite)) in main() 507 errs() << "Here's the assembly:\n" << *Composite; in main() 518 if (!NoVerify && verifyModule(*Composite, &errs())) { in main() 526 Composite->removeDebugIntrinsicDeclarations(); in main() 528 Composite->print(Out.os(), nullptr, PreserveAssemblyUseListOrder); in main() 530 WriteBitcodeToFile(*Composite, Out.os(), PreserveBitcodeUseListOrder); in main()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Linker/ |
| H A D | IRMover.h | 83 Module &getModule() { return Composite; } in getModule() 86 Module &Composite;
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Pointer.cpp | 647 std::function<bool(QualType, const Pointer &, APValue &)> Composite; in toRValue() local 648 Composite = [&Composite, &Ctx, &ASTCtx](QualType Ty, const Pointer &Ptr, in toRValue() 679 Ok &= Composite(FieldTy, FP, Value); in toRValue() 702 Ok &= Composite(FieldTy, FP, Value); in toRValue() 710 Ok &= Composite(BaseTy, BP, R.getStructBase(I)); in toRValue() 717 Ok &= Composite(VirtBaseTy, VP, R.getStructBase(NB + I)); in toRValue() 740 Ok &= Composite(ElemTy, EP.narrow(), Slot); in toRValue() 804 if (!Composite(ResultType, *this, Result)) in toRValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 1087 if (auto *Composite = in constructTypeDIE() local 1089 Composite != nullptr && in constructTypeDIE() 1090 Composite->getTag() == dwarf::DW_TAG_variant) { in constructTypeDIE() 1091 constructTypeDIE(Variant, Composite); in constructTypeDIE() 1114 } else if (auto *Composite = dyn_cast<DICompositeType>(Element)) { in constructTypeDIE() local 1115 if (Composite->getTag() == dwarf::DW_TAG_variant_part) { in constructTypeDIE() 1116 DIE &VariantPart = createAndAddDIE(Composite->getTag(), Buffer); in constructTypeDIE() 1117 constructTypeDIE(VariantPart, Composite); in constructTypeDIE()
|
| H A D | CodeViewDebug.cpp | 2429 } else if (auto *Composite = dyn_cast<DICompositeType>(Element)) { in collectClassInfo() local 2430 Info.NestedTypes.push_back(Composite); in collectClassInfo()
|
| /freebsd/share/misc/ |
| H A D | usb_vendors | 774 adcc Composite Device Support 1413 3002 SB External Composite Device 1415 3014 SB External Composite Device 1418 3030 SB External Composite Device 1447 400f PC-CAM 550 (Composite) 2142 6783 Chicony Composite Keyboard 2242 700d G-Shot G511 Composite Device 3110 c30a iTouch Composite 3753 fff0 Telex Composite Device 3788 4000 P30 Composite Device [all …]
|
| H A D | scsi_modes | 444 {Composite} t1
|
| /freebsd/contrib/googletest/docs/reference/ |
| H A D | actions.md | 98 ## Composite Actions
|
| H A D | matchers.md | 238 ## Composite Matchers
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 6105 QualType Composite = FindCompositePointerType(QuestionLoc, LHS, RHS); in CXXCheckConditionalOperands() local 6106 if (!Composite.isNull()) in CXXCheckConditionalOperands() 6107 return Composite; in CXXCheckConditionalOperands() 6110 Composite = ObjC().FindCompositeObjCPointerType(LHS, RHS, QuestionLoc); in CXXCheckConditionalOperands() 6113 if (!Composite.isNull()) in CXXCheckConditionalOperands() 6114 return Composite; in CXXCheckConditionalOperands() 6478 QualType Composite = Context.getCommonSugaredType(Composite1, Composite2); in FindCompositePointerType() local 6480 Composite = S.rebuild(Context, Composite); in FindCompositePointerType() 6485 InitializedEntity::InitializeTemporary(Composite); in FindCompositePointerType() 6509 return Composite; in FindCompositePointerType()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenRegisters.cpp | 1558 const CodeGenSubRegIndex *Composite = C->second; in computeSubRegLaneMasks() local 1560 assert(Composite->getComposites().empty()); in computeSubRegLaneMasks() 1563 unsigned DstBit = Composite->LaneMask.getHighestLane(); in computeSubRegLaneMasks()
|
| /freebsd/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 1648 IRMover::IRMover(Module &M) : Composite(M) { in IRMover() 1668 IRLinker TheIRLinker(Composite, SharedMDs, IdentifiedStructTypes, in move()
|
| /freebsd/crypto/krb5/src/lib/krb5/unicode/ucdata/ |
| H A D | format.txt | 68 Cm 39 Composite
|
| /freebsd/share/syscons/keymaps/ |
| H A D | el.iso07.kbd | 18 # Composite characters:
|
| /freebsd/share/vt/keymaps/ |
| H A D | gr.kbd | 18 # Composite characters:
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | riff | 487 >>>>>>>(104.l+132) string/c btcv Brooktree Composite Video
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstrInfo.td | 448 // 3.42.12 Composite Instructions
|
| H A D | SPIRVSymbolicOperands.td | 1822 // Composite;
|
| H A D | SPIRVBuiltins.td | 131 // Composite Construct builtin record:
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 8740 QualType Composite = variable 8744 return Composite;
|
| /freebsd/crypto/openssl/doc/designs/quic-design/server/ |
| H A D | quic-polling.md | 346 * Composite Definitions
|
| /freebsd/sys/dev/usb/ |
| H A D | usbdevs | 215 vendor COMPOSITE 0x0518 Composite 1597 /* Composite Corp products looks the same as "TANGTOP" */
|
| /freebsd/contrib/googletest/docs/ |
| H A D | gmock_cook_book.md | 3805 ### Implementing Composite Matchers {#CompositeMatchers}
|