/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/ |
D | sort-relocation-table.s | 273 lui $2, %got(local1) 274 lui $2, %got(local1) 275 addiu $2, $2, %lo(local1+1) 276 addiu $2, $2, %lo(local1) 321 lw $2, %lo(local1) 329 lw $2, %lo(local1) 330 lw $2, %lo(local1) 331 lui $2, %got(local1) 345 lw $2, %lo(local1) 346 lui $2, %got(local1) [all …]
|
/external/llvm/test/MC/Mips/ |
D | sort-relocation-table.s | 273 lui $2, %got(local1) 274 lui $2, %got(local1) 275 addiu $2, $2, %lo(local1+1) 276 addiu $2, $2, %lo(local1) 321 lw $2, %lo(local1) 329 lw $2, %lo(local1) 330 lw $2, %lo(local1) 331 lui $2, %got(local1) 345 lw $2, %lo(local1) 346 lui $2, %got(local1) [all …]
|
/external/clang/test/Analysis/ |
D | lambdas.cpp | 302 int local1 = returnsValue(); // no-warning in captureByCopyCausesUse() local 306 (void)[local1, local2]() { }; // Explicit capture by copy counts as use. in captureByCopyCausesUse() 317 int local1 = returnsValue(); // no-warning in captureByReference() local 319 auto lambda1 = [&local1]() { // Explicit capture by reference in captureByReference() 320 local1++; in captureByReference() 324 local1 = 7; // no-warning in captureByReference()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/MIR/X86/ |
D | live-debug-values-reg-copy.mir | 19 %local1 = alloca i32, align 4 21 %0 = bitcast i32* %local1 to i8*, !dbg !15 23 call void @init(i32* nonnull %local1), !dbg !15 24 %1 = load i32, i32* %local1, align 4, !dbg !15, !tbaa !20 32 %2 = load i32, i32* %local1, align 4, !dbg !15, !tbaa !20 38 %3 = load i32, i32* %local1, align 4, !dbg !15, !tbaa !20 44 %4 = bitcast i32* %local1 to i8* 134 - { id: 0, name: local1, type: default, offset: -28, size: 4, alignment: 4, 156 …renamable $edi = MOV32rm $rsp, 1, $noreg, 4, $noreg :: (dereferenceable load 4 from %ir.local1, !t… 182 …ags, implicit killed $rax, implicit-def $rax :: (dereferenceable load 4 from %ir.local1, !tbaa !20)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-split/ |
D | scc-global2global.ll | 9 ; CHECK0: declare dso_local i8** @local1 14 ; CHECK1: define internal i8** @local1 25 define internal i8** @local1() {
|
/external/llvm/test/tools/llvm-split/ |
D | scc-global2global.ll | 9 ; CHECK0: declare i8** @local1 14 ; CHECK1: define internal i8** @local1 25 define internal i8** @local1() {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/ |
D | alias.s | 4 local1: label 5 external_aliased_to_local = local1
|
/external/llvm/test/MC/COFF/ |
D | alias.s | 4 local1: label 5 external_aliased_to_local = local1
|
/external/apache-commons-bcel/src/test/java/org/apache/bcel/data/ |
D | PLSETestClass.java | 29 int local1 = arg1; in meth1() local 36 int local1 = arg1; in meth2() local
|
/external/swiftshader/third_party/subzero/tests_lit/asan_tests/ |
D | instrumentlocals.ll | 10 %local1 = alloca i8, i32 4, align 4 15 %i1 = ptrtoint i8* %local1 to i32 34 ; DUMP-NEXT: %local1 = alloca i8, i32 64, align 8 59 ; DUMP-NEXT: call void @foo(i32 %local1)
|
D | multiple_returns.ll | 9 %local1 = alloca i8, i32 4, align 4 23 ; DUMP-NEXT: %local1 = alloca i8, i32 64, align 8
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
D | StackTrace002Debuggee.java | 314 int local1 = INT_PARAM_VALUE; in runBreakpointIntTwoConstants() local 316 breakpointIntTwoConstants(local1, local2); in runBreakpointIntTwoConstants() 317 breakpointIntTwoConstants(local1, local2); in runBreakpointIntTwoConstants()
|
/external/clang/test/Analysis/inlining/ |
D | containers.cpp | 46 BeginOnlySet local1; in testWrappers() local
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | aggressive_dead_code_elim_test.cpp | 5645 OpName %local1 "local1" in TEST_F() 5687 OpName %local1 "local1" in TEST_F() 5752 OpName %local1 "local1" in TEST_F() 5786 OpName %local1 "local1" in TEST_F()
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | aggressive_dead_code_elim_test.cpp | 5645 OpName %local1 "local1" in TEST_F() 5687 OpName %local1 "local1" in TEST_F() 5752 OpName %local1 "local1" in TEST_F() 5786 OpName %local1 "local1" in TEST_F()
|
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/ |
D | DexMakerTest.java | 1314 Local<Integer> local1 = code.newLocal(TypeId.INT); in testForLoop() local 1316 code.loadConstant(local1, 1); in testForLoop() 1328 code.op(BinaryOp.ADD, localI, localI, local1); in testForLoop() 1448 Local<Integer> local1 = code.newLocal(TypeId.INT); in testRecursion() local 1454 code.loadConstant(local1, 1); in testRecursion() 1457 code.op(BinaryOp.SUBTRACT, localA, localA, local1); in testRecursion() 1459 code.op(BinaryOp.SUBTRACT, localA, localA, local1); in testRecursion()
|
/external/python/dateutil/dateutil/test/ |
D | test_tz.py | 1035 local1 = tz.gettz() 1038 assert local1 is not local2
|
/external/python/cpython2/Doc/library/ |
D | logging.handlers.rst | 516 | ``local1`` | LOG_LOCAL1 |
|
/external/python/cpython3/Doc/library/ |
D | logging.handlers.rst | 682 | ``local1`` | LOG_LOCAL1 |
|
/external/mksh/src/ |
D | check.t | 340 alias local1='\typeset' 343 local1 x=$1 y=z
|