/src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
xray_recursion_guard.h | 39 explicit inline RecursionGuard(atomic_uint8_t &R) 47 explicit inline operator bool() const { return Valid; }
|
/src/usr.bin/make/unit-tests/ |
varfind.exp | 1 VarFind-aliases.to: long explicit-dependency VarFind-aliases.from 2 VarFind-aliases.to: abbr explicit-dependency VarFind-aliases.from 9 VarFind-aliases.to: long explicit-dependency VarFind-aliases.from 10 VarFind-aliases.to: abbr explicit-dependency VarFind-aliases.from
|
objdir-writable.mk | 14 all: no-objdir ro-objdir explicit-objdir 30 explicit-objdir:
|
varfind.mk | 12 VarFind-aliases.to: explicit-dependency 14 explicit-dependency:
|
impsrc.mk | 6 # 2) the first prerequisite from the dependency line of an explicit rule, or 7 # 3) the first prerequisite of an explicit rule. 32 # (1) This is an explicit dependency, not an inference rule. 38 # (4) This is an explicit dependency, independent of any inference rule. 44 # (5) These are two explicit dependency rules. 52 # (6) The explicit rule does not have associated commands.
|
order.mk | 4 # The explicit dependency the.o: the.h will make us examine the.h
|
suff-transform-select.mk | 4 # Explicit dependencies affect transformation rule selection. 8 # The bug was that if issue10.d had an explicit dependency on issue10.f,
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_sync.c | 43 bool explicit; member in struct:amdgpu_sync_entry 138 bool explicit) 149 e->explicit |= explicit; 161 * @explicit: if this is an explicit dependency 166 bool explicit) 173 if (amdgpu_sync_add_later(sync, f, explicit)) 180 e->explicit = explicit; [all...] |
amdgpu_sync.h | 46 bool explicit); 56 bool *explicit);
|
/src/sys/arch/hpc/stand/hpcboot/menu/ |
window.h | 43 explicit Window(HpcBootApp &app) 45 explicit Window(HpcBootApp &app, HWND parent)
|
menu.h | 51 explicit MainTabWindow(TabWindowBase &base, int id) 73 explicit OptionTabWindow(TabWindowBase &base, int id) 95 explicit ConsoleTabWindow(TabWindowBase &base, int id)
|
tabwindow.h | 46 explicit TabWindowBase(HpcBootApp &app, HWND parent, 83 explicit TabWindow(TabWindowBase &base, int id, const TCHAR *name)
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_symbolizer_libbacktrace.h | 44 explicit LibbacktraceSymbolizer(void *state) : state_(state) {}
|
sanitizer_symbolizer_mac.h | 35 explicit AtosSymbolizer(const char *path, LowLevelAllocator *allocator);
|
sanitizer_symbolizer.h | 134 explicit ModuleNameOwner(BlockingMutex *synchronized_by) 172 explicit Symbolizer(IntrusiveList<SymbolizerTool> tools); 180 explicit SymbolizerScope(const Symbolizer *sym);
|
sanitizer_stackdepot.h | 28 explicit StackDepotHandle(StackDepotNode *node) : node_(node) {}
|
sanitizer_symbolizer_internal.h | 75 explicit SymbolizerProcess(const char *path, bool use_forkpty = false); 121 explicit LLVMSymbolizer(const char *path, LowLevelAllocator *allocator);
|
sanitizer_mutex.h | 76 explicit constexpr BlockingMutex(LinkerInitialized) 82 // This function does not guarantee an explicit check that the calling thread 182 explicit GenericScopedLock(MutexType *mu) 201 explicit GenericScopedReadLock(MutexType *mu)
|
sanitizer_file.h | 71 explicit FileCloser(fd_t fd) : fd(fd) {}
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/ |
tsan_test_util.h | 22 explicit MemLoc(int offset_from_aligned = 0); 23 explicit MemLoc(void *const real_addr) : loc_(real_addr) { } 44 explicit Mutex(Type type = Normal); 70 explicit ScopedThread(bool detached = false, bool main = false);
|
/src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
asan_stats.h | 45 explicit AsanStats(LinkerInitialized) { }
|
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
lsan_thread.h | 28 explicit ThreadContext(int tid);
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_mutex.h | 45 explicit Mutex(MutexType type, StatType stat_type);
|
/src/common/dist/zlib/contrib/iostream3/ |
zfstream.h | 245 explicit 254 explicit 334 explicit 343 explicit
|
/src/sys/arch/hpc/stand/hpcboot/ |
file_http.h | 43 explicit Socket(struct sockaddr_in &);
|