| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/support/ |
| H A D | ThreadingTests.cpp | 139 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 D | UninitializedValues.h | 85 Always enumerator 90 return AlwaysUninit ? Always : in getKind()
|
| /llvm-project-15.0.7/llvm/test/Transforms/ObjCARC/ |
| H A D | tail-call-invariant-enforcement.ll | 25 ; 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 D | CodeGenOptions.h | 135 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 D | Sanitizers.cpp | 94 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 D | TargetOptions.h | 119 Always, enumerator 244 SwiftAsyncFramePointerMode::Always;
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | AddressSanitizerOptions.h | 27 Always, ///< Always detect stack use after return. enumerator
|
| /llvm-project-15.0.7/clang/include/clang/Config/ |
| H A D | config.h.cmake | 19 /* 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 D | xray_always_instrument.txt | 5 # Always instrument the main function.
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCTargetOptions.h | 34 Always, // Always emit dwarf unwind enumerator
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ClangFormatStyleOptions.rst | 924 * ``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 D | CMakeLists.txt | 35 # Always generate install targets
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ |
| H A D | call-site-attrs.ll | 4 ; Always prefer call site attribute over function attribute
|
| /llvm-project-15.0.7/libcxx/ |
| H A D | .clang-format | 62 EmptyLineBeforeAccessModifier: Always
|
| /llvm-project-15.0.7/clang/lib/Driver/ |
| H A D | XRayArgs.cpp | 243 for (const auto &Always : AlwaysInstrumentFiles) { in addArgs() local 245 AlwaysInstrumentOpt += Always; in addArgs()
|
| /llvm-project-15.0.7/lld/cmake/modules/ |
| H A D | AddLLD.cmake | 64 # Always generate install targets
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCTargetOptionsCommandFlags.cpp | 79 cl::values(clEnumValN(EmitDwarfUnwindType::Always, "always", in MCOPT_EXP()
|
| /llvm-project-15.0.7/lldb/include/lldb/DataFormatters/ |
| H A D | DumpValueObjectOptions.h | 25 enum class Mode { Always, Default, Never } m_mode; enumerator
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | OptionGroupValueObjectDisplay.cpp | 194 {DumpValueObjectOptions::PointerDepth::Mode::Always, ptr_depth}); in GetAsDumpOptions()
|
| /llvm-project-15.0.7/flang/cmake/modules/ |
| H A D | AddFlang.cmake | 127 # Always generate install targets
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DebugInfoFlags.def | 97 // NOTE: Always must be equal to largest flag, check this when adding new flags.
|
| /llvm-project-15.0.7/clang/tools/driver/ |
| H A D | driver.cpp | 492 .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 D | InlineAdvisor.cpp | 599 return MandatoryInliningKind::Always; in getMandatoryKind() 611 MandatoryInliningKind::Always == in getAdvice()
|
| /llvm-project-15.0.7/llvm/cmake/modules/ |
| H A D | CrossCompile.cmake | 99 # LLVM_OPTIMIZED_TABLEGEN. Always builds in Release.
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | InlineAdvisor.h | 214 enum class MandatoryInliningKind { NotMandatory, Always, Never }; enumerator
|