Home
last modified time | relevance | path

Searched refs:local1 (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/MC/Mips/
Dsort-relocation-table.s273 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/
Dlambdas.cpp302 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/llvm/test/tools/llvm-split/
Dscc-global2global.ll9 ; CHECK0: declare i8** @local1
14 ; CHECK1: define internal i8** @local1
25 define internal i8** @local1() {
/external/llvm/test/MC/COFF/
Dalias.s4 local1: label
5 external_aliased_to_local = local1
/external/swiftshader/third_party/subzero/tests_lit/asan_tests/
Dinstrumentlocals.ll10 %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)
Dmultiple_returns.ll9 %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/
DStackTrace002Debuggee.java314 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/
Dcontainers.cpp46 BeginOnlySet local1; in testWrappers() local
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java1170 Local<Integer> local1 = code.newLocal(TypeId.INT); in testForLoop() local
1172 code.loadConstant(local1, 1); in testForLoop()
1184 code.op(BinaryOp.ADD, localI, localI, local1); in testForLoop()
1304 Local<Integer> local1 = code.newLocal(TypeId.INT); in testRecursion() local
1310 code.loadConstant(local1, 1); in testRecursion()
1313 code.op(BinaryOp.SUBTRACT, localA, localA, local1); in testRecursion()
1315 code.op(BinaryOp.SUBTRACT, localA, localA, local1); in testRecursion()
/external/python/cpython2/Doc/library/
Dlogging.handlers.rst516 | ``local1`` | LOG_LOCAL1 |
/external/curl/docs/
DMANUAL960 curl -T local1 ftp://ftp.com/moo.exe -T local2 ftp://ftp.com/moo2.txt
/external/mksh/src/
Dcheck.t285 alias local1='\typeset'
288 local1 x=$1 y=z