/llvm-project/clang/test/CodeGenCXX/ |
H A D | default-arguments.cpp | 37 B bs[2]; f1() local 41 B bs[2]; global() member 63 B *bs = new B[2]; f3() local
|
H A D | debug-info-range-for-var-names.cpp | 10 vec as, bs, cs; in test() local
|
/llvm-project/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/ |
H A D | ctor_err_string.pass.cpp | 58 std::string bs = myconv.to_bytes(L"\xDA83"); in main() local 73 std::string bs = myconv.to_bytes(L"\xDA83"); in main() local
|
H A D | to_bytes.pass.cpp | 45 std::string bs = myconv.to_bytes(ws[0]); in test() local 64 std::string bs = myconv.to_bytes(ws[0]); in test() local
|
H A D | from_bytes.pass.cpp | 44 std::string bs("\xE1\x80\x85"); in test() local 63 std::string bs("\xF1\x80\x80\x83"); in test() local
|
H A D | converted.pass.cpp | 44 std::string bs = myconv.to_bytes(L"\u1005"); in test() local 61 std::string bs = myconv.to_bytes(L"\U00040003"); in test() local
|
/llvm-project/clang/lib/Headers/ |
H A D | riscv_crypto.h | 21 #define __riscv_aes32dsi(x, y, bs) __builtin_riscv_aes32dsi(x, y, bs) argument 22 #define __riscv_aes32dsmi(x, y, bs) __builtin_riscv_aes32dsmi(x, y, bs) argument 45 #define __riscv_aes32esi(x, y, bs) __builtin_riscv_aes32esi(x, y, bs) argument 46 #define __riscv_aes32esmi(x, y, bs) __builtin_riscv_aes32esmi(x, y, bs) argument 162 #define __riscv_sm4ed(x, y, bs) __builtin_riscv_sm4ed(x, y, bs); argument 163 #define __riscv_sm4ks(x, y, bs) __builtin_riscv_sm4ks(x, y, bs); argument
|
/llvm-project/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/ |
H A D | underflow.pass.cpp | 50 std::istringstream bs(s); in main() local 63 std::istringstream bs(s); in main() local 85 std::istringstream bs(s); in main() local
|
H A D | seekoff.pass.cpp | 47 std::fstream bs("seekoff.dat", std::ios::trunc | std::ios::in in main() local
|
H A D | overflow.pass.cpp | 94 std::ofstream bs("overflow.dat"); in main() local
|
/llvm-project/libcxx/test/std/thread/thread.semaphore/ |
H A D | ctor.compile.pass.cpp | 32 constinit std::binary_semaphore bs(1); global() variable
|
/llvm-project/clang/test/CodeGen/ |
H A D | object-size.cpp | 36 struct C { int i; B bs[1]; } *c; in test2() member
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_test_python.py | 207 def add(bs): argument 220 def fail(bs): argument
|
H A D | isl_test_cpp-checked.cc | 140 auto add_to_vector = [&] (isl::basic_set bs) { in test_foreach() 154 auto fail = [&] (isl::basic_set bs) { in test_foreach()
|
H A D | isl_test_cpp.cc | 93 auto add_to_vector = [&] (isl::basic_set bs) { in test_foreach() 105 auto fail = [&] (isl::basic_set bs) { in test_foreach()
|
H A D | isl_test_cpp-generic.cc | 75 isl::basic_set bs(ctx, "{ [1] }"); in test_constructors() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | crashes.cpp | 179 template<typename> struct bs { struct 187 template<typename T> bs<T>::bs() { member; } // expected-error{{did you mean to call it}} in bs() function in pr16964::bs
|
/llvm-project/clang/test/Sema/ |
H A D | zvector2.c | 11 vector bool short bs, bs2; variable
|
H A D | zvector.c | 11 vector bool short bs, bs2; variable [all...] |
/llvm-project/libc/src/__support/FPUtil/ |
H A D | double_double.h | 91 DoubleDouble bs; exact_mult() local
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | LLVMIRConversionGen.cpp | 132 llvm::raw_string_ostream bs(builder); in emitOneBuilder() local 227 llvm::raw_string_ostream as(arguments), bs(builder); emitOneMLIRBuilder() local [all...] |
/llvm-project/clang/test/CodeGen/SystemZ/ |
H A D | zvector.c | 11 volatile vector bool short bs, bs2; global() variable [all...] |
/llvm-project/flang/lib/Semantics/ |
H A D | check-case.cpp | 153 bs << ':'; in AsFortran() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | container-size-empty.cpp | 403 BoolSize bs; in returnsBool() local
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | default-expr-arguments.cpp | 185 vector<B> bs; member
|