Home
last modified time | relevance | path

Searched refs:Always (Results 1 – 25 of 101) sorted by relevance

12345

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/support/
H A DThreadingTests.cpp139 PeriodicThrottler Always(std::chrono::seconds(0)); in TEST() local
140 EXPECT_TRUE(Always()); in TEST()
141 EXPECT_TRUE(Always()); in TEST()
142 EXPECT_TRUE(Always()); in TEST()
/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DUninitializedValues.h85 Always enumerator
90 return AlwaysUninit ? Always : in getKind()
/llvm-project-15.0.7/llvm/test/Transforms/ObjCARC/
H A Dtail-call-invariant-enforcement.ll25 ; Always tail call autoreleaseReturnValue.
38 ; Always tail call objc_retain.
51 ; Always tail call objc_retainAutoreleasedReturnValue unless it's annotated with
93 ; Always tail call llvm.objc.unsafeClaimAutoreleasedReturnValue.
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.h135 Always, // Unconditionally emit Swift async extended frame info. enumerator
137 Default = Always,
142 Always, // All loops are assumed to be finite. enumerator
/llvm-project-15.0.7/clang/lib/Basic/
H A DSanitizers.cpp94 case llvm::AsanDetectStackUseAfterReturnMode::Always: in AsanDetectStackUseAfterReturnModeToString()
109 .Case("always", llvm::AsanDetectStackUseAfterReturnMode::Always) in AsanDetectStackUseAfterReturnModeFromString()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetOptions.h119 Always, enumerator
244 SwiftAsyncFramePointerMode::Always;
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizerOptions.h27 Always, ///< Always detect stack use after return. enumerator
/llvm-project-15.0.7/clang/include/clang/Config/
H A Dconfig.h.cmake19 /* Always #define something so that missing the config.h #include at use sites
28 /* Always #define something so that missing the config.h #include at use sites
/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_always_instrument.txt5 # Always instrument the main function.
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCTargetOptions.h34 Always, // Always emit dwarf unwind enumerator
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst924 * ``SBS_Always`` (in configuration: ``Always``)
1154 Always break after the return type.
1179 Always break after the return type.
1290 Always break after template declaration.
1756 Always attach braces to surrounding context.
1959 Always break before braces.
3083 Always use single quotes.
3091 Always use double quotes.
3347 Always bin-pack parameters.
3836 Never v.s. Always
[all …]
/llvm-project-15.0.7/llvm/tools/llvm-driver/
H A DCMakeLists.txt35 # Always generate install targets
/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A Dcall-site-attrs.ll4 ; Always prefer call site attribute over function attribute
/llvm-project-15.0.7/libcxx/
H A D.clang-format62 EmptyLineBeforeAccessModifier: Always
/llvm-project-15.0.7/clang/lib/Driver/
H A DXRayArgs.cpp243 for (const auto &Always : AlwaysInstrumentFiles) { in addArgs() local
245 AlwaysInstrumentOpt += Always; in addArgs()
/llvm-project-15.0.7/lld/cmake/modules/
H A DAddLLD.cmake64 # Always generate install targets
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCTargetOptionsCommandFlags.cpp79 cl::values(clEnumValN(EmitDwarfUnwindType::Always, "always", in MCOPT_EXP()
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h25 enum class Mode { Always, Default, Never } m_mode; enumerator
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp194 {DumpValueObjectOptions::PointerDepth::Mode::Always, ptr_depth}); in GetAsDumpOptions()
/llvm-project-15.0.7/flang/cmake/modules/
H A DAddFlang.cmake127 # Always generate install targets
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoFlags.def97 // NOTE: Always must be equal to largest flag, check this when adding new flags.
/llvm-project-15.0.7/clang/tools/driver/
H A Ddriver.cpp492 .Case("always", Driver::ReproLevel::Always) in clang_main()
502 ReproLevel = Driver::ReproLevel::Always; in clang_main()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineAdvisor.cpp599 return MandatoryInliningKind::Always; in getMandatoryKind()
611 MandatoryInliningKind::Always == in getAdvice()
/llvm-project-15.0.7/llvm/cmake/modules/
H A DCrossCompile.cmake99 # LLVM_OPTIMIZED_TABLEGEN. Always builds in Release.
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DInlineAdvisor.h214 enum class MandatoryInliningKind { NotMandatory, Always, Never }; enumerator

12345