/llvm-project/lldb/source/Plugins/Instruction/PPC64/ |
H A D | EmulateInstructionPPC64.cpp | 230 uint32_t ra = Bits32(opcode, 20, 16); in EmulateLD() local 260 uint32_t ra = Bits32(opcode, 20, 16); in EmulateSTD() local 328 uint32_t ra = Bits32(opcode, 20, 16); in EmulateOR() local 361 uint32_t ra = Bits32(opcode, 20, 16); in EmulateADDI() local
|
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
H A D | p1.cpp | 13 int (&ra)[3] = a; in f() local
|
H A D | p5-examples.cpp | 21 A &ra = b; in example1() local
|
H A D | p5-0x.cpp | 100 A& ra = b; variable
|
/llvm-project/lld/ELF/ |
H A D | ICF.cpp | 238 constantEq(const InputSection * secA,ArrayRef<RelTy> ra,const InputSection * secB,ArrayRef<RelTy> rb) constantEq() argument 325 const RelsOrRelas<ELFT> ra = a->template relsOrRelas<ELFT>(); equalsConstant() local 336 variableEq(const InputSection * secA,ArrayRef<RelTy> ra,const InputSection * secB,ArrayRef<RelTy> rb) variableEq() argument 375 const RelsOrRelas<ELFT> ra = a->template relsOrRelas<ELFT>(); equalsVariable() local [all...] |
/llvm-project/clang/test/CodeGen/avr/ |
H A D | avr-inline-asm-constraints.c | 121 void ra() { in ra() function
|
/llvm-project/clang/test/SemaCXX/ |
H A D | decl-init-ref.cpp | 25 …A& ra = f(); // expected-error {{non-const lvalue reference to type 'A' cannot bind to a temporary… in main() local
|
H A D | references.cpp | 15 int (&ra)[3] = a; in f() local 41 A& ra = b; // ra refers to A subobject in b in test3() local
|
H A D | warn-reinterpret-base-class.cpp | 137 void reinterpret_reference_downcast(A a, A &ra, const A &cra) { in reinterpret_reference_downcast()
|
/llvm-project/lldb/source/Plugins/ABI/Hexagon/ |
H A D | ABISysV_hexagon.cpp | 1012 lldb::addr_t pc, lldb::addr_t ra, in PrepareTrivialCall() argument 1051 Thread &thread, lldb::addr_t sp, lldb::addr_t pc, lldb::addr_t ra, in PrepareTrivialCall() argument
|
/llvm-project/flang/test/Evaluate/ |
H A D | fold-matmul.f90 | 15 real, parameter :: ra(*,*) = ia variable
|
/llvm-project/flang/test/Integration/OpenMP/ |
H A D | copyprivate.f90 | 78 real :: r, ra(2, 3) 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/source/Plugins/ABI/MSP430/ |
H A D | ABISysV_msp430.cpp | 279 lldb::addr_t pc, lldb::addr_t ra, in PrepareTrivialCall() argument
|
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/ |
H A D | function-types-builtins.cpp | 126 auto ra = &unaryret<bool, 0>; variable
|
/llvm-project/lldb/source/Plugins/ABI/RISCV/ |
H A D | ABISysV_riscv.cpp | 50 ra, global() enumerator 174 PrepareTrivialCall(Thread & thread,addr_t sp,addr_t pc,addr_t ra,llvm::Type & prototype,llvm::ArrayRef<ABI::CallArgument> args) const PrepareTrivialCall() argument
|
/llvm-project/lld/COFF/ |
H A D | ICF.cpp | 142 auto ra = make_filter_range(a->children(), considerForICF); in assocEquals() local
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | cxx1z-using-declaration.cpp | 226 int &ra = o(a); in test() local
|
/llvm-project/clang/test/CXX/dcl.decl/dcl.decomp/ |
H A D | p4.cpp | 165 unsigned long long &ra = a; // expected-error {{bit-field 'x'}} in f() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_posix_libcdep.cpp | 265 u32 ra = (inst >> 16) & 0x1F; in IsStackOverflow() local [all...] |
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | LowerVectorTranspose.cpp | 247 Value ra = createUnpackLoPd(b, t9, tb, 512); in transposeToShuffle16x16() local
|
/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextFreeBSD_mips64.cpp | 97 uint64_t ra; member
|
/llvm-project/lld/ELF/Arch/ |
H A D | PPC64.cpp | 964 uint32_t ra = (tlsInstr & 0x001F0000) >> 16; // bits 11-15 relaxTlsIeToLe() local 1524 uint32_t ra = (readFromHalf16(loc) & (0x1f << 16)); relaxTlsGdToIe() local
|
/llvm-project/clang/test/CXX/drs/ |
H A D | cwg20xx.cpp | 210 const int &ra = a; // #cwg2083-ra in ref_to_non_const() local
|
/llvm-project/lldb/source/Plugins/ABI/ARC/ |
H A D | ABISysV_arc.cpp | 197 addr_t ra, llvm::Type &prototype, in PrepareTrivialCall() argument
|