HomeSort by relevance Sort by last modified time
    Searched full:qux (Results 26 - 50 of 92) sorted by null

12 3 4

  /external/llvm/test/CodeGen/X86/
constant-pool-remat-0.ll 16 declare float @qux(float %y)
20 %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) {
2010-03-04-Mul8Bug.ll 15 %call55 = call i32 @qux(i32 undef, i32 -2) nounwind ; <i32> [#uses=1]
25 declare i32 @qux(i32, i32)
  /external/llvm/test/Transforms/GlobalOpt/
load-store-global.ll 25 define void @qux() nounwind {
34 ; CHECK: @qux
  /external/llvm/test/Linker/
module-flags-1-a.ll 9 ; CHECK: !4 = metadata !{i32 1, metadata !"qux", i32 42}
  /external/llvm/test/Transforms/InstCombine/
udiv-simplify-bug-1.ll 15 define i64 @qux(i32 %x, i32 %v) nounwind {
  /external/clang/test/Analysis/
null-deref-ps.c 123 int* qux();
130 p = qux();
143 p = qux();
156 p = qux();
171 p = qux();
191 int* qux();
199 p = qux(i);
210 p = qux(i);
rdar-6562655.m 54 static Baz Qux = 0;
  /external/clang/test/Index/
linkage.c 3 enum Baz { Qux = 0 };
23 // CHECK: EnumConstantDecl=Qux:3:12 (Definition)linkage=External
properties-class-extensions.m 35 @interface Qux
37 @interface Qux ()
38 @property (assign, readwrite) id qux;
41 @implementation Qux
42 @dynamic qux;
90 // CHECK: properties-class-extensions.m:35:12: ObjCInterfaceDecl=Qux:35:12 Extent=[35:1 - 36:5]
92 // CHECK: properties-class-extensions.m:37:12: ObjCClassRef=Qux:35:12 Extent=[37:12 - 37:15]
93 // CHECK: properties-class-extensions.m:38:34: ObjCPropertyDecl=qux:38:34 Extent=[38:1 - 38:37]
95 // CHECK: properties-class-extensions.m:38:34: ObjCInstanceMethodDecl=qux:38:34 Extent=[38:34 - 38:37]
97 // CHECK: properties-class-extensions.m:38:34: ParmDecl=qux:38:34 (Definition) Extent=[38:34 - 38:37
    [all...]
  /external/llvm/test/Analysis/TypeBasedAliasAnalysis/
aliastest.ll 60 !5 = metadata !{ metadata !"qux", metadata !0, i1 1 }
62 !6 = metadata !{ metadata !"qux", metadata !0, i1 0 }
dse.ll 64 !5 = metadata !{ metadata !"qux", metadata !0, i1 1 }
66 !6 = metadata !{ metadata !"qux", metadata !0, i1 0 }
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
CookieManagerTest.java 48 cookieManager.setCookie("baz", "qux");
  /external/protobuf/src/google/protobuf/
unittest_custom_options.proto 231 optional int32 qux = 1;
261 option (.protobuf_unittest.complex_opt1).(protobuf_unittest.corge).qux = 876;
266 option (complex_opt2).bar.(protobuf_unittest.corge).qux = 2008;
269 option (complex_opt2).(protobuf_unittest.garply).(corge).qux = 2121;
272 option (protobuf_unittest.complex_opt3).qux = 9;
descriptor_unittest.cc 377 // optional group qux = 15 {}
388 // We cheat and use TestForeign as the type for qux rather than create
415 AddField(message, "qux", 15,
516 EXPECT_EQ(qux_, message_->FindFieldByName("qux"));
524 EXPECT_TRUE(message2_->FindFieldByName("qux") == NULL);
546 EXPECT_EQ("qux", qux_->name());
553 EXPECT_EQ("TestMessage.qux", qux_->full_name());
1179 EnumDescriptorProto* qux = AddNestedEnum(message, "Qux"); local
    [all...]
  /external/llvm/test/Analysis/BasicAA/
phi-and-select.ll 9 ; CHECK: Function: qux
45 define void @qux(i1 %m, double* noalias %x, double* noalias %y,
  /external/protobuf/src/google/protobuf/compiler/java/
java_plugin_unittest.cc 66 TryInsert("Test.java", "enum_scope:foo.Qux", output_directory);
91 "enum Qux { BLAH = 1; }\n",
  /external/clang/test/Sema/
self-comparison.c 21 int qux(int x) { function
  /external/llvm/test/Transforms/ObjCARC/
weak-copies.ll 42 ; CHECK: define void @qux(i8* %me) #0 {
47 define void @qux(i8* %me) nounwind {
  /external/protobuf/src/google/protobuf/compiler/
code_generator.h 122 // "foo=bar,baz,qux=corge"
124 // ("foo", "bar"), ("baz", ""), ("qux", "corge")
importer.h 229 // Open("bar/qux");
230 // the DiskSourceTree will first try to open foo/bar/qux, then baz/bar/qux,
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.h 55 // message Baz { message Qux {} }
56 // Then the qualified ClassName for Qux would be:
  /external/bison/
TODO 183 baz: qux { $$ = $<foo>-1 + $<bar>0 + $1; }
187 foo($foo) bar($bar) baz($bar): qux($qux) { $baz = $foo + $bar + $qux; }
  /external/llvm/lib/Target/X86/
README-MMX.txt 11 __v2si qux(int A) {

Completed in 1063 milliseconds

12 3 4