/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/ |
H A D | StandardLibrary.h | 30 namespace stdlib { 112 template <> struct DenseMapInfo<clang::tooling::stdlib::Header> { 113 static inline clang::tooling::stdlib::Header getEmptyKey() { 114 return clang::tooling::stdlib::Header(-1); 117 return clang::tooling::stdlib::Header(-2); 122 static bool isEqual(const clang::tooling::stdlib::Header &LHS, 128 template <> struct DenseMapInfo<clang::tooling::stdlib::Symbol> { 129 static inline clang::tooling::stdlib::Symbol getEmptyKey() { 130 return clang::tooling::stdlib::Symbol(-1); 133 return clang::tooling::stdlib::Symbol(-2); [all …]
|
H A D | CSymbolMap.inc | 209 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 …]
|
/openbsd/gnu/llvm/llvm/cmake/modules/ |
H A D | HandleLLVMStdlib.cmake | 20 check_cxx_compiler_flag("-stdlib=libc++" CXX_COMPILER_SUPPORTS_STDLIB) 21 llvm_check_linker_flag(CXX "-stdlib=libc++" CXX_LINKER_SUPPORTS_STDLIB) 23 append("-stdlib=libc++" 28 message(WARNING "Can't specify libc++ with '-stdlib='")
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | stdlib.h | 16 #include_next <stdlib.h> 93 # if __has_include_next(<stdlib.h>) 94 # include_next <stdlib.h>
|
H A D | cstdlib | 87 #include <stdlib.h> 90 # error <cstdlib> tried including <stdlib.h> but didn't find libc++'s <stdlib.h> header. \
|
/openbsd/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | GenericOptional.cpp | 37 GenericOptionalFrontend(ValueObject &valobj, StdLib stdlib); 57 StdLib stdlib) in GenericOptionalFrontend() argument 58 : SyntheticChildrenFrontEnd(valobj), m_stdlib(stdlib) { in GenericOptionalFrontend()
|
H A D | GenericBitset.cpp | 29 GenericBitsetFrontEnd(ValueObject &valobj, StdLib stdlib); 59 GenericBitsetFrontEnd::GenericBitsetFrontEnd(ValueObject &valobj, StdLib stdlib) in GenericBitsetFrontEnd() argument 60 : SyntheticChildrenFrontEnd(valobj), m_stdlib(stdlib) { in GenericBitsetFrontEnd()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | configure.com | 175 /* Whether malloc must be declared even if <stdlib.h> is included. */ 177 /* Whether free must be declared even if <stdlib.h> is included. */ 201 /* Define if you have the <stdlib.h> header file. */
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | configure.com | 175 /* Whether malloc must be declared even if <stdlib.h> is included. */ 177 /* Whether free must be declared even if <stdlib.h> is included. */ 201 /* Define if you have the <stdlib.h> header file. */
|
/openbsd/gnu/llvm/compiler-rt/lib/cfi/ |
H A D | cfi_ignorelist.txt | 3 # uninitialized T* (libstdc++, MSVC stdlib). 10 # Windows C++ stdlib headers that contain bad unrelated casts.
|
/openbsd/gnu/llvm/libcxx/utils/libcxx/test/ |
H A D | params.py | 126 actions=lambda stdlib: filter(None, [ 127 AddFeature('stdlib={}'.format(stdlib)), 130 AddFeature('stdlib=libc++') if re.match('.+-libc\+\+', stdlib) else None
|
/openbsd/gnu/usr.bin/texinfo/m4/ |
H A D | check-decl.m4 | 13 #include <stdlib.h> 73 AC_CHECK_HEADERS(grp.h memory.h pwd.h string.h strings.h stdlib.h \
|
H A D | iconv.m4 | 41 AC_TRY_LINK([#include <stdlib.h> 50 AC_TRY_LINK([#include <stdlib.h> 84 #include <stdlib.h>
|
/openbsd/gnu/usr.bin/binutils-2.17/config/ |
H A D | iconv.m4 | 41 AC_TRY_LINK([#include <stdlib.h> 50 AC_TRY_LINK([#include <stdlib.h> 84 #include <stdlib.h>
|
/openbsd/gnu/gcc/config/ |
H A D | iconv.m4 | 41 AC_TRY_LINK([#include <stdlib.h> 50 AC_TRY_LINK([#include <stdlib.h> 84 #include <stdlib.h>
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | fixproto | 286 for rel_source_file in unistd.h stdlib.h 298 if test $rel_source_file = stdlib.h
|
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/ |
H A D | CMakeLists.txt | 47 # Remove -stdlib= which is unused when passing -nostdinc++. 48 string(REGEX REPLACE "-stdlib=[a-zA-Z+]*" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS}) 61 # Don't need -stdlib=libc++ because we explicitly list libc++.a in the linker
|
/openbsd/lib/libc/stdlib/ |
H A D | Makefile.inc | 4 .PATH: ${LIBCSRCDIR}/arch/${MACHINE_CPU}/stdlib ${LIBCSRCDIR}/stdlib
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/c/ |
H A D | std_cstdlib.h | 39 #include_next <stdlib.h>
|
/openbsd/gnu/gcc/libstdc++-v3/include/c/ |
H A D | std_cstdlib.h | 39 #include_next <stdlib.h>
|
/openbsd/gnu/llvm/compiler-rt/lib/gwp_asan/ |
H A D | CMakeLists.txt | 41 # Remove -stdlib= which is unused when passing -nostdinc++. 42 string(REGEX REPLACE "-stdlib=[a-zA-Z+]*" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
|
/openbsd/gnu/llvm/clang/lib/Headers/openmp_wrappers/ |
H A D | stdlib.h | 17 #include_next <stdlib.h>
|
/openbsd/regress/usr.bin/rcs/ |
H A D | rcsmerge.out | 2 #include <stdlib.h>
|
H A D | rev3 | 2 #include <stdlib.h>
|
H A D | rcsdiff.out | 4 +#include <stdlib.h>
|