/llvm-project/llvm/test/MC/X86/apx/ |
H A D | dec-intel.s | 23 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 D | global-hex-value-regex.c | 5 static int dec = 10; in foo() local 9 static int dec = 20; in bar() local
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | equivalence.cpp | 7 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 D | dec.h | 1 int dec(int x) { in dec() function
|
/llvm-project/clang/test/SemaCXX/ |
H A D | constexpr-unsigned-high-bit.cpp | 12 constexpr unsigned dec() { in dec() function
|
H A D | increment-decrement.cpp | 6 const int &dec = i--; variable
|
/llvm-project/llvm/test/MC/X86/ |
H A D | intel-syntax-ambiguous.s | 17 dec [eax] label
|
H A D | intel-syntax.s | 712 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 D | signed-bitwise-standard-types.h | 41 dec = 0u, enumerator
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | Parallel.h | 76 void dec() { in dec() function
|
/llvm-project/llvm/unittests/ADT/ |
H A D | FallibleIteratorTest.cpp | 60 Error dec() { in dec() function in __anon7f4bc20c0111::FallibleCollectionWalker
|
/llvm-project/libcxx/src/ |
H A D | ios.cpp | 65 const ios_base::fmtflags ios_base::dec; member in ios_base
|
/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan.cpp | 122 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 D | main.cpp | 138 std::chrono::month dec = std::chrono::December; in main() local
|
/llvm-project/llvm/lib/Target/X86/Disassembler/ |
H A D | X86Disassembler.cpp | 125 const struct ModRMDecision *dec; in decode() local [all...] |
/llvm-project/clang/test/AST/Interp/ |
H A D | cxx20.cpp |
|