/external/clang/test/Lexer/ |
bcpl-escaped-newline.c | 8 #error qux // expected-error {{qux}}
|
block_cmt_end.c | 4 RUN: %clang_cc1 -E -trigraphs %s | not grep qux 12 /* 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()
|
mmx-insert-element.ll | 5 define x86_mmx @qux(i32 %A) nounwind {
|
constant-pool-remat-0.ll | 15 declare float @qux(float %y) 19 %m = call float @qux(float %n)
|
split-vector-rem.ll | 12 define <8 x float> @qux(<8 x float> %t, <8 x float> %u) {
|
vector-rem.ll | 12 define <4 x float> @qux(<4 x float> %t, <4 x float> %u) {
|
/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...] |
two-entry-phi-return.ll | 3 define i1 @qux(i8* %m, i8* %n, i8* %o, i8* %p) nounwind {
|
/external/llvm/test/Transforms/InstCombine/ |
2008-03-13-IntToPtr.ll | 3 define i8* @bork(i8** %qux) { 4 %tmp275 = load i8** %qux, align 1
|
/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/Transforms/ObjCARC/ |
contract-marker.ll | 3 ; CHECK: %call = tail call i32* @qux() 10 %call = tail call i32* @qux() 17 declare i32* @qux()
|
/external/llvm/test/Feature/ |
linker_private_linkages.ll | 7 @qux = linker_private_weak_def_auto global i32 0
|
/external/llvm/test/CodeGen/ARM/ |
tail-opts.ll | 8 declare i1 @qux() 18 ; CHECK: qux 19 ; CHECK: qux 35 %a = call i1 @qux() 40 %b = call i1 @qux()
|
/external/chromium/base/ |
vlog_unittest.cc | 81 "foo=,bar=0,baz=blah,,qux=0blah1,quux=1,corge.ext=5"; 89 EXPECT_EQ(0, vlog_info.GetVlogLevel("/another/path/to/qux.h")); 96 "foo/bar.cc=1,baz\\*\\qux.cc=2,*quux/*=3,*/*-inl.h=4"; 103 EXPECT_EQ(0, vlog_info.GetVlogLevel("baz/grault/qux.h")); 104 EXPECT_EQ(0, vlog_info.GetVlogLevel("/baz/grault/qux.cc")); 105 EXPECT_EQ(2, vlog_info.GetVlogLevel("baz/grault/qux.cc")); 106 EXPECT_EQ(2, vlog_info.GetVlogLevel("baz/grault/blah/qux.cc")); 107 EXPECT_EQ(2, vlog_info.GetVlogLevel("baz\\grault\\qux.cc")); 108 EXPECT_EQ(2, vlog_info.GetVlogLevel("baz\\grault//blah\\qux.cc"));
|
/external/clang/test/Index/ |
linkage.c | 3 enum Baz { Qux = 0 }; 15 // CHECK: EnumConstantDecl=Qux:3:12 (Definition)linkage=External
|
/external/llvm/test/Assembler/ |
aggregate-constant-values.ll | 19 define void @qux(<{i32, i32}>* %x) nounwind {
|