Home
last modified time | relevance | path

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

/llvm-project/llvm/test/MC/X86/apx/
H A Ddec-intel.s23 dec dx, dx define
71 dec dx, word ptr [r8 + 4*rax + 291] define
/llvm-project/clang/test/utils/update_cc_test_checks/Inputs/
H A Dglobal-hex-value-regex.c5 static int dec = 10; in foo() local
9 static int dec = 20; in bar() local
/llvm-project/clang/test/SemaTemplate/
H A Dequivalence.cpp7 template<typename T> auto dec(T &a) -> decltype(a--) {} // expected-note {{previous}} in dec() function
14 …template<typename T> auto dec(T &a) -> decltype(a--) {} // expected-error {{redefinition}} expecte… in dec() function
/llvm-project/llvm/test/tools/llvm-cov/Inputs/sources_specified/extra/
H A Ddec.h1 int dec(int x) { in dec() function
/llvm-project/clang/test/SemaCXX/
H A Dconstexpr-unsigned-high-bit.cpp12 constexpr unsigned dec() { in dec() function
H A Dincrement-decrement.cpp6 const int &dec = i--; variable
/llvm-project/llvm/test/MC/X86/
H A Dintel-syntax-ambiguous.s17 dec [eax] label
H A Dintel-syntax.s712 dec qword ptr [rax] label
713 dec dword ptr [rax] label
714 dec word ptr [rax] label
715 dec byte ptr [rax] label
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/hicpp/
H A Dsigned-bitwise-standard-types.h41 dec = 0u, enumerator
/llvm-project/llvm/include/llvm/Support/
H A DParallel.h76 void dec() { in dec() function
/llvm-project/llvm/unittests/ADT/
H A DFallibleIteratorTest.cpp60 Error dec() { in dec() function in __anon7f4bc20c0111::FallibleCollectionWalker
/llvm-project/libcxx/src/
H A Dios.cpp65 const ios_base::fmtflags ios_base::dec; member in ios_base
/llvm-project/compiler-rt/lib/nsan/
H A Dnsan.cpp122 static PrintBuffer dec(double value) { dec() function
137 static PrintBuffer dec(long double value) { dec() function
[all...]
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/chrono/
H A Dmain.cpp138 std::chrono::month dec = std::chrono::December; in main() local
/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp125 const struct ModRMDecision *dec; in decode() local
[all...]
/llvm-project/clang/test/AST/Interp/
H A Dcxx20.cpp