Home
last modified time | relevance | path

Searched defs:bg (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Dcfi-nvcall.cpp19 extern "C" void bg(B *b) { in bg() function
H A Dstatic-init-3.cpp27 X2< B > bg = X1< X2< B > >::get(); variable
H A D2007-04-10-PackedUnion.cpp21 XYZ bg; member
H A Ddynamic-cast-hint.cpp49 volatile G *bg = dynamic_cast<G *>(b); in test() local
/llvm-project/clang/test/SemaTemplate/
H A Ddeduction-guide.cpp270 BG bg(1.0); variable
H A Dtemp_arg_nontype_cxx1z.cpp216 B<&g> bg; // expected-error {{ambiguous}} variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dsimplify-boolean-expr.cpp274 bool bg = (i > 20); in operator_not_equal() local
/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp522 changeColor(enum Colors colors,bool bold,bool bg) changeColor() argument