/llvm-project/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.type/ |
H A D | p1.cpp | 10 B<T>::C bc; // ok, B<T> is the current instantiation. member 15 B<B<T>>::C bc; // ok, B<B<T>> is the current instantiation. member 20 B<B<T>>::C bc; // expected-warning {{implicit 'typename' is a C++20 extension}} member
|
/llvm-project/clang/test/Parser/ |
H A D | altivec-zvector-bool.c | 16 __vector bool char bc; variable 20 __vector _Bool char bc; variable
|
/llvm-project/libcxx/test/std/containers/unord/unord.map/ |
H A D | bucket.pass.cpp | 40 std::size_t bc = c.bucket_count(); in main() local 60 std::size_t bc = c.bucket_count(); in main() local
|
/llvm-project/libcxx/test/std/containers/unord/unord.multimap/ |
H A D | bucket.pass.cpp | 40 std::size_t bc = c.bucket_count(); in main() local 60 std::size_t bc = c.bucket_count(); in main() local
|
/llvm-project/libcxx/test/std/containers/unord/unord.set/ |
H A D | bucket.pass.cpp | 38 std::size_t bc = c.bucket_count(); in main() local 57 std::size_t bc = c.bucket_count(); in main() local
|
/llvm-project/libcxx/test/std/containers/unord/unord.multiset/ |
H A D | bucket.pass.cpp | 38 std::size_t bc = c.bucket_count(); in main() local 58 std::size_t bc = c.bucket_count(); in main() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | overload-call-copycon.cpp | 34 void test_copycon2(A a, const A ac, B b, B const bc, B volatile bv) { in test_copycon2() 45 void test_copycon3(B b, const B bc) { in test_copycon3()
|
H A D | class.cpp | 41 NestedC bc : 1; // expected-error {{bit-field 'bc' has non-integral type}} member in C
|
H A D | cxx0x-deleted-default-ctor.cpp | 58 bad_const bc; // expected-error {{call to implicitly-deleted default constructor}} variable
|
H A D | overload-call.cpp | 232 void test_derived(B* b, B const* bc, C* c, const C* cc, void* v, D* d) { in test_derived()
|
/llvm-project/lldb/test/API/types/ |
H A D | AbstractBase.py | 63 def build_and_run(self, source, atoms, bc=False, qd=False): argument 68 def build_and_run_expr(self, source, atoms, bc=False, qd=False): argument 74 self, source, atoms, expr, bc=False, qd=False argument
|
/llvm-project/compiler-rt/lib/builtins/ |
H A D | multc3.c | 26 fp_t bc = b * c; in __multc3() local
|
/llvm-project/flang/lib/Evaluate/ |
H A D | complex.cpp | 40 Part bc{im_.Multiply(that.re_, rounding).AccumulateFlags(flags)}; in Multiply() local 61 Part bc{im_.Multiply(that.re_, rounding).AccumulateFlags(flags)}; in Divide() local
|
/llvm-project/clang/test/CXX/special/class.inhctor/ |
H A D | elsewhere.cpp | 39 B<char> bc; variable
|
/llvm-project/compiler-rt/lib/builtins/ppc/ |
H A D | multc3.c | 27 long double bc = __gcc_qmul(b, c); in __multc3() local
|
/llvm-project/clang/test/Sema/ |
H A D | zvector2.c | 7 vector bool char bc, bc2; variable
|
H A D | zvector.c | 7 vector bool char bc, bc2; variable [all...] |
/llvm-project/lldb/test/API/functionalities/breakpoint/cpp/ |
H A D | main.cpp | 105 b::c bc; in main() local
|
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
H A D | p5-var.cpp | 52 const Base bc, const Derived dc, in bind_lvalue_to_lvalue()
|
/llvm-project/clang/test/CodeGen/SystemZ/ |
H A D | zvector.c | 7 volatile vector bool char bc, bc2; global() variable [all...] |
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | simplify-boolean-expr.cpp | 239 bool bc = (i > 20); in operator_and() local
|
/llvm-project/clang/lib/Analysis/ |
H A D | AnalysisDeclContext.cpp | 599 BumpVectorContext &bc) in FindBlockDeclRefExprsVals()
|
/llvm-project/mlir/lib/Dialect/Linalg/IR/ |
H A D | LinalgInterfaces.cpp | 343 llvm::SmallDenseSet<int64_t> bc = b; inferContractionDimsImpl() local
|
/llvm-project/libc/AOR_v20.02/math/test/rtest/ |
H A D | dotest.c | 1634 mpc_t ac, bc, rc; in docase() local
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | MemRegion.h | 687 BlockDataRegion(const BlockCodeRegion *bc, const LocationContext *lc, in BlockDataRegion() argument
|