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

1 2 3 4 5 6 7 8 9

  /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);
mrtd.c 19 void qux(int arg, ...) { } function
20 // CHECK: define void @qux(i32 %arg, ...)
23 qux(a1, a2, a3);
26 // CHECK: call void (i32, ...) @qux
  /external/llvm/test/MC/AsmParser/
rename.s 7 .size qux, .Ltmp0 - qux
14 // CHECK: .size qux, .Ltmp00-qux
  /external/llvm/test/Linker/Inputs/
comdat.ll 11 $qux = comdat largest
12 @qux = global i32 13, comdat($qux)
13 @in_unselected_group = global i32 13, comdat($qux)
15 define i32 @baz() comdat($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, 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()
  /external/llvm/test/Transforms/MergeFunc/
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 unnamed_addr constant [1 x i8*] [i8* bitcast (i8* (%.qux.2585*)* @func35 to i8*)]
23 define internal i32 @func10(%.qux.2496* nocapture %this) align 2 {
24 %1 = getelementptr inbounds %.qux.2496, %.qux.2496* %this, i32 0, i32 1, i32 1
33 define internal i32* @func33(%.qux.2585* nocapture %this) align 2 {
37 define internal i32* @func34(%.qux.2585* nocapture %this) align 2
    [all...]
inttoptr-address-space.ll 4 %.qux.2496 = type { i32, %.qux.2497 }
5 %.qux.2497 = type { i8, i32 }
6 %.qux.2585 = type { i32, i32, i8* }
9 @g3 = internal unnamed_addr constant [1 x i8*] [i8* bitcast (i8* (%.qux.2585 addrspace(1)*)* @func35 to i8*)]
12 define internal i32 @func10(%.qux.2496 addrspace(1)* nocapture %this) align 2 {
14 %tmp = getelementptr inbounds %.qux.2496, %.qux.2496 addrspace(1)* %this, i32 0, i32 1, i32 1
20 define internal i8* @func35(%.qux.2585 addrspace(1)* nocapture %this) align 2 {
23 ; CHECK: %[[V2:.+]] = bitcast %.qux.2585 addrspace(1)* %{{.*}} to %.qux.2496 addrspace(1)
    [all...]
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 unnamed_addr constant [1 x i8*] [i8* bitcast (i8* (%.qux.2585*)* @func35 to i8*)]
24 define internal i32 @func10(%.qux.2496* nocapture %this) align 2 {
26 %tmp = getelementptr inbounds %.qux.2496, %.qux.2496* %this, i32 0, i32 1, i32 1
36 define internal i32* @func33(%.qux.2585* nocapture %this) align 2 {
41 define internal i32* @func34(%.qux.2585* nocapture %this) align 2
    [all...]
  /external/clang/test/Lexer/
bcpl-escaped-newline.c 8 #error qux
9 // expected-error@-1 {{qux}}
  /external/llvm/test/Linker/
comdat.ll 12 $qux = comdat largest
13 @qux = global i64 12, comdat($qux)
15 define i32 @baz() comdat($qux) {
22 ; CHECK: $qux = comdat largest
26 ; CHECK: @qux = global i64 12, comdat{{$}}
29 ; CHECK-NOT: @in_unselected_group = global i32 13, comdat $qux
31 ; CHECK: define i32 @baz() comdat($qux)
module-flags-1-b.ll 5 !1 = !{ i32 1, !"qux", i32 42 }
  /external/llvm/test/Transforms/InstCombine/
2008-03-13-IntToPtr.ll 3 define i8* @bork(i8** %qux) {
4 %tmp275 = load i8*, i8** %qux, align 1
  /external/v8/build/android/tests/symbolize/
b.cc 9 void Qux(double d);
14 void B::Qux(double d) {}
  /external/clang/test/CodeGenCXX/
debug-info-explicit-cast.cpp 19 struct Qux {
21 Qux() {};
29 typedef int(Qux::*TD)();
30 typedef int(Qux::*TD1)();
34 TD d = &Qux::d;
43 // CHECK-DAG: !DICompositeType(tag: DW_TAG_structure_type, name: "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/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tree_construction/
comments01.dat 34 FOO<!-- BAR -- <QUX> -- MUX -->BAZ
41 | <!-- BAR -- <QUX> -- MUX -->
45 FOO<!-- BAR -- <QUX> -- MUX --!>BAZ
52 | <!-- BAR -- <QUX> -- MUX -->
56 FOO<!-- BAR -- <QUX> -- MUX -- >BAZ
63 | <!-- BAR -- <QUX> -- MUX -- >BAZ -->
webkit02.dat 2 <foo bar=qux/>
9 | bar="qux/"
  /ndk/tests/
test_filters.py 27 self.assertFalse(filters.filter('qux'))
41 self.assertFalse(filters.filter('doodly.qux'))
43 self.assertTrue(filters.filter('qux'))
45 self.assertTrue(filters.filter('qux.bar'))
47 self.assertFalse(filters.filter('qux.foo'))
  /external/clang/test/Analysis/
inline-not-supported.c 20 void (^qux)(int *p) = ^(int *p) { *p = 1; };
22 qux(0); // no-warning

Completed in 584 milliseconds

1 2 3 4 5 6 7 8 9