Home
last modified time | relevance | path

Searched refs:stdlib (Results 1 – 25 of 231) sorted by relevance

12345678910

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DStandardLibrary.h30 namespace stdlib {
121 template <> struct DenseMapInfo<clang::tooling::stdlib::Header> {
122 static inline clang::tooling::stdlib::Header getEmptyKey() {
123 return clang::tooling::stdlib::Header(-1,
127 return clang::tooling::stdlib::Header(-2,
133 static bool isEqual(const clang::tooling::stdlib::Header &LHS,
139 template <> struct DenseMapInfo<clang::tooling::stdlib::Symbol> {
140 static inline clang::tooling::stdlib::Symbol getEmptyKey() {
141 return clang::tooling::stdlib::Symbol(-1,
145 return clang::tooling::stdlib::Symbol(-2,
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc209 SYMBOL(abs, None, <stdlib.h>)
240 SYMBOL(atexit, None, <stdlib.h>)
241 SYMBOL(atof, None, <stdlib.h>)
242 SYMBOL(atoi, None, <stdlib.h>)
243 SYMBOL(atol, None, <stdlib.h>)
244 SYMBOL(atoll, None, <stdlib.h>)
427 SYMBOL(exit, None, <stdlib.h>)
492 SYMBOL(free, None, <stdlib.h>)
579 SYMBOL(labs, None, <stdlib.h>)
587 SYMBOL(llabs, None, <stdlib.h>)
[all …]
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dstdlib.h16 # include_next <stdlib.h>
93 # if __has_include_next(<stdlib.h>)
94 # include_next <stdlib.h>
H A Dcstdlib87 #include <stdlib.h>
90 # error <cstdlib> tried including <stdlib.h> but didn't find libc++'s <stdlib.h> header. \
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DGenericOptional.cpp37 GenericOptionalFrontend(ValueObject &valobj, StdLib stdlib);
57 StdLib stdlib) in GenericOptionalFrontend() argument
58 : SyntheticChildrenFrontEnd(valobj), m_stdlib(stdlib) { in GenericOptionalFrontend()
H A DGenericBitset.cpp29 GenericBitsetFrontEnd(ValueObject &valobj, StdLib stdlib);
59 GenericBitsetFrontEnd::GenericBitsetFrontEnd(ValueObject &valobj, StdLib stdlib) in GenericBitsetFrontEnd() argument
60 : SyntheticChildrenFrontEnd(valobj), m_stdlib(stdlib) { in GenericBitsetFrontEnd()
/freebsd-14.2/lib/libc/stdlib/
H A DMakefile.inc4 .PATH: ${LIBC_SRCTOP}/${LIBC_ARCH}/stdlib ${LIBC_SRCTOP}/stdlib
26 C99_Exit.c: ${LIBC_SRCTOP}/stdlib/_Exit.c .NOMETA
29 SYM_MAPS+= ${LIBC_SRCTOP}/stdlib/Symbol.map
/freebsd-14.2/contrib/llvm-project/clang/lib/Headers/llvm_libc_wrappers/
H A Dstdlib.h16 #include_next <stdlib.h>
18 #if __has_include(<llvm-libc-decls/stdlib.h>)
/freebsd-14.2/contrib/unifdef/tests/
H A Dmulti.expout5 #include <stdlib.h>
27 #include <stdlib.h>
H A Dmultilnnum.expout5 #include <stdlib.h>
31 #include <stdlib.h>
H A Ddefundef-funlike.expout6 #include <stdlib.h>
H A Dspaces2.expout6 # include <stdlib.h>
H A Dspaces3.expout6 # include <stdlib.h>
H A Dsmall2.expout6 #include <stdlib.h>
H A Dspaces1.expout6 # include <stdlib.h>
H A Dspaces4.expout6 # include <stdlib.h>
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi_ignorelist.txt3 # uninitialized T* (libstdc++, MSVC stdlib).
10 # Windows C++ stdlib headers that contain bad unrelated casts.
/freebsd-14.2/contrib/file/
H A Dacinclude.m439 #include <stdlib.h>])
43 #include <stdlib.h>],
/freebsd-14.2/sys/contrib/openzfs/lib/libspl/include/
H A Dstdlib.h27 #include_next <stdlib.h>
/freebsd-14.2/lib/libnetbsd/
H A Dstdlib.h65 #include_next <stdlib.h>
/freebsd-14.2/lib/libc/stdlib/malloc/
H A DMakefile.inc1 SYM_MAPS+=${LIBC_SRCTOP}/stdlib/malloc/Symbol.map
/freebsd-14.2/tools/build/
H A Dstdlib.h30 #include_next <stdlib.h>
/freebsd-14.2/tools/build/cross-build/include/mac/
H A Dstdlib.h37 #include_next <stdlib.h>
/freebsd-14.2/tools/test/malloc/
H A DMakefile3 .PATH: ${.CURDIR}/../../../lib/libc/stdlib
/freebsd-14.2/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dstdlib.h17 #include_next <stdlib.h>

12345678910