Home
last modified time | relevance | path

Searched defs:bs (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project/clang/test/CodeGenCXX/
H A Ddefault-arguments.cpp37 B bs[2]; f1() local
41 B bs[2]; global() member
63 B *bs = new B[2]; f3() local
H A Ddebug-info-range-for-var-names.cpp10 vec as, bs, cs; in test() local
/llvm-project/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/
H A Dctor_err_string.pass.cpp58 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 Dto_bytes.pass.cpp45 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 Dfrom_bytes.pass.cpp44 std::string bs("\xE1\x80\x85"); in test() local
63 std::string bs("\xF1\x80\x80\x83"); in test() local
H A Dconverted.pass.cpp44 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 Driscv_crypto.h21 #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 Dunderflow.pass.cpp50 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 Dseekoff.pass.cpp47 std::fstream bs("seekoff.dat", std::ios::trunc | std::ios::in in main() local
H A Doverflow.pass.cpp94 std::ofstream bs("overflow.dat"); in main() local
/llvm-project/libcxx/test/std/thread/thread.semaphore/
H A Dctor.compile.pass.cpp32 constinit std::binary_semaphore bs(1); global() variable
/llvm-project/clang/test/CodeGen/
H A Dobject-size.cpp36 struct C { int i; B bs[1]; } *c; in test2() member
/llvm-project/polly/lib/External/isl/
H A Disl_test_python.py207 def add(bs): argument
220 def fail(bs): argument
H A Disl_test_cpp-checked.cc140 auto add_to_vector = [&] (isl::basic_set bs) { in test_foreach()
154 auto fail = [&] (isl::basic_set bs) { in test_foreach()
H A Disl_test_cpp.cc93 auto add_to_vector = [&] (isl::basic_set bs) { in test_foreach()
105 auto fail = [&] (isl::basic_set bs) { in test_foreach()
H A Disl_test_cpp-generic.cc75 isl::basic_set bs(ctx, "{ [1] }"); in test_constructors() local
/llvm-project/clang/test/SemaCXX/
H A Dcrashes.cpp179 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 Dzvector2.c11 vector bool short bs, bs2; variable
H A Dzvector.c11 vector bool short bs, bs2; variable
[all...]
/llvm-project/libc/src/__support/FPUtil/
H A Ddouble_double.h91 DoubleDouble bs; exact_mult() local
/llvm-project/mlir/tools/mlir-tblgen/
H A DLLVMIRConversionGen.cpp132 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 Dzvector.c11 volatile vector bool short bs, bs2; global() variable
[all...]
/llvm-project/flang/lib/Semantics/
H A Dcheck-case.cpp153 bs << ':'; in AsFortran() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dcontainer-size-empty.cpp403 BoolSize bs; in returnsBool() local
/llvm-project/clang/test/SemaTemplate/
H A Ddefault-expr-arguments.cpp185 vector<B> bs; member

12