/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | modernize-pass-by-value.cpp | 130 struct J2 { struct 137 J2<T>::J2(const MovableTemplateT<T>& A) : M(A) {} in J2() argument
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | mangle-class-nttp.cpp | 260 struct J2 { int c, d; }; argument
|
/external/clang/test/Sema/ |
D | warn-duplicate-enum.c | 64 enum { J1, J2 = -1, J3 }; enumerator
|
/external/llvm-project/clang/test/Sema/ |
D | warn-duplicate-enum.c | 64 enum { J1, J2 = -1, J3 }; enumerator
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAsmBackend.cpp | 479 bool J2 = Value & 0x200000; in adjustFixupValue() local
|
D | ARMMCCodeEmitter.cpp | 603 uint32_t J2 = (offset & 0x200000) >> 21; in encodeThumbBLOffset() local 766 bool J2 = (Val & 0x200000); in getThumbBranchTargetOpValue() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAsmBackend.cpp | 559 bool J2 = Value & 0x200000; in adjustFixupValue() local
|
D | ARMMCCodeEmitter.cpp | 649 uint32_t J2 = (offset & 0x200000) >> 21; in encodeThumbBLOffset() local 812 bool J2 = (Val & 0x200000); in getThumbBranchTargetOpValue() local
|
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAsmBackend.cpp | 566 bool J2 = Value & 0x200000; in adjustFixupValue() local
|
D | ARMMCCodeEmitter.cpp | 641 uint32_t J2 = (offset & 0x200000) >> 21; in encodeThumbBLOffset() local 804 bool J2 = (Val & 0x200000); in getThumbBranchTargetOpValue() local
|
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 2238 unsigned J2 = fieldFromInstruction_4(Insn, 11, 1); in DecodeT2BInstruction() local 3944 unsigned J2 = (Val >> 21) & 1; in DecodeThumbBLXOffset() local 4074 unsigned J2 = (Val >> 21) & 1; in DecodeThumbBLTargetOperand() local
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 2272 unsigned J2 = fieldFromInstruction(Insn, 11, 1); in DecodeT2BInstruction() local 3955 unsigned J2 = (Val >> 21) & 1; in DecodeThumbBLXOffset() local 4093 unsigned J2 = (Val >> 21) & 1; in DecodeThumbBLTargetOperand() local
|
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
D | EmulateInstructionARM.cpp | 2038 uint32_t J2 = Bit32(opcode, 11); in EmulateBLXImmediate() local 2057 uint32_t J2 = Bit32(opcode, 11); in EmulateBLXImmediate() local 2846 uint32_t J2 = Bit32(opcode, 11); in EmulateB() local 2859 uint32_t J2 = Bit32(opcode, 11); in EmulateB() local
|
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 2645 unsigned J2 = fieldFromInstruction(Insn, 11, 1); in DecodeT2BInstruction() local 4502 unsigned J2 = (Val >> 21) & 1; in DecodeThumbBLXOffset() local 4643 unsigned J2 = (Val >> 21) & 1; in DecodeThumbBLTargetOperand() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 2624 unsigned J2 = fieldFromInstruction(Insn, 11, 1); in DecodeT2BInstruction() local 4481 unsigned J2 = (Val >> 21) & 1; in DecodeThumbBLXOffset() local 4620 unsigned J2 = (Val >> 21) & 1; in DecodeThumbBLTargetOperand() local
|
/external/libffi/testsuite/libffi.bhaible/ |
D | testcases.c | 93 J J1={47,11},J2={73,55}; variable
|