Home
last modified time | relevance | path

Searched defs:rb (Results 1 – 22 of 22) sorted by relevance

/llvm-project/libc/test/src/stdio/scanf_core/
H A Dreader_test.cpp18 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 Dreader.h30 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 D2005-02-20-BrokenReferenceTest.cpp3 void test(unsigned char *b, int rb) { in test()
H A Dcxx0x-initializer-references.cpp84 const B &rb{ B() }; in single_init_temp_cleanup() local
/llvm-project/libc/src/stdio/
H A Dsscanf.cpp30 scanf_core::ReadBuffer rb{const_cast<char *>(buffer), global() variable
/llvm-project/clang/test/CodeGen/
H A D2009-08-14-vararray-crash.c3 void sum1(int rb) { in sum1()
/llvm-project/lld/ELF/
H A DICF.cpp239 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 Dsqrt_80_bit_long_double.h100 bool rb = false; // Round bit sqrt() local
/llvm-project/flang/test/Evaluate/
H A Dfold-matmul.f9016 real, parameter :: rb(*,*) = ib variable
/llvm-project/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.nonmember/
H A Diter_swap.pass.cpp34 std::reverse_iterator<int*> rb(a + N); in test() local
/llvm-project/lld/MachO/
H A DICF.cpp108 __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 Dfunction-types-builtins.cpp128 auto rb = &unaryret<char, 1>; variable
/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp329 uint32_t rb = Bits32(opcode, 15, 11); in EmulateOR() local
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp124 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 Ddynamic-cast.cpp173 B rb; in testReferenceSuccessfulCast() local
/llvm-project/lld/COFF/
H A DICF.cpp143 auto rb = make_filter_range(b->children(), considerForICF); in assocEquals() local
/llvm-project/clang/test/CXX/dcl.decl/dcl.decomp/
H A Dp4.cpp166 unsigned long long &rb = b; // expected-error {{bit-field 'y'}} in f() local
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorTranspose.cpp248 Value rb = createUnpackHiPd(b, t9, tb, 512); in transposeToShuffle16x16() local
/llvm-project/clang/test/CXX/drs/
H A Dcwg20xx.cpp211 int &rb = b; // #cwg2083-rb in ref_to_non_const() local
/llvm-project/mlir/lib/Dialect/Linalg/IR/
H A DLinalgInterfaces.cpp354 llvm::SmallDenseSet<int64_t> rb = inferContractionDimsImpl() local
/llvm-project/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp203 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 Dconstant-expression-cxx11.cpp433 const int &rb = B(); global() variable