/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
loopadsz.asm | 7 qux: loop qux, cx ; 67 E2 FD label
|
/external/clang/test/Lexer/ |
bcpl-escaped-newline.c | 8 #error qux 9 // expected-error@-1 {{qux}}
|
/external/clang/test/CodeGen/ |
unaligned-memcpy.c | 4 char Qux[33] = {0};
|
2009-06-18-StaticInitTailPadPack.c | 15 struct Qux { 19 extern const struct Qux Bork; 20 const struct Qux Bork = {
|
2007-11-07-AlignedMemcpy.c | 3 int Qux[33] = {0};
|
2008-05-12-TempUsedBeforeDef.c | 7 char qux = 1L; local 9 bork(bar && foo, qux);
|
/external/llvm/test/MC/AsmParser/ |
rename.s | 7 .size qux, .Ltmp0 - qux 14 // CHECK: .size qux, .Ltmp02-qux
|
/external/llvm/test/CodeGen/X86/ |
remat-constant.ll | 7 declare void @qux(float %f) nounwind 12 call void @qux(float %f) 13 call void @qux(float %f)
|
dollar-name.ll | 5 @"$qux" = external global i32 9 ; CHECK: addl ($qux), 12 %n = load i32* @"$qux"
|
live-out-reg-info.ll | 6 declare void @qux() 16 call void @qux()
|
/external/llvm/test/Transforms/SimplifyCFG/ |
PhiNoEliminate.ll | 12 %tmp.3 = call i32 @qux( ) ; <i32> [#uses=0] 17 call i32 @qux( ) ; <i32>:0 [#uses=0] 18 call i32 @qux( ) ; <i32>:1 [#uses=0] 19 call i32 @qux( ) ; <i32>:2 [#uses=0] 20 call i32 @qux( ) ; <i32>:3 [#uses=0] 21 call i32 @qux( ) ; <i32>:4 [#uses=0] 22 call i32 @qux( ) ; <i32>:5 [#uses=0] 23 call i32 @qux( ) ; <i32>:6 [#uses=0] 27 declare i32 @qux()
|
switch-on-const-select.ll | 12 %qux = select i1 %lt, i32 0, i32 2 13 switch i32 %qux, label %bees [ 41 %qux = select i1 %lt, i32 0, i32 2 42 switch i32 %qux, label %bees [ 67 %qux = select i1 %lt, i32 10, i32 12 68 switch i32 %qux, label %b [ 92 %qux = select i1 %lt, i32 0, i32 0 93 switch i32 %qux, label %b [ 119 %qux = select i1 %lt, i32 0, i32 2 120 switch i32 %qux, label %bees [all...] |
/external/llvm/test/Transforms/MergeFunc/ |
inttoptr.ll | 6 %.qux.2496 = type { i32, %.qux.2497 } 7 %.qux.2497 = type { i8, i32 } 8 %.qux.2585 = type { i32, i32, i8* } 11 @g3 = internal hidden unnamed_addr constant [1 x i8*] [i8* bitcast (i8* (%.qux.2585*)* @func35 to i8*)] 24 define internal hidden i32 @func10(%.qux.2496* nocapture %this) align 2 { 26 %tmp = getelementptr inbounds %.qux.2496* %this, i32 0, i32 1, i32 1 36 define internal hidden i32* @func33(%.qux.2585* nocapture %this) align 2 { 41 define internal hidden i32* @func34(%.qux.2585* nocapture %this) align 2 { 43 %tmp = getelementptr inbounds %.qux.2585* %this, i32 [all...] |
crash.ll | 6 %.qux.2496 = type { i32, %.qux.2497 } 7 %.qux.2497 = type { i8, i32 } 8 %.qux.2585 = type { i32, i32, i8* } 11 @g3 = internal hidden unnamed_addr constant [1 x i8*] [i8* bitcast (i8* (%.qux.2585*)* @func35 to i8*)] 23 define internal hidden i32 @func10(%.qux.2496* nocapture %this) align 2 { 24 %1 = getelementptr inbounds %.qux.2496* %this, i32 0, i32 1, i32 1 33 define internal hidden i32* @func33(%.qux.2585* nocapture %this) align 2 { 37 define internal hidden i32* @func34(%.qux.2585* nocapture %this) align 2 { 38 %1 = getelementptr inbounds %.qux.2585* %this, i32 [all...] |
/external/chromium_org/build/android/tests/symbolize/ |
b.cc | 9 void Qux(double d); 14 void B::Qux(double d) {}
|
/external/llvm/test/Transforms/InstCombine/ |
2008-03-13-IntToPtr.ll | 3 define i8* @bork(i8** %qux) { 4 %tmp275 = load i8** %qux, align 1
|
/external/chromium_org/gin/modules/ |
module_registry_unittests.js | 20 gtest.expectEqual(module1.baz, "qux", 22 gtest.expectFalse(module1.qux, 23 "module1.qux is " + module1.qux); 29 "baz": "qux",
|
/external/llvm/test/CodeGen/Generic/ |
invalid-memcpy.ll | 4 ; greater than the alignment guaranteed for Qux or C.0.1173), but it 11 %Qux = alloca [33 x i8] 12 %Qux1 = bitcast [33 x i8]* %Qux to i8*
|
/external/llvm/test/Linker/ |
module-flags-1-b.ll | 5 !1 = metadata !{ i32 1, metadata !"qux", i32 42 }
|
/external/clang/test/Analysis/ |
inline-not-supported.c | 20 void (^qux)(int *p) = ^(int *p) { *p = 1; }; 22 qux(0); // no-warning
|
/external/clang/test/Sema/ |
warn-sizeof-array-decay.c | 6 char qux[30]; local 14 (void)sizeof(foo - qux); // no-warning
|
attr-coldhot.c | 9 int qux() __attribute__((__hot__)) __attribute__((__cold__)); // expected-error{{'__hot__' and cold attributes are not compatible}}
|
/external/llvm/test/Transforms/ObjCARC/ |
contract-marker.ll | 4 ; CHECK: %call = tail call i32* @qux() 12 %call = tail call i32* @qux() 19 declare i32* @qux()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
ConstraintsTest.java | 80 constrained.add("qux"); 83 ASSERT.that(collection).hasContentsInOrder("foo", "bar", TEST_ELEMENT, "qux", "cat", "dog"); 84 ASSERT.that(constrained).hasContentsInOrder("foo", "bar", TEST_ELEMENT, "qux", "cat", "dog"); 107 constrained.add("qux"); 113 ASSERT.that(set).hasContentsInOrder("foo", "bar", TEST_ELEMENT, "qux", "cat", "dog"); 114 ASSERT.that(constrained).hasContentsInOrder("foo", "bar", TEST_ELEMENT, "qux", "cat", "dog"); 137 constrained.add("qux"); 143 ASSERT.that(sortedSet).hasContentsInOrder("bar", "cat", "dog", "foo", "qux", TEST_ELEMENT); 144 ASSERT.that(constrained).hasContentsInOrder("bar", "cat", "dog", "foo", "qux", TEST_ELEMENT); 183 constrained.add("qux"); [all...] |
/external/llvm/test/CodeGen/ARM/ |
tail-opts.ll | 8 declare i1 @qux() 18 ; CHECK: qux 23 ; CHECK: qux 35 %a = call i1 @qux() 40 %b = call i1 @qux()
|