Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp486 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 DIRMover.h83 Module &getModule() { return Composite; } in getModule()
86 Module &Composite;
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DPointer.cpp647 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 DDwarfUnit.cpp1087 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 DCodeViewDebug.cpp2429 } else if (auto *Composite = dyn_cast<DICompositeType>(Element)) { in collectClassInfo() local
2430 Info.NestedTypes.push_back(Composite); in collectClassInfo()
/freebsd/share/misc/
H A Dusb_vendors774 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 Dscsi_modes444 {Composite} t1
/freebsd/contrib/googletest/docs/reference/
H A Dactions.md98 ## Composite Actions
H A Dmatchers.md238 ## Composite Matchers
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp6105 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 DCodeGenRegisters.cpp1558 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 DIRMover.cpp1648 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 Dformat.txt68 Cm 39 Composite
/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.td448 // 3.42.12 Composite Instructions
H A DSPIRVSymbolicOperands.td1822 // Composite;
H A DSPIRVBuiltins.td131 // Composite Construct builtin record:
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8740 QualType Composite = variable
8744 return Composite;
/freebsd/crypto/openssl/doc/designs/quic-design/server/
H A Dquic-polling.md346 * Composite Definitions
/freebsd/sys/dev/usb/
H A Dusbdevs215 vendor COMPOSITE 0x0518 Composite
1597 /* Composite Corp products looks the same as "TANGTOP" */
/freebsd/contrib/googletest/docs/
H A Dgmock_cook_book.md3805 ### Implementing Composite Matchers {#CompositeMatchers}