Searched defs:Add (Results 1 - 25 of 77) sorted by path

1234

/freebsd-11-stable/usr.sbin/ctm/mkCTM/
H A Dmkctm.c304 Add(const char *dir1, const char *dir2, const char *name, struct dirent *de) function
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DCXXFieldCollector.h55 void Add(FieldDecl *D) { function in class:clang::CXXFieldCollector
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h475 void Add(ExplodedNode *N) { function in class:clang::ento::ExplodedNodeSet
H A DProgramStateTrait.h208 static data_type Add(data_type B, key_type K, context_type F) { function in struct:clang::ento::ProgramStatePartialTrait
240 static data_type Add(data_type L, key_type K, context_type F) { function in struct:clang::ento::ProgramStatePartialTrait
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h132 bool Add(InterpState &S, CodePtr OpPC) { function in namespace:clang::interp
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DSanitizerArgs.cpp177 SanitizerMask Add = parseArgValues(D, Arg, true); local
279 SanitizerMask Add = parseArgValues(D, Arg, /*AllowGroups=*/true); local
518 SanitizerMask Add = parseArgValues(D, Arg, true); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1236 void FormatStyle::FormatStyleSet::Add(FormatStyle Style) { function in class:clang::format::FormatStyle::FormatStyleSet
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp97 void Add(const NamedDecl *ND, unsigned Index) { function in class:__anon617::ResultBuilder::ShadowMapEntry
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp160 void ShadowBuilder::Add(uptr begin, uptr end, uptr cfi_check) { function in class:__cfi::ShadowBuilder
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h54 void Add(const uint8_t *Data, size_t Size) { function in struct:fuzzer::MemMemTable
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary32.h86 void Add(void *ptr) { function in struct:SizeClassAllocator32::TransferBatch
H A Dsanitizer_allocator_stats.h33 void Add(AllocatorStat i, uptr v) { function in class:AllocatorStats
H A Dsanitizer_flag_parser.cpp30 void Add(const char *name) { function in class:__sanitizer::UnknownFlags
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_ignoreset.cpp22 void IgnoreSet::Add(u32 stack_id) { function in class:__tsan::IgnoreSet
H A Dtsan_mutexset.cpp24 void MutexSet::Add(u64 id, bool write, u64 epoch) { function in class:__tsan::MutexSet
H A Dtsan_mutexset.h59 void MutexSet::Add(u64 id, bool write, u64 epoch) {} function in class:__tsan::MutexSet
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h74 void Add(KeyType name, const ValueSP &entry) { function in class:lldb_private::FormatMap
175 void Add(MapKeyType type, const MapValueType &entry) { function in class:lldb_private::FormattersContainer
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp31 break_id_t BreakpointList::Add(BreakpointSP &bp_sp, bool notify) { function in class:BreakpointList
H A DBreakpointLocationCollection.cpp26 void BreakpointLocationCollection::Add(const BreakpointLocationSP &bp_loc) { function in class:BreakpointLocationCollection
H A DBreakpointSiteList.cpp24 lldb::break_id_t BreakpointSiteList::Add(const BreakpointSiteSP &bp) { function in class:BreakpointSiteList
H A DWatchpointList.cpp21 lldb::watch_id_t WatchpointList::Add(const WatchpointSP &wp_sp, bool notify) { function in class:WatchpointList
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DDataVisualization.cpp92 void DataVisualization::Categories::Add(ConstString category) { function in class:DataVisualization::Categories
176 void DataVisualization::NamedSummaryFormats::Add( function in class:DataVisualization::NamedSummaryFormats
H A DTypeCategoryMap.cpp28 void TypeCategoryMap::Add(KeyType name, const ValueSP &entry) { function in class:TypeCategoryMap
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DNativeWatchpointList.cpp16 Status NativeWatchpointList::Add(addr_t addr, size_t size, uint32_t watch_flags, function in class:NativeWatchpointList
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFoldingSet.h329 inline void Add(const T &x) { FoldingSetTrait<T>::Profile(x, *this); } function in class:llvm::FoldingSetNodeID

Completed in 458 milliseconds

1234