Warning, /include/clang/Basic/BuiltinHeaders.def is written in an unsupported language. File is not indexed.
0001 //===--- BuiltinHeaders.def - Builtin header info database ------*- C++ -*-===//
0002 //
0003 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
0004 // See https://llvm.org/LICENSE.txt for license information.
0005 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
0006 //
0007 //===----------------------------------------------------------------------===//
0008 //
0009 // This file defines the standard builtin function header locations. Users of
0010 // this file must define the HEADER macro to make use of this information.
0011 //
0012 //===----------------------------------------------------------------------===//
0013
0014 HEADER(NO_HEADER, nullptr)
0015 HEADER(BLOCKS_H, "Blocks.h")
0016 HEADER(COMPLEX_H, "complex.h")
0017 HEADER(CTYPE_H, "ctype.h")
0018 HEADER(EMMINTRIN_H, "emmintrin.h")
0019 HEADER(FOUNDATION_NSOBJCRUNTIME_H, "Foundation/NSObjCRuntime.h")
0020 HEADER(IMMINTRIN_H, "immintrin.h")
0021 HEADER(INTRIN_H, "intrin.h")
0022 HEADER(MALLOC_H, "malloc.h")
0023 HEADER(MATH_H, "math.h")
0024 HEADER(MEMORY, "memory")
0025 HEADER(OBJC_MESSAGE_H, "objc/message.h")
0026 HEADER(OBJC_OBJC_AUTO_H, "objc/objc-auto.h")
0027 HEADER(OBJC_OBJC_EXCEPTION_H, "objc/objc-exception.h")
0028 HEADER(OBJC_OBJC_SYNC_H, "objc/objc-sync.h")
0029 HEADER(OBJC_RUNTIME_H, "objc/runtime.h")
0030 HEADER(PTHREAD_H, "pthread.h")
0031 HEADER(SETJMPEX_H, "setjmpex.h")
0032 HEADER(SETJMP_H, "setjmp.h")
0033 HEADER(STDARG_H, "stdarg.h")
0034 HEADER(STDIO_H, "stdio.h")
0035 HEADER(STDLIB_H, "stdlib.h")
0036 HEADER(STRINGS_H, "strings.h")
0037 HEADER(STRING_H, "string.h")
0038 HEADER(UNISTD_H, "unistd.h")
0039 HEADER(UTILITY, "utility")
0040 HEADER(WCHAR_H, "wchar.h")
0041 HEADER(XMMINTRIN_H, "xmmintrin.h")
0042
0043 #undef HEADER