| /llvm-project-15.0.7/llvm/tools/llvm-rc/ |
| H A D | WindresOpts.td | 35 defm preprocessor : Long<"preprocessor", "Custom preprocessor command">; 36 defm preprocessor_arg : Long<"preprocessor-arg", "Preprocessor command argument">; 43 defm define : LongShort<"D", "define", "Define to pass to the preprocessor">; 45 defm undef : LongShort<"U", "undefine", "Undefine to pass to the preprocessor">;
|
| H A D | Opts.td | 20 def define : JS<"D", "Define a symbol for the C preprocessor.">; 21 def undef : JS<"U", "Undefine a symbol for the C preprocessor.">;
|
| /llvm-project-15.0.7/clang/test/Driver/ |
| H A D | hip-phases.hip | 24 // BIN-DAG: [[P1:[0-9]+]]: preprocessor, {[[P0]]}, [[T]]-cpp-output, (host-[[T]]) 59 // ASM-DAG: [[P6:[0-9]+]]: preprocessor, {[[P5]]}, [[T]]-cpp-output, (host-[[T]]) 75 // NRD2-DAG: [[P1:[0-9]+]]: preprocessor, {[[P0]]}, [[T]]-cpp-output, (host-[[T]]) 111 // RCL2-DAG: [[P1:[0-9]+]]: preprocessor, {[[P0]]}, [[T]]-cpp-output, (host-[[T]]) 133 // RC2-DAG: [[P1:[0-9]+]]: preprocessor, {[[P0]]}, [[T]]-cpp-output, (host-[[T]]) 156 // ASM2-DAG: [[P11:[0-9]+]]: preprocessor, {[[P10]]}, [[T]]-cpp-output, (host-[[T]]) 168 // HBIN-DAG: [[P1:[0-9]+]]: preprocessor, {[[P0]]}, [[T]]-cpp-output, (host-[[T]]) 182 // HASM-DAG: [[P1:[0-9]+]]: preprocessor, {[[P0]]}, [[T]]-cpp-output, (host-[[T]]) 195 // HBIN2-DAG: [[P1:[0-9]+]]: preprocessor, {[[P0]]}, [[T]]-cpp-output, (host-[[T]]) 210 // HASM2-DAG: [[P1:[0-9]+]]: preprocessor, {[[P0]]}, [[T]]-cpp-output, (host-[[T]]) [all …]
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | parsing.cpp | 63 Preprocessor preprocessor{allSources}; in Prescan() local 65 preprocessor.DefineStandardMacros(); in Prescan() 68 preprocessor.Define(predef.first, *predef.second); in Prescan() 70 preprocessor.Undefine(predef.first); in Prescan() 76 messages_, *currentCooked_, preprocessor, options.features}; in Prescan()
|
| H A D | prescan.h | 44 const Preprocessor &preprocessor() const { return preprocessor_; } in preprocessor() function 45 Preprocessor &preprocessor() { return preprocessor_; } in preprocessor() function
|
| H A D | CMakeLists.txt | 17 preprocessor.cpp
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/ |
| H A D | redundant-preprocessor.rst | 1 .. title:: clang-tidy - readability-redundant-preprocessor 3 readability-redundant-preprocessor 6 Finds potentially redundant preprocessor directives. At the moment the
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | c2x-bool.c | 36 #error true should be 1 in the preprocessor 40 #error false should be 0 in the preprocessor
|
| /llvm-project-15.0.7/llvm/test/MC/ARM/ |
| H A D | inline-comments-arm.ll | 11 call void asm sideeffect "#isolated preprocessor comment", "~{dirflag},~{fpsr},~{flags}"() #0 13 ;CHECK: @isolated preprocessor comment
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-rc/ |
| H A D | windres-preproc.test | 1 …ncdir1 --include %p/incdir2 "-DFOO1=\\\"foo bar\\\"" -UFOO2 -D FOO3 --preprocessor-arg "-DFOO4=\\\… 3 ; RUN: llvm-windres -### --preprocessor "i686-w64-mingw32-gcc -E -DFOO=\\\"foo\\ bar\\\"" %p/Inputs…
|
| H A D | helpmsg.test | 12 ; CHECK-NEXT: /D <value> Define a symbol for the C preprocessor. 20 ; CHECK-NEXT: /U <value> Undefine a symbol for the C preprocessor.
|
| /llvm-project-15.0.7/libc/cmake/modules/cpu_features/ |
| H A D | check_cpu_features.cpp.in | 14 // MSVC is using a different set of preprocessor definitions for 16 // https://docs.microsoft.com/en-us/cpp/preprocessor/predefined-macros
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | prep-diag9.td | 4 // CHECK: error: The latest preprocessor control is here
|
| H A D | prep-diag14.td | 4 // CHECK: error: The latest preprocessor control is here
|
| H A D | prep-diag10.td | 4 // CHECK: error: The latest preprocessor control is here
|
| H A D | prep-diag13.td | 4 // CHECK: error: The latest preprocessor control is here
|
| H A D | prep-diag11.td | 4 // CHECK: error: The latest preprocessor control is here
|
| H A D | prep-diag12.td | 4 // CHECK: error: The latest preprocessor control is here
|
| /llvm-project-15.0.7/pstl/ |
| H A D | .clang-format | 19 # Indent preprocessor directives
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | rdar12316296-codecompletion.m | 4 // <rdar://12316296> clang Code Completion returns nothing but preprocessor macros
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | implicit-build-config-out-of-date.m | 2 // Use -DA=0 so that there is at least one preprocessor option serialized after the diagnostic opti…
|
| /llvm-project-15.0.7/clang/include/clang/Testing/ |
| H A D | TestAST.h | 80 Preprocessor &preprocessor() { return Clang->getPreprocessor(); } in preprocessor() function
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-rc/Inputs/ |
| H A D | cpp-output.rc | 24 // Test that other preprocessor directives are ignored.
|
| /llvm-project-15.0.7/clang/test/Lexer/ |
| H A D | unicode.c | 27 CHECK : The preprocessor should not complain about Unicode characters like ©.
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | macro-parentheses.rst | 9 Macros are expanded by the preprocessor as-is. As a result, there can be
|