| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | LangOptions.def | 186 COMPATIBLE_LANGOPT(Optimize , 1, 0, "__OPTIMIZE__ predefined macro") 187 COMPATIBLE_LANGOPT(OptimizeSize , 1, 0, "__OPTIMIZE_SIZE__ predefined macro") 188 COMPATIBLE_LANGOPT(Static , 1, 0, "__STATIC__ predefined macro (as opposed to __DYNAMIC_… 197 LANGOPT(EnableAIXExtendedAltivecABI , 1, 0, "__EXTABI__ predefined macro") 204 COMPATIBLE_LANGOPT(NoInlineDefine , 1, 0, "__NO_INLINE__ predefined macro") 205 COMPATIBLE_LANGOPT(Deprecated , 1, 0, "__DEPRECATED predefined macro") 206 …LANGOPT(FastMath , 1, 0, "fast FP math optimizations, and __FAST_MATH__ predefined macro") 207 COMPATIBLE_LANGOPT(FiniteMathOnly , 1, 0, "__FINITE_MATH_ONLY__ predefined macro") 311 COMPATIBLE_LANGOPT(CLFiniteMathOnly , 1, 0, "__FINITE_MATH_ONLY__ predefined macro")
|
| /llvm-project-15.0.7/libc/cmake/modules/cpu_features/ |
| H A D | check_cpu_features.cpp.in | 16 // https://docs.microsoft.com/en-us/cpp/preprocessor/predefined-macros
|
| /llvm-project-15.0.7/flang/include/flang/Runtime/ |
| H A D | magic-numbers.h | 13 to predefined Fortran standard modules as well as to C/C++
|
| /llvm-project-15.0.7/clang/test/PCH/ |
| H A D | no-validate-pch.cl | 19 // CHECK-VAL: error: __OPTIMIZE__ predefined macro was enabled in PCH file but is currently disabled
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | preprocessor.h | 39 Definition(const std::string &predefined, AllSources &);
|
| H A D | preprocessor.cpp | 38 Definition::Definition(const std::string &predefined, AllSources &sources) in Definition() argument 41 predefined, sources.AddCompilerInsertion(predefined).start()} {}
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/PDB/ |
| H A D | pdbdump-readwrite.test | 30 CHECK-NEXT: {{.*}} | 'd:\src\llvm\test\debuginfo\pdb\inputs\predefined c++ attributes (compiler in…
|
| H A D | pdbdump-yaml.test | 40 ; YAML-NEXT: - 'd:\src\llvm\test\debuginfo\pdb\inputs\predefined c++ attributes (compiler interna…
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | missing-file-line.ll | 6 ; in some languages with predefined types.
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/concurrency/ |
| H A D | mt-unsafe.rst | 42 standard are thread-safe except a predefined list of thread-unsafe
|
| /llvm-project-15.0.7/llvm/test/Transforms/SLPVectorizer/X86/ |
| H A D | vectorize-pair-path.ll | 10 ; The order (path) it makes probes for various pairs is predefined by
|
| /llvm-project-15.0.7/openmp/runtime/cmake/ |
| H A D | LibompGetArchitecture.cmake | 11 # Determine the architecture from predefined compiler macros
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMRegisterInfo.td | 540 let Size = 64; // 2 x 32 bits, we have no predefined type of that size. 545 let Size = 64; // 2 x 32 bits, we have no predefined type of that size. 556 let Size = 192; // 3 x 64 bits, we have no predefined type of that size. 617 let Size = 192; // 3 x 64 bits, we have no predefined type of that size.
|
| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/ |
| H A D | program-header-nobits.yaml | 86 ## We have 2 segments, the first is predefined and the second can be customized.
|
| /llvm-project-15.0.7/libc/benchmarks/ |
| H A D | README.md | 54 The `--size-distribution-name` flag is mandatory and points to one of the [predefined distribution]…
|
| /llvm-project-15.0.7/clang-tools-extra/pseudo/lib/cxx/ |
| H A D | cxx.bnf | 773 #! C++ predefined identifier, __func__ [dcl.fct.def.general] p8 774 #! FIXME: add other (MSVC, GNU extension) predefined identifiers. 775 primary-expression := predefined-expression 776 predefined-expression := __FUNC__
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ClangFormat.rst | 64 --fallback-style=<string> - The name of the predefined style used as a 320 …The name of the predefined style used as afallback in case clang-format is invoked with-style=file…
|
| H A D | OpenCLSupport.rst | 255 conditioned on target specific predefined macros or/and language version 256 predefined macros (see `feature/extension preprocessor macros defined in
|
| /llvm-project-15.0.7/llvm/utils/vim/ |
| H A D | vimrc | 108 " include paths, predefined macros, and language options.
|
| /llvm-project-15.0.7/third-party/benchmark/ |
| H A D | CMakeLists.txt | 226 # predefined macro, which turns on all of the wonderful libc extensions.
|
| /llvm-project-15.0.7/mlir/include/mlir/Interfaces/ |
| H A D | DataLayoutInterfaces.td | 183 queries, default implementations of which provide predefined answers for
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | FuzzingLLVM.rst | 120 Similarly to the ``llvm-isel-fuzzer`` arguments in some predefined configurations
|
| H A D | TestSuiteGuide.md | 172 Select a build type like `OPTIMIZE` or `DEBUG` selecting a set of predefined
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | lit.rst | 425 executed, two important global variables are predefined: 438 others are optional or predefined:
|
| /llvm-project-15.0.7/openmp/ |
| H A D | README.rst | 142 architecture macros (e.g., is ``__x86_64__`` predefined by compiler?).
|