/llvm-project/libc/test/src/stdio/scanf_core/ |
H A D | reader_test.cpp | 18 LIBC_NAMESPACE::scanf_core::ReadBuffer rb{const_cast<char *>(str), 1000000}; in TEST() local 24 LIBC_NAMESPACE::scanf_core::ReadBuffer rb{const_cast<char *>(str), 1000000}; in TEST() local 34 LIBC_NAMESPACE::scanf_core::ReadBuffer rb{const_cast<char *>(str), 1000000}; in TEST() local
|
/llvm-project/libc/src/stdio/scanf_core/ |
H A D | reader.h | 30 ReadBuffer *rb; global() variable 46 : rb(stream_buffer), input_stream(stream), stream_getc(stream_getc_in), rb() function
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | 2005-02-20-BrokenReferenceTest.cpp | 3 void test(unsigned char *b, int rb) { in test()
|
H A D | cxx0x-initializer-references.cpp | 84 const B &rb{ B() }; in single_init_temp_cleanup() local
|
/llvm-project/libc/src/stdio/ |
H A D | sscanf.cpp | 30 scanf_core::ReadBuffer rb{const_cast<char *>(buffer), global() variable
|
/llvm-project/clang/test/CodeGen/ |
H A D | 2009-08-14-vararray-crash.c | 3 void sum1(int rb) { in sum1()
|
/llvm-project/lld/ELF/ |
H A D | ICF.cpp | 239 constantEq(const InputSection * secA,ArrayRef<RelTy> ra,const InputSection * secB,ArrayRef<RelTy> rb) constantEq() argument 326 const RelsOrRelas<ELFT> rb = b->template relsOrRelas<ELFT>(); equalsConstant() local 337 variableEq(const InputSection * secA,ArrayRef<RelTy> ra,const InputSection * secB,ArrayRef<RelTy> rb) variableEq() argument 376 const RelsOrRelas<ELFT> rb = b->template relsOrRelas<ELFT>(); equalsVariable() local [all...] |
/llvm-project/libc/src/__support/FPUtil/generic/ |
H A D | sqrt_80_bit_long_double.h | 100 bool rb = false; // Round bit sqrt() local
|
/llvm-project/flang/test/Evaluate/ |
H A D | fold-matmul.f90 | 16 real, parameter :: rb(*,*) = ib variable
|
/llvm-project/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.nonmember/ |
H A D | iter_swap.pass.cpp | 34 std::reverse_iterator<int*> rb(a + N); in test() local
|
/llvm-project/lld/MachO/ |
H A D | ICF.cpp | 108 __anon06beefa70102(const Reloc &ra, const Reloc &rb) equalsConstant() argument 181 __anon06beefa70202(const Reloc &ra, const Reloc &rb) equalsVariable() argument [all...] |
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/ |
H A D | function-types-builtins.cpp | 128 auto rb = &unaryret<char, 1>; variable
|
/llvm-project/lldb/source/Plugins/Instruction/PPC64/ |
H A D | EmulateInstructionPPC64.cpp | 329 uint32_t rb = Bits32(opcode, 15, 11); in EmulateOR() local
|
/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_report.cpp | 124 StackAllocationsRingBuffer *rb = t->stack_allocations(); in CopyFrom() local 134 StackAllocationsRingBuffer *rb = get(); in ~SavedStackAllocations() local 166 static bool FindHeapAllocation(HeapAllocationsRingBuffer *rb, uptr tagged_addr, in FindHeapAllocation() argument [all...] |
/llvm-project/clang/test/Analysis/ |
H A D | dynamic-cast.cpp | 173 B rb; in testReferenceSuccessfulCast() local
|
/llvm-project/lld/COFF/ |
H A D | ICF.cpp | 143 auto rb = make_filter_range(b->children(), considerForICF); in assocEquals() local
|
/llvm-project/clang/test/CXX/dcl.decl/dcl.decomp/ |
H A D | p4.cpp | 166 unsigned long long &rb = b; // expected-error {{bit-field 'y'}} in f() local
|
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | LowerVectorTranspose.cpp | 248 Value rb = createUnpackHiPd(b, t9, tb, 512); in transposeToShuffle16x16() local
|
/llvm-project/clang/test/CXX/drs/ |
H A D | cwg20xx.cpp | 211 int &rb = b; // #cwg2083-rb in ref_to_non_const() local
|
/llvm-project/mlir/lib/Dialect/Linalg/IR/ |
H A D | LinalgInterfaces.cpp | 354 llvm::SmallDenseSet<int64_t> rb = inferContractionDimsImpl() local
|
/llvm-project/clang/test/CXX/expr/expr.const/ |
H A D | p2-0x.cpp | 203 constexpr B &rb = (B&)*na; // expected-error {{constant expression}} expected-note {{cannot access derived class of null pointer}} variable
|
/llvm-project/clang/test/SemaCXX/ |
H A D | constant-expression-cxx11.cpp | 433 const int &rb = B(); global() variable
|