/freebsd-src/sys/contrib/device-tree/Bindings/gpio/ |
H A D | gpio-altera.txt | 17 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 D | xlnx,v-tpg.txt | 34 synthesized with two ports and forbidden when synthesized with one port.
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | ModelInjector.h | 12 /// 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 D | CheckObjCDealloc.cpp | 10 // 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 D | ObjCPropertyChecker.cpp | 11 // - Find synthesized properties with copy attribute of mutable NS collection
|
/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | FrontendActions.h | 45 /// Called after executing the action on the synthesized input buffer. 79 /// Called after executing the action on the synthesized input buffer.
|
H A D | ExtractAPIActionBase.h | 40 /// The synthesized input buffer that contains all the provided input header
|
/freebsd-src/contrib/unbound/iterator/ |
H A D | iter_scrub.c | 419 * @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 D | MapFile.cpp | 17 // [ 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 D | adi,axi-clkgen.yaml | 15 that can be synthesized on various FPGA platforms.
|
/freebsd-src/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | arm,versatile-fpga-irq.txt | 3 One or more FPGA IRQ controllers can be synthesized in an ARM reference board
|
/freebsd-src/contrib/unbound/testdata/ |
H A D | iter_dname_ttl.rpl |
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclObjC.h | 931 /// 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 D | snps,dw-wdt.yaml | 68 DW APB Watchdog IP-core might be synthesized with fixed TOP values,
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCRuntime.cpp | 86 // 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 D | nvmf_transport_internal.h | 91 * synthesized responses.
|
/freebsd-src/lib/libnvmf/ |
H A D | internal.h | 98 * synthesized responses.
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
H A D | BuildTree.h | 58 /// * Synthesized, i.e. `Original == false`.
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsTargetStreamer.h | 151 /// 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 D | ArgList.h | 402 /// 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 D | CodeGenRegisters.h |
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 545 // 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 D | TODO | 2 o understand synthesized DNAMEs, so those TTL=0 packets are cached properly.
|
/freebsd-src/cddl/usr.sbin/zfsd/ |
H A D | zfsd.cc | 248 "type=sysevent.fs.zfs.config_sync sub_type=synthesized " in BuildCaseFiles() 281 "sub_type=synthesized cdev="); in RescanSystem()
|
/freebsd-src/lib/libmemstat/ |
H A D | memstat_internal.h | 58 * zone state. Depending on the allocator, this may be synthesized
|