Home
last modified time | relevance | path

Searched defs:s_a (Results 1 – 5 of 5) sorted by relevance

/llvm-project/lldb/test/API/lang/cpp/this/
H A Dmain.cpp16 static int s_a; member in A
19 template <class T> int A<T>::s_a = 5; member in A<T>
/llvm-project/compiler-rt/lib/builtins/
H A Ddivmoddi4.c19 di_int s_a = a >> bits_in_dword_m1; // s_a = a < 0 ? -1 : 0 in __divmoddi4() local
H A Ddivmodsi4.c20 si_int s_a = a >> bits_in_word_m1; // s_a = a < 0 ? -1 : 0 in __divmodsi4() local
H A Ddivmodti4.c21 ti_int s_a = a >> bits_in_tword_m1; // s_a = a < 0 ? -1 : 0 in __divmodti4() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dsimplify-boolean-expr-members.cpp36 static A s_a; member