Home
last modified time | relevance | path

Searched defs:s_b (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/test/API/lang/cpp/static_members/
H A Dmain.cpp3 static long s_b; member
11 long A::s_b = 2; member in A
/llvm-project/compiler-rt/lib/builtins/
H A Ddivmoddi4.c20 di_int s_b = b >> bits_in_dword_m1; // s_b = b < 0 ? -1 : 0 in __divmoddi4() local
H A Ddivmodsi4.c21 si_int s_b = b >> bits_in_word_m1; // s_b = b < 0 ? -1 : 0 in __divmodsi4() local
H A Ddivmodti4.c22 ti_int s_b = b >> bits_in_tword_m1; // s_b = b < 0 ? -1 : 0 in __divmodti4() local