Home
last modified time | relevance | path

Searched refs:predefined (Results 1 – 25 of 52) sorted by relevance

123

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.def186 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 Dcheck_cpu_features.cpp.in16 // https://docs.microsoft.com/en-us/cpp/preprocessor/predefined-macros
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dmagic-numbers.h13 to predefined Fortran standard modules as well as to C/C++
/llvm-project-15.0.7/clang/test/PCH/
H A Dno-validate-pch.cl19 // 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 Dpreprocessor.h39 Definition(const std::string &predefined, AllSources &);
H A Dpreprocessor.cpp38 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 Dpdbdump-readwrite.test30 CHECK-NEXT: {{.*}} | 'd:\src\llvm\test\debuginfo\pdb\inputs\predefined c++ attributes (compiler in…
H A Dpdbdump-yaml.test40 ; 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 Dmissing-file-line.ll6 ; in some languages with predefined types.
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/concurrency/
H A Dmt-unsafe.rst42 standard are thread-safe except a predefined list of thread-unsafe
/llvm-project-15.0.7/llvm/test/Transforms/SLPVectorizer/X86/
H A Dvectorize-pair-path.ll10 ; The order (path) it makes probes for various pairs is predefined by
/llvm-project-15.0.7/openmp/runtime/cmake/
H A DLibompGetArchitecture.cmake11 # Determine the architecture from predefined compiler macros
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMRegisterInfo.td540 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 Dprogram-header-nobits.yaml86 ## We have 2 segments, the first is predefined and the second can be customized.
/llvm-project-15.0.7/libc/benchmarks/
H A DREADME.md54 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 Dcxx.bnf773 #! 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 DClangFormat.rst64 --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 DOpenCLSupport.rst255 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 Dvimrc108 " include paths, predefined macros, and language options.
/llvm-project-15.0.7/third-party/benchmark/
H A DCMakeLists.txt226 # predefined macro, which turns on all of the wonderful libc extensions.
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DDataLayoutInterfaces.td183 queries, default implementations of which provide predefined answers for
/llvm-project-15.0.7/llvm/docs/
H A DFuzzingLLVM.rst120 Similarly to the ``llvm-isel-fuzzer`` arguments in some predefined configurations
H A DTestSuiteGuide.md172 Select a build type like `OPTIMIZE` or `DEBUG` selecting a set of predefined
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dlit.rst425 executed, two important global variables are predefined:
438 others are optional or predefined:
/llvm-project-15.0.7/openmp/
H A DREADME.rst142 architecture macros (e.g., is ``__x86_64__`` predefined by compiler?).

123