Home
last modified time | relevance | path

Searched refs:macros (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/llvm-project/libc/include/llvm-libc-macros/
H A DCMakeLists.txt10 if(TARGET libc.include.llvm-libc-macros.${LIBC_TARGET_OS}.${name})
37 assert-macros.h
43 error-number-macros.h
49 generic-error-number-macros.h
61 fcntl-macros.h
67 complex-macros.h
73 features-macros.h
79 fenv-macros.h
85 file-seek-macros.h
91 stdint-macros
[all...]
/llvm-project/libc/include/llvm-libc-macros/linux/
H A DCMakeLists.txt4 error-number-macros.h
10 fcntl-macros.h
16 sched-macros.h
22 sys-epoll-macros.h
28 sys-ioctl-macros.h
34 sys-random-macros.h
40 sys-socket-macros.h
46 sys-wait-macros.h
52 time-macros.h
58 sys-resource-macros.h
[all …]
/llvm-project/libc/hdr/
H A DCMakeLists.txt31 libc.include.llvm-libc-macros.math_macros
40 libc.include.llvm-libc-macros.math_function_macros
50 libc.include.llvm-libc-macros.error_number_macros
51 libc.include.llvm-libc-macros.generic_error_number_macros
62 libc.include.llvm-libc-macros.fcntl_macros
71 libc.include.llvm-libc-macros.fenv_macros
80 libc.include.llvm-libc-macros.signal_macros
94 libc.include.llvm-libc-macros.stdlib_macros
107 libc.include.llvm-libc-macros.stdio_macros
108 libc.include.llvm-libc-macros
[all...]
/llvm-project/libc/src/math/generic/
H A DCMakeLists.txt36 libc.src.__support.macros.properties.types
49 libc.src.__support.macros.properties.types
104 libc.src.__support.macros.properties.types
116 libc.src.__support.macros.properties.types
170 libc.src.__support.macros.properties.cpu_features
171 libc.src.__support.macros.properties.types
185 libc.src.__support.macros.properties.types
210 libc.src.__support.macros.properties.types
235 libc.src.__support.macros.properties.types
247 libc.src.__support.macros
[all...]
/llvm-project/libc/src/__support/fixed_point/
H A DCMakeLists.txt6 libc.include.llvm-libc-macros.stdfix_macros
7 libc.src.__support.macros.attributes
17 libc.include.llvm-libc-macros.stdfix_macros
18 libc.src.__support.macros.attributes
19 libc.src.__support.macros.optimization
31 libc.include.llvm-libc-macros.stdfix_macros
32 libc.src.__support.macros.attributes
33 libc.src.__support.macros.optimization
/llvm-project/libc/include/
H A DCMakeLists.txt11 add_subdirectory(llvm-libc-macros)
57 .llvm-libc-macros.fcntl_macros
72 .llvm-libc-macros.dlfcn_macros
82 .llvm-libc-macros.features_macros
91 .llvm-libc-macros.fenv_macros
103 .llvm-libc-macros.inttypes_macros
111 .llvm-libc-macros.float_macros
119 .llvm-libc-macros.stdint_macros
127 .llvm-libc-macros.limits_macros
136 .llvm-libc-macros
[all...]
H A Dunistd.h.def13 #include "llvm-libc-macros/file-seek-macros.h"
14 #include "llvm-libc-macros/unistd-macros.h"
H A Dmath.h.def13 #include "llvm-libc-macros/float16-macros.h"
14 #include "llvm-libc-macros/math-macros.h"
20 #include "llvm-libc-macros/math-function-macros.h"
H A Dstdio.h.def13 #include "llvm-libc-macros/file-seek-macros.h"
14 #include "llvm-libc-macros/stdio-macros.h"
H A Derrno.h.def22 #include "llvm-libc-macros/linux/error-number-macros.h"
25 #include "llvm-libc-macros/generic-error-number-macros.h"
/llvm-project/libc/src/__support/
H A DCMakeLists.txt2 add_subdirectory(macros)
88 macros/properties/architectures.h
89 macros/attributes.h
90 macros/properties/cpu_features.h
98 libc.src.__support.macros.attributes
110 libc.src.__support.macros.attributes
111 libc.src.__support.macros.config
119 libc.src.__support.macros.attributes
158 libc.src.__support.macros.attributes
226 libc.src.__support.macros
[all...]
/llvm-project/libc/test/include/
H A DCMakeLists.txt11 libc.include.llvm-libc-macros.assert_macros
21 libc.include.llvm-libc-macros.complex_macros
31 libc.include.llvm-libc-macros.sys_queue_macros
48 libc.include.llvm-libc-macros.stdbit_macros
52 # simply testing the macros provided by stdbit.h, not the implementation
53 # of the underlying functions which the type generic macros may dispatch
70 libc.include.llvm-libc-macros.stdbit_macros
75 # simply testing the macros provided by stdbit.h, not the implementation
76 # of the underlying functions which the type generic macros may dispatch
87 libc.include.llvm-libc-macros
[all...]
/llvm-project/libc/src/__support/FPUtil/
H A DCMakeLists.txt9 libc.src.__support.macros.attributes
19 libc.src.__support.macros.attributes
20 libc.src.__support.macros.properties.architectures
21 libc.src.__support.macros.sanitizer
34 libc.src.__support.macros.attributes
35 libc.src.__support.macros.properties.types
49 libc.src.__support.macros.attributes
100 libc.src.__support.macros.optimization
101 libc.src.__support.macros.properties.cpu_features
102 libc.src.__support.macros
[all...]
/llvm-project/libcxx/test/libcxx/selftest/dsl/
H A Ddsl.sh.py310 macros = dsl.compilerMacros(self.config)
311 self.assertIsInstance(macros, dict)
312 self.assertGreater(len(macros), 0)
313 for (k, v) in macros.items():
318 macros = dsl.compilerMacros(self.config)
319 self.assertIn("__cplusplus", macros.keys())
322 macros = dsl.compilerMacros(self.config, "")
323 self.assertIn("__cplusplus", macros.keys())
326 macros = dsl.compilerMacros(self.config, "-DFOO=3")
327 self.assertIn("__cplusplus", macros.keys())
[all …]
/llvm-project/libc/utils/docgen/
H A Ddocgen.py34 * an optional macros object
37 Formatting of ``macros`` and ``functions`` objects
40 If a macros or functions object is present, then it may contain nested
62 # Validate macros
63 if "macros" in api:
66 f"warning: Macro definitions are listed for {header.name}, but no macro file can be found in the directory tree rooted at {header.macros_dir}. All macros will be listed as not implemented.",
70 macros = api["macros"]
72 for name, obj in macros.items():
147 def print_macros_rst(header: Header, macros
[all...]
/llvm-project/clang/test/Analysis/Inputs/
H A Dplist-macros-with-expansion-ctu.c.externalDefMap.txt1 7:c:@F@F1 plist-macros-ctu.c.ast
2 7:c:@F@F2 plist-macros-ctu.c.ast
3 7:c:@F@F3 plist-macros-ctu.c.ast
4 8:c:@F@F_H plist-macros-ctu.c.ast
/llvm-project/libc/docs/math/
H A Dstdfix.rst
/llvm-project/libc/src/__support/CPP/
H A DCMakeLists.txt20 libc.src.__support.macros.attributes
21 libc.src.__support.macros.sanitizer
51 libc.include.llvm-libc-macros.limits_macros
52 libc.src.__support.macros.properties.types
168 libc.include.llvm-libc-macros.stdfix_macros
169 libc.src.__support.macros.attributes
170 libc.src.__support.macros.properties.types
171 libc.src.__support.macros.properties.complex_types
208 libc.src.__support.macros.properties.os
/llvm-project/libc/src/__support/FPUtil/generic/
H A DCMakeLists.txt36 libc.src.__support.macros.optimization
51 libc.src.__support.macros.optimization
70 libc.src.__support.macros.attributes
71 libc.src.__support.macros.optimization
87 libc.src.__support.macros.attributes
88 libc.src.__support.macros.optimization
104 libc.src.__support.macros.attributes
105 libc.src.__support.macros.optimization
/llvm-project/flang/include/flang/Frontend/
H A DPreprocessorOptions.h27 /// line preprocessor macros
41 std::vector<std::pair<std::string, /*isUndef*/ bool>> macros; member
66 macros.emplace_back(std::string(name), false); in addMacroUndef()
70 macros.emplace_back(std::string(name), true);
/llvm-project/polly/lib/External/isl/
H A Disl_ast.c3568 static int ast_expr_required_macros(__isl_keep isl_ast_expr *expr, int macros);
3575 int *macros = user; in entry_required_macros() local
3577 *macros = ast_expr_required_macros(expr, *macros); in entry_required_macros()
3586 static int ast_expr_required_macros(__isl_keep isl_ast_expr *expr, int macros) in ast_expr_required_macros() argument
3588 if (macros == ISL_AST_MACRO_ALL) in ast_expr_required_macros()
3589 return macros; in ast_expr_required_macros()
3592 return macros; in ast_expr_required_macros()
3595 macros |= ISL_AST_MACRO_MIN; in ast_expr_required_macros()
3597 macros |= ISL_AST_MACRO_MAX; in ast_expr_required_macros()
3599 macros |= ISL_AST_MACRO_FDIV_Q; in ast_expr_required_macros()
[all …]
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/modernize/
H A Dmacro-to-enum.rst6 Replaces groups of adjacent macros with an unscoped anonymous enum.
11 Prefer enumerations over macros
12 <https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#enum1-prefer-enumerations-over-macros
15 Potential macros for replacement must meet the following constraints:
34 - Macros must not be used as arguments to other macros.
39 Each cluster of macros meeting the above constraints is presumed to
/llvm-project/clang/test/Preprocessor/
H A Dmacro_variadic.cl11 // expected-warning@-4{{variadic macros are a Clang extension in OpenCL}}
12 // expected-warning@-4{{variadic macros are a Clang extension in OpenCL}}
13 // expected-warning@-4{{variadic macros are a Clang extension in OpenCL}}
/llvm-project/libc/newhdrgen/
H A Dheader.py
/llvm-project/llvm/test/DebugInfo/
H A Dmacro_link.ll8 ; CHECK-SAME: macros: [[MS1:![0-9]*]]
16 ; CHECK-SAME: macros: [[MS1]]
22 …nk 276746)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !2, macros: !3)

12345678910>>...15