Home
last modified time | relevance | path

Searched refs:localC (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dlexicalblock.ll10 ; if (__builtin_expect(argc != 1, 0)) { // S_BLOCK32 containing 'localC'
11 ; int localC = 3;
50 ; The commands above split the lexical block containing localB and localC into
74 ; CHECK: VarName: localC
144 %localC = alloca i32, align 4
170 %3 = bitcast i32* %localC to i8*, !dbg !48
172 …call void @llvm.dbg.declare(metadata i32* %localC, metadata !22, metadata !DIExpression()), !dbg !…
173 store i32 3, i32* %localC, align 4, !dbg !48, !tbaa !42
174 %4 = bitcast i32* %localC to i8*, !dbg !49
282 !22 = !DILocalVariable(name: "localC", scope: !23, file: !9, line: 8, type: !12)
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java307 Local<Callable> localC = code.getParameter(0, CALLABLE); in testInvokeInterface() local
309 code.invokeInterface(CALL, localResult, localC); in testInvokeInterface()
1405 Local<Integer> localC = code.getParameter(2, TypeId.INT); in testIfElseBlock() local
1410 code.compare(Comparison.LT, bLessThanC, localB, localC); in testIfElseBlock()
1411 code.returnValue(localC); in testIfElseBlock()
1414 code.compare(Comparison.LT, aLessThanC, localA, localC); in testIfElseBlock()
1415 code.returnValue(localC); in testIfElseBlock()
1572 Local<Integer> localC = code.getParameter(2, TypeId.INT); in testNestedCatchClauses() local
1589 code.invokeStatic(thrower, null, localC); in testNestedCatchClauses()