Home
last modified time | relevance | path

Searched defs:srcs (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/cmake/modules/
H A DAddClang.cmake55 set(srcs) variable
76 set(srcs ${headers} ${tds}) variable
81 set(srcs variable
/openbsd-src/sys/arch/sparc64/dev/
H A Duperf.c129 struct uperf_src *srcs = usc->usc_srcs; in uperf_findbyval() local
171 struct uperf_src *srcs = usc->usc_srcs; in uperf_findbysrc() local
/openbsd-src/usr.bin/make/
H A Dsuff.c765 Lst srcs, /* list of Src structures to search through */ in SuffFindThem()
1075 record_possible_suffix(Suff *s, GNode *gn, char *eoname, Lst srcs, Lst targs) in record_possible_suffix()
1106 record_possible_suffixes(GNode *gn, Lst srcs, Lst targs) in record_possible_suffixes()
1146 LIST srcs; /* List of sources at which to look */ in SuffFindNormalDeps() local
/openbsd-src/gnu/llvm/lldb/cmake/modules/
H A DAddLLDB.cmake56 set(srcs ${srcs} ${headers}) variable
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DGCOV.h287 iterator_range<EdgeIterator> srcs() const { in srcs() function