Home
last modified time | relevance | path

Searched defs:Always (Results 1 – 16 of 16) sorted by relevance

/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizerOptions.h33 Always, ///< Always detect stack use after return. enumerator
/llvm-project/clang/lib/Driver/
H A DXRayArgs.cpp210 for (const auto &Always : AlwaysInstrumentFiles) { addArgs() local
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUninitializedValues.h85 Always enumerator
/llvm-project/llvm/include/llvm/MC/
H A DMCTargetOptions.h32 Always, // Always emit dwarf unwind enumerator
/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h25 enum class Mode { Always, Default, Never } m_mode; global() enumerator
/llvm-project/clang-tools-extra/clangd/unittests/support/
H A DThreadingTests.cpp139 PeriodicThrottler Always(std::chrono::seconds(0)); in TEST() local
/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h154 Always, // Unconditionally emit Swift async extended frame info. global() enumerator
161 Always, // All loops are assumed to be finite. global() enumerator
/llvm-project/clang/unittests/Format/
H A DDefinitionBlockSeparatorTest.cpp282 TEST_F(DefinitionBlockSeparatorTest, Always) { in TEST_F() argument
/llvm-project/llvm/include/llvm/Analysis/
H A DInlineAdvisor.h215 enum class MandatoryInliningKind { NotMandatory, Always, Never }; global() enumerator
/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h119 Always, global() enumerator
/llvm-project/clang/include/clang/Driver/
H A DDriver.h563 Always = static_cast<int>(CommandStatus::Ok), global() enumerator
/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h596 Always, global() enumerator
/llvm-project/lld/ELF/
H A DConfig.h106 enum class GcsPolicy { Implicit, Never, Always }; global() enumerator
/llvm-project/flang/lib/Parser/
H A Dunparse.cpp2070 Unparse(const OmpMapType::Always &) Unparse() argument
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h275 Always, // Always expand the instruction. global() enumerator
/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp78 enum class ImplicitItModeTy { Always, Never, ARMOnly, ThumbOnly }; enumerator