HomeSort by relevance Sort by last modified time
    Searched full:cont (Results 1 - 25 of 417) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/Transforms/PruneEH/
2003-09-14-ExternalCall.ll 7 to label %Cont unwind label %Cont
8 Cont: ; preds = %0, %0
  /external/llvm/test/Transforms/SimplifyCFG/
2007-11-22-InvokeNoUnwind.ll 7 to label %Cont unwind label %Other ; <i32>:1 [#uses=0]
9 Cont: ; preds = %0
PhiEliminate2.ll 8 br label %Cont
11 br label %Cont
12 Cont: ; preds = %then, %else
  /external/llvm/test/CodeGen/X86/
2009-03-16-PHIElimInLPad.ll 9 to label %cont unwind label %lpad ; <i32> [#uses=1]
11 cont: ; preds = %entry
15 cont2: ; preds = %cont
18 lpad: ; preds = %cont, %entry
19 %v = phi i32 [ %x, %entry ], [ %a, %cont ] ; <i32> [#uses=1]
2009-03-13-PHIElimBug.ll 13 to label %cont unwind label %lpad ; <i32> [#uses=1]
15 cont: ; preds = %entry
21 cont2: ; preds = %cont
22 %xx = phi i32 [ %bb, %cont ] ; <i32> [#uses=1]
25 lpad: ; preds = %cont, %entry
26 %y = phi i32 [ %a, %entry ], [ %aa, %cont ] ; <i32> [#uses=1]
  /external/icu4c/test/cintltst/
uenumtst.c 47 #define cont ((chArrayContext *)en->context) macro
51 if(cont->currUChar != NULL) {
52 free(cont->currUChar);
53 cont->currUChar = NULL;
60 return cont->maxIndex;
65 if(cont->currIndex >= cont->maxIndex) {
69 if(cont->currUChar == NULL) {
70 cont->currUChar = (UChar *)malloc(1024*sizeof(UChar));
73 cont->currChar = (cont->array)[cont->currIndex]
    [all...]
  /external/stlport/test/unit/
map_test.cpp 341 Container cont; local
342 cont.insert(value(Key(1), 1));
343 cont.insert(value(Key(2), 2));
344 cont.insert(value(Key(3), 3));
345 cont.insert(value(Key(4), 4));
347 CPPUNIT_ASSERT( cont.count(Key(1)) == 1 );
348 CPPUNIT_ASSERT( cont.count(1) == 1 );
349 CPPUNIT_ASSERT( cont.count(5) == 0 );
351 CPPUNIT_ASSERT( cont.find(2) != cont.end() )
366 Container cont; local
390 Container cont; local
415 Container cont; local
    [all...]
unordered_test.cpp 573 Container cont; local
574 cont.insert(Key(1));
575 cont.insert(Key(2));
576 cont.insert(Key(3));
577 cont.insert(Key(4));
579 CPPUNIT_ASSERT( cont.count(Key(1)) == 1 );
580 CPPUNIT_ASSERT( cont.count(1) == 1 );
581 CPPUNIT_ASSERT( cont.count(5) == 0 );
583 CPPUNIT_ASSERT( cont.find(2) != cont.end() )
594 Container cont; local
614 Container cont; local
635 Container cont; local
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
map_test.cpp 341 Container cont; local
342 cont.insert(value(Key(1), 1));
343 cont.insert(value(Key(2), 2));
344 cont.insert(value(Key(3), 3));
345 cont.insert(value(Key(4), 4));
347 CPPUNIT_ASSERT( cont.count(Key(1)) == 1 );
348 CPPUNIT_ASSERT( cont.count(1) == 1 );
349 CPPUNIT_ASSERT( cont.count(5) == 0 );
351 CPPUNIT_ASSERT( cont.find(2) != cont.end() )
366 Container cont; local
390 Container cont; local
415 Container cont; local
    [all...]
unordered_test.cpp 573 Container cont; local
574 cont.insert(Key(1));
575 cont.insert(Key(2));
576 cont.insert(Key(3));
577 cont.insert(Key(4));
579 CPPUNIT_ASSERT( cont.count(Key(1)) == 1 );
580 CPPUNIT_ASSERT( cont.count(1) == 1 );
581 CPPUNIT_ASSERT( cont.count(5) == 0 );
583 CPPUNIT_ASSERT( cont.find(2) != cont.end() )
594 Container cont; local
614 Container cont; local
635 Container cont; local
    [all...]
  /ndk/tests/device/test-stlport/unit/
map_test.cpp 341 Container cont; local
342 cont.insert(value(Key(1), 1));
343 cont.insert(value(Key(2), 2));
344 cont.insert(value(Key(3), 3));
345 cont.insert(value(Key(4), 4));
347 CPPUNIT_ASSERT( cont.count(Key(1)) == 1 );
348 CPPUNIT_ASSERT( cont.count(1) == 1 );
349 CPPUNIT_ASSERT( cont.count(5) == 0 );
351 CPPUNIT_ASSERT( cont.find(2) != cont.end() )
366 Container cont; local
390 Container cont; local
415 Container cont; local
    [all...]
unordered_test.cpp 573 Container cont; local
574 cont.insert(Key(1));
575 cont.insert(Key(2));
576 cont.insert(Key(3));
577 cont.insert(Key(4));
579 CPPUNIT_ASSERT( cont.count(Key(1)) == 1 );
580 CPPUNIT_ASSERT( cont.count(1) == 1 );
581 CPPUNIT_ASSERT( cont.count(5) == 0 );
583 CPPUNIT_ASSERT( cont.find(2) != cont.end() )
594 Container cont; local
614 Container cont; local
635 Container cont; local
    [all...]
  /external/llvm/test/Transforms/InstCombine/
store.ll 32 br label %Cont
36 br label %Cont
38 Cont:
43 ; CHECK: Cont:
52 br i1 %C, label %Cond, label %Cont
56 br label %Cont
58 Cont:
63 ; CHECK: Cont:
71 br i1 %C, label %Cond, label %Cont
75 br label %Cont
    [all...]
LandingPadClauses.ll 16 to label %cont.a unwind label %lpad.a
17 cont.a:
19 to label %cont.b unwind label %lpad.b
20 cont.b:
22 to label %cont.c unwind label %lpad.c
23 cont.c:
25 to label %cont.d unwind label %lpad.d
26 cont.d:
28 to label %cont.e unwind label %lpad.e
29 cont.e
    [all...]
  /external/llvm/test/Transforms/Mem2Reg/
UndefValuesMerge.ll 5 br i1 %C, label %T, label %Cont
8 br label %Cont
9 Cont: ; preds = %T, %0
  /external/llvm/test/Transforms/SCCP/
2003-08-26-InvokeHandling.ll 8 br i1 %cond, label %Inv, label %Cont
13 br label %Cont
17 br label %Cont
18 Cont: ; preds = %Ok, %Inv, %Entry
  /external/llvm/test/ExecutionEngine/
2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll 13 Cont: ; preds = %Taken1, %NotTaken
17 br label %Cont
20 br i1 %B, label %Cont, label %ExitError
  /external/llvm/test/Transforms/GlobalOpt/
phi-select.ll 17 br i1 %C, label %T, label %Cont
20 br label %Cont
22 Cont: ; preds = %T, %0
  /external/llvm/test/Transforms/ADCE/
dce_pure_invoke.ll 8 to label %Cont unwind label %Other ; <i32>:1 [#uses=0]
10 Cont: ; preds = %0
  /external/llvm/test/Transforms/CodeExtractor/
2004-11-12-InvokeExtract.ll 7 to label %Cont unwind label %Unw ; <i32> [#uses=1]
9 Cont: ; preds = %EB
  /external/llvm/test/Transforms/Inline/
invoke_test-1.ll 17 to label %cont unwind label %exc
19 cont: ; preds = %0
invoke_test-2.ll 11 to label %cont unwind label %exc
13 cont: ; preds = %0
25 to label %cont unwind label %UnreachableExceptionHandler ; <i32> [#uses=1]
27 cont: ; preds = %0
invoke_test-3.ll 10 to label %cont unwind label %exc
12 cont: ; preds = %0
26 to label %cont unwind label %Handler ; <i32> [#uses=1]
28 cont: ; preds = %0
  /external/llvm/test/Transforms/ObjCARC/
invoke.ll 12 ; CHECK: invoke.cont:
23 to label %invoke.cont unwind label %lpad
25 invoke.cont: ; preds = %entry
39 ; CHECK: invoke.cont:
54 to label %invoke.cont unwind label %lpad
56 invoke.cont: ; preds = %entry
  /external/llvm/test/CodeGen/ARM/
eh-resume-darwin.ll 17 to label %cont unwind label %lpad
19 cont:

Completed in 531 milliseconds

1 2 3 4 5 6 7 8 91011>>