Home
last modified time | relevance | path

Searched defs:START (Results 1 – 19 of 19) sorted by relevance

/llvm-project/libc/src/__support/threads/linux/
H A Dcallonce.h18 static constexpr FutexWordType START = 0x11; global() variable
/llvm-project/clang/test/CoverageMapping/
H A Dswitchmacro.c31 #define START { while (0) { switch (0) { macro
/llvm-project/libc/test/src/math/
H A Dsincos_test.cpp107 uint64_t START = LIBC_NAMESPACE::fputil::FPBits<double>(0x1.0p-50).uintval(); in TEST_F() local
H A Dtan_test.cpp59 uint64_t START = LIBC_NAMESPACE::fputil::FPBits<double>(0x1.0p-50).uintval(); TEST_F() local
H A Dcos_test.cpp67 uint64_t START = LIBC_NAMESPACE::fputil::FPBits<double>(0x1.0p-50).uintval(); TEST_F() local
H A Dexpm1_test.cpp59 uint64_t START = LIBC_NAMESPACE::fputil::FPBits<double>(0.25).uintval(); TEST_F() local
H A Dsin_test.cpp53 uint64_t START = LIBC_NAMESPACE::fputil::FPBits<double>(0x1.0p-50).uintval(); TEST_F() local
H A Derff_test.cpp49 constexpr uint32_t START = 0; // 0 TEST_F() local
H A Dexp_test.cpp63 uint64_t START = LIBC_NAMESPACE::fputil::FPBits<double>(0.25).uintval(); TEST_F() local
H A Dexp10_test.cpp90 uint64_t START = LIBC_NAMESPACE::fputil::FPBits<double>(0.25).uintval(); TEST_F() local
H A Dexp2_test.cpp65 uint64_t START = LIBC_NAMESPACE::fputil::FPBits<double>(0.25).uintval(); TEST_F() local
H A Dlog10_test.cpp85 constexpr uint64_t START = 0x3FD0'0000'0000'0000ULL; // 0.25 TEST_F() local
H A Dlog2_test.cpp83 constexpr uint64_t START = 0x3FD0'0000'0000'0000ULL; // 0.25 TEST_F() local
H A Dlog_test.cpp82 constexpr uint64_t START = 0x3FD0'0000'0000'0000ULL; // 0.25 TEST_F() local
/llvm-project/libc/test/src/math/exhaustive/
H A Dhypotf_test.cpp55 static constexpr uint32_t START = (23U + 127U) << 23; variable
/llvm-project/libc/test/integration/src/threads/
H A Dmtx_test.cpp20 constexpr int START = 0; variable
/llvm-project/libc/test/integration/src/pthread/
H A Dpthread_mutex_test.cpp22 constexpr int START = 0; variable
/llvm-project/clang/include/clang/AST/
H A DDeclBase.h92 #define DECL_RANGE(BASE, START, END) \ argument
94 #define LAST_DECL_RANGE(BASE, START, END) \ argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dtoo-small-loop-variable.cpp239 START, enumerator