Home
last modified time | relevance | path

Searched defs:bc (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.type/
H A Dp1.cpp10 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 Daltivec-zvector-bool.c16 __vector bool char bc; variable
20 __vector _Bool char bc; variable
/llvm-project/libcxx/test/std/containers/unord/unord.map/
H A Dbucket.pass.cpp40 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 Dbucket.pass.cpp40 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 Dbucket.pass.cpp38 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 Dbucket.pass.cpp38 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 Doverload-call-copycon.cpp34 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 Dclass.cpp41 NestedC bc : 1; // expected-error {{bit-field 'bc' has non-integral type}} member in C
H A Dcxx0x-deleted-default-ctor.cpp58 bad_const bc; // expected-error {{call to implicitly-deleted default constructor}} variable
H A Doverload-call.cpp232 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 DAbstractBase.py63 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 Dmultc3.c26 fp_t bc = b * c; in __multc3() local
/llvm-project/flang/lib/Evaluate/
H A Dcomplex.cpp40 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 Delsewhere.cpp39 B<char> bc; variable
/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dmultc3.c27 long double bc = __gcc_qmul(b, c); in __multc3() local
/llvm-project/clang/test/Sema/
H A Dzvector2.c7 vector bool char bc, bc2; variable
H A Dzvector.c7 vector bool char bc, bc2; variable
[all...]
/llvm-project/lldb/test/API/functionalities/breakpoint/cpp/
H A Dmain.cpp105 b::c bc; in main() local
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-var.cpp52 const Base bc, const Derived dc, in bind_lvalue_to_lvalue()
/llvm-project/clang/test/CodeGen/SystemZ/
H A Dzvector.c7 volatile vector bool char bc, bc2; global() variable
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dsimplify-boolean-expr.cpp239 bool bc = (i > 20); in operator_and() local
/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp599 BumpVectorContext &bc) in FindBlockDeclRefExprsVals()
/llvm-project/mlir/lib/Dialect/Linalg/IR/
H A DLinalgInterfaces.cpp343 llvm::SmallDenseSet<int64_t> bc = b; inferContractionDimsImpl() local
/llvm-project/libc/AOR_v20.02/math/test/rtest/
H A Ddotest.c1634 mpc_t ac, bc, rc; in docase() local
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h687 BlockDataRegion(const BlockCodeRegion *bc, const LocationContext *lc, in BlockDataRegion() argument

12