Home
last modified time | relevance | path

Searched full:synthesized (Results 1 – 25 of 181) sorted by relevance

12345678

/freebsd-src/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio-altera.txt17 hardware is synthesized. This field is required if the Altera GPIO controller
19 but hardware synthesized. Required if GPIO is used as an interrupt
/freebsd-src/sys/contrib/device-tree/Bindings/media/xilinx/
H A Dxlnx,v-tpg.txt34 synthesized with two ports and forbidden when synthesized with one port.
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.h12 /// function definitions that were synthesized from model files.
46 /// looked up. If no model were synthesized yet for a function with that name
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp10 // to warn about improper releasing of instance variables that back synthesized
12 // - When a class has a synthesized instance variable for a 'retain' or 'copy'
14 // - When a class has a synthesized instance variable for a 'retain'/'copy'
19 // synthesized instance variable is released in the following cases:
23 // This checker only warns for instance variables synthesized to back
25 // an instance variable is stored retained or not. For synthesized properties,
67 /// Returns true if the property implementation is synthesized and the
208 // Does the class contain any synthesized properties that are retainable? in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()
584 OS << " by a synthesized property but not released" in diagnoseMissingReleases()
699 OS << "' was synthesized fo in diagnoseExtraRelease()
[all...]
H A DObjCPropertyChecker.cpp11 // - Find synthesized properties with copy attribute of mutable NS collection
/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DFrontendActions.h45 /// Called after executing the action on the synthesized input buffer.
79 /// Called after executing the action on the synthesized input buffer.
H A DExtractAPIActionBase.h40 /// The synthesized input buffer that contains all the provided input header
/freebsd-src/contrib/unbound/iterator/
H A Diter_scrub.c419 * @param region: where to allocate synthesized CNAMEs. in scrub_normalize()
438 * synthesized CNAMEs from DNAMEs in scrub_normalize()
471 verbose(VERB_ALGO, "synthesized CNAME " in scrub_normalize()
498 /* FIXME: resolve the conflict between synthesized in scrub_normalize()
535 /* the synthesized CNAME equals the in scrub_normalize()
882 * DNAME will have a correctly synthesized CNAME after it. */ in scrub_sanitize()
894 * as the question. For DNAMEs a CNAME has been synthesized. in scrub_sanitize()
943 * synthesized CNAME, which will be relevant. in scrub_message()
/freebsd-src/contrib/llvm-project/lld/MachO/
H A DMapFile.cpp17 // [ 0] linker synthesized
149 // entries to be linker-synthesized. Not sure why they made that decision, but in printNonLazyPointerSection()
185 os << format("[%3u] %s\n", 0, (const char *)"linker synthesized"); in writeMapFile()
/freebsd-src/sys/contrib/device-tree/Bindings/clock/
H A Dadi,axi-clkgen.yaml15 that can be synthesized on various FPGA platforms.
/freebsd-src/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Darm,versatile-fpga-irq.txt3 One or more FPGA IRQ controllers can be synthesized in an ARM reference board
/freebsd-src/contrib/unbound/testdata/
H A Diter_dname_ttl.rpl
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h931 /// Get the default name of the synthesized ivar.
1824 /// classes must not be auto-synthesized. Returns class decl. if it must not
1962 bool synthesized) in ObjCIvarDecl()
1965 DeclAccess(ac), Synthesized(synthesized) {}
1972 Expr *BW = nullptr, bool synthesized = false);
1978 /// interface the ivar is conceptually a part of in the case of synthesized
2004 void setSynthesize(bool synth) { Synthesized = synth; }
2005 bool getSynthesize() const { return Synthesized; }
2024 unsigned Synthesized
1959 ObjCIvarDecl(ObjCContainerDecl * DC,SourceLocation StartLoc,SourceLocation IdLoc,IdentifierInfo * Id,QualType T,TypeSourceInfo * TInfo,AccessControl ac,Expr * BW,bool synthesized) ObjCIvarDecl() argument
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/watchdog/
H A Dsnps,dw-wdt.yaml68 DW APB Watchdog IP-core might be synthesized with fixed TOP values,
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp86 // non-synthesized ivars but we may be called for synthesized ivars. However, in EmitValueForIvarAtOffset()
87 // a synthesized ivar can never be a bit-field, so this is safe. in EmitValueForIvarAtOffset()
/freebsd-src/sys/dev/nvmf/
H A Dnvmf_transport_internal.h91 * synthesized responses.
/freebsd-src/lib/libnvmf/
H A Dinternal.h98 * synthesized responses.
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DBuildTree.h58 /// * Synthesized, i.e. `Original == false`.
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetStreamer.h151 /// then it will be synthesized using the assembler temporary.
281 /// be synthesized using the assembler temporary.
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Option/
H A DArgList.h402 /// Strings for synthesized arguments.
469 /// The list of arguments we synthesized.
491 /// AddSynthesizedArg - Add a argument to the list of synthesized arguments
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.h
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp545 // Make sure getter/setter are appropriately synthesized. in HandlePropertyInClassExtension()
1031 /// Create a synthesized property accessor stub inside the \@implementation. in hasWrittenStorageAttribute()
1417 // If the method hasn't been overridden, create a synthesized implementation. in ActOnPropertyImplDecl()
1556 // use and if 1) property is @dynamic or 2) property is synthesized in ActOnPropertyImplDecl()
1812 /// an ivar synthesized for 'Method' and 'Method' is a property accessor in CollectImmediateProperties()
1864 /// Default synthesizes all properties which must be synthesized in SuperClassImplementsProperty()
1884 // Property may have been synthesized by user.
1944 // We use invalid SourceLocations for the synthesized ivars since they in DefaultSynthesizeProperties()
1945 // aren't really synthesized at a particular location; they just exist. in DefaultSynthesizeProperties()
2122 // Warn about null_resettable properties with synthesized setter in DiagnoseUnimplementedProperties()
[all...]
/freebsd-src/contrib/unbound/doc/
H A DTODO2 o understand synthesized DNAMEs, so those TTL=0 packets are cached properly.
/freebsd-src/cddl/usr.sbin/zfsd/
H A Dzfsd.cc248 "type=sysevent.fs.zfs.config_sync sub_type=synthesized " in BuildCaseFiles()
281 "sub_type=synthesized cdev="); in RescanSystem()
/freebsd-src/lib/libmemstat/
H A Dmemstat_internal.h58 * zone state. Depending on the allocator, this may be synthesized

12345678