Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp236 std::function<bool(QualType, const Pointer &, APValue &)> Composite; in toRValue() local
237 Composite = [&Composite, &Ctx](QualType Ty, const Pointer &Ptr, APValue &R) { in toRValue()
271 Ok &= Composite(FieldTy, FP, Value); in toRValue()
293 Ok &= Composite(FieldTy, FP, Value); in toRValue()
301 Ok &= Composite(BaseTy, BP, R.getStructBase(I)); in toRValue()
308 Ok &= Composite(VirtBaseTy, VP, R.getStructBase(NB + I)); in toRValue()
331 Ok &= Composite(ElemTy, EP.narrow(), Slot); in toRValue()
370 if (!Composite(getType(), *this, Result)) in toRValue()
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp475 auto Composite = std::make_unique<Module>("llvm-link", Context); in main() local
476 Linker L(*Composite); in main()
492 if (!importFunctions(argv[0], *Composite)) in main()
496 errs() << "Here's the assembly:\n" << *Composite; in main()
507 if (!NoVerify && verifyModule(*Composite, &errs())) { in main()
516 Composite->print(Out.os(), nullptr, PreserveAssemblyUseListOrder); in main()
518 WriteBitcodeToFile(*Composite, Out.os(), PreserveBitcodeUseListOrder); in main()
/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_vendors3087 c30a iTouch Composite
3952 1702 MP410 Composite
3953 1703 MP430 Composite
3954 1704 MP330 Composite
4134 2647 MF5550 Composite
5392 90a9 Sharp Composite
5574 3415 Composite Device
5575 3419 Composite Device
5578 341c Composite Device
5579 341d Composite Device
[all …]
H A Dscsi_modes444 {Composite} t1
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Damlogic,meson-vpu.yaml55 The ENCI is connected to a single VDAC for Composite Output.
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp958 } else if (auto *Composite = dyn_cast<DICompositeType>(Element)) { in constructTypeDIE() local
959 if (Composite->getTag() == dwarf::DW_TAG_variant_part) { in constructTypeDIE()
960 DIE &VariantPart = createAndAddDIE(Composite->getTag(), Buffer); in constructTypeDIE()
961 constructTypeDIE(VariantPart, Composite); in constructTypeDIE()
H A DCodeViewDebug.cpp2415 } else if (auto *Composite = dyn_cast<DICompositeType>(Element)) { in collectClassInfo() local
2416 Info.NestedTypes.push_back(Composite); in collectClassInfo()
/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.cpp1757 IRMover::IRMover(Module &M) : Composite(M) { in IRMover()
1777 IRLinker TheIRLinker(Composite, SharedMDs, IdentifiedStructTypes, in move()
1781 Composite.dropTriviallyDeadConstantArrays(); in move()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp6870 QualType Composite = FindCompositePointerType(QuestionLoc, LHS, RHS); in CXXCheckConditionalOperands() local
6871 if (!Composite.isNull()) in CXXCheckConditionalOperands()
6872 return Composite; in CXXCheckConditionalOperands()
6875 Composite = FindCompositeObjCPointerType(LHS, RHS, QuestionLoc); in CXXCheckConditionalOperands()
6878 if (!Composite.isNull()) in CXXCheckConditionalOperands()
6879 return Composite; in CXXCheckConditionalOperands()
7240 QualType Composite = Context.getCommonSugaredType(Composite1, Composite2); in FindCompositePointerType() local
7242 Composite = S.rebuild(Context, Composite); in FindCompositePointerType()
7247 InitializedEntity::InitializeTemporary(Composite); in FindCompositePointerType()
7271 return Composite; in FindCompositePointerType()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp1582 const CodeGenSubRegIndex *Composite = C->second; in computeSubRegLaneMasks() local
1584 assert(Composite->getComposites().empty()); in computeSubRegLaneMasks()
1587 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 Driff432 >>>>>>>(104.l+132) string/c btcv Brooktree Composite Video
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td433 // 3.42.12 Composite Instructions
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13001 QualType Composite =
13005 return Composite;
/freebsd/sys/dev/usb/
H A Dusbdevs215 vendor COMPOSITE 0x0518 Composite
1536 /* Composite Corp products looks the same as "TANGTOP" */