Home
last modified time | relevance | path

Searched defs:adjust (Results 1 – 12 of 12) sorted by relevance

/llvm-project/clang-tools-extra/clangd/index/
H A DBackgroundQueue.cpp77 bool BackgroundQueue::adjust(Task &T) { in adjust() function in clang::clangd::BackgroundQueue
/llvm-project/clang/lib/Basic/Targets/
H A DAMDGPU.cpp254 void AMDGPUTargetInfo::adjust(DiagnosticsEngine &Diags, LangOptions &Opts) { adjust() function in AMDGPUTargetInfo
H A DWebAssembly.cpp309 void WebAssemblyTargetInfo::adjust(DiagnosticsEngine &Diags, adjust() function in WebAssemblyTargetInfo
H A DSPIR.h203 void adjust(DiagnosticsEngine &Diags, LangOptions &Opts) override { adjust() function
H A DPPC.cpp893 void PPCTargetInfo::adjust(DiagnosticsEngine &Diags, LangOptions &Opts) { adjust() function in PPCTargetInfo
/llvm-project/flang/lib/Evaluate/
H A Dreal.cpp293 int adjust{expo / 2}; in SQRT() local
488 Real adjust; // ABS(EPSILON(adjust)) == 0.5 ToWholeNumber() local
[all...]
/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingWriter.cpp115 Counter adjust(Counter C) const { adjust() function in __anonbcf839ed0111::CounterExpressionsMinimizer
/llvm-project/flang/runtime/
H A Dedit-output.cpp377 int adjust{3 * (scale / 3)}; in EditEorDOutput() local
381 int adjust{3 - 3 * (scale / 3)}; in EditEorDOutput() local
/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp392 void TargetInfo::adjust(DiagnosticsEngine &Diags, LangOptions &Opts) { adjust() function in TargetInfo
/llvm-project/libc/src/string/memory_utils/
H A Dutils.h295 LIBC_INLINE void adjust(ptrdiff_t offset, T1 *__restrict &p1, adjust() function
/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp33 namespace adjust { global() namespace
[all...]
/llvm-project/flang/unittests/Runtime/
H A DCharacterTest.cpp98 Descriptor &, const Descriptor &, const char *, int)> &adjust, in RunAdjustLRTest() argument