Home
last modified time | relevance | path

Searched refs:preprocessor (Results 1 – 25 of 105) sorted by relevance

12345

/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A DWindresOpts.td35 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 DOpts.td20 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 Dhip-phases.hip24 // 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 Dparsing.cpp63 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 Dprescan.h44 const Preprocessor &preprocessor() const { return preprocessor_; } in preprocessor() function
45 Preprocessor &preprocessor() { return preprocessor_; } in preprocessor() function
H A DCMakeLists.txt17 preprocessor.cpp
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Dredundant-preprocessor.rst1 .. 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 Dc2x-bool.c36 #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 Dinline-comments-arm.ll11 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 Dwindres-preproc.test1 …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 Dhelpmsg.test12 ; 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 Dcheck_cpu_features.cpp.in14 // 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 Dprep-diag9.td4 // CHECK: error: The latest preprocessor control is here
H A Dprep-diag14.td4 // CHECK: error: The latest preprocessor control is here
H A Dprep-diag10.td4 // CHECK: error: The latest preprocessor control is here
H A Dprep-diag13.td4 // CHECK: error: The latest preprocessor control is here
H A Dprep-diag11.td4 // CHECK: error: The latest preprocessor control is here
H A Dprep-diag12.td4 // CHECK: error: The latest preprocessor control is here
/llvm-project-15.0.7/pstl/
H A D.clang-format19 # Indent preprocessor directives
/llvm-project-15.0.7/clang/test/Index/
H A Drdar12316296-codecompletion.m4 // <rdar://12316296> clang Code Completion returns nothing but preprocessor macros
/llvm-project-15.0.7/clang/test/Modules/
H A Dimplicit-build-config-out-of-date.m2 // 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 DTestAST.h80 Preprocessor &preprocessor() { return Clang->getPreprocessor(); } in preprocessor() function
/llvm-project-15.0.7/llvm/test/tools/llvm-rc/Inputs/
H A Dcpp-output.rc24 // Test that other preprocessor directives are ignored.
/llvm-project-15.0.7/clang/test/Lexer/
H A Dunicode.c27 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 Dmacro-parentheses.rst9 Macros are expanded by the preprocessor as-is. As a result, there can be

12345