Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/Analysis/diagnostics/
Dno-store-func-path-notes.c164 C localC; in use_partial_nested_initializer() local
165 localC.b = localB; in use_partial_nested_initializer()
166 partial_nested_initializer(&localC); // expected-note{{Calling 'partial_nested_initializer'}} in use_partial_nested_initializer()
168 …return localC.b.y; // expected-warning{{Undefined or garbage value returned to c… in use_partial_nested_initializer()
/external/llvm-project/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
112 %localC = alloca i32, align 4
138 %3 = bitcast i32* %localC to i8*, !dbg !48
140 …call void @llvm.dbg.declare(metadata i32* %localC, metadata !22, metadata !DIExpression()), !dbg !…
141 store i32 3, i32* %localC, align 4, !dbg !48, !tbaa !42
142 %4 = bitcast i32* %localC to i8*, !dbg !49
250 !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()