Home
last modified time | relevance | path

Searched refs:baz (Results 1 – 25 of 341) sorted by relevance

12345678910>>...14

/minix/external/bsd/llvm/dist/llvm/test/CodeGen/Generic/
H A DPBQP.ll5 %call = tail call i32 (...)* @baz()
6 %call1 = tail call i32 (...)* @baz()
7 %call2 = tail call i32 (...)* @baz()
8 %call3 = tail call i32 (...)* @baz()
9 %call4 = tail call i32 (...)* @baz()
10 %call5 = tail call i32 (...)* @baz()
11 %call6 = tail call i32 (...)* @baz()
12 %call7 = tail call i32 (...)* @baz()
13 %call8 = tail call i32 (...)* @baz()
14 %call9 = tail call i32 (...)* @baz()
[all …]
/minix/external/bsd/llvm/dist/clang/test/Parser/
H A Dobjcxx0x-lambda-expressions.mm7 int foo, bar, baz;
27 [foo(bar) baz] () {}; // expected-error {{called object type 'int' is not a function}}
28 [foo(bar), baz] () {}; // ok
30 …[foo = bar baz]; // expected-warning {{receiver type 'int'}} expected-warning {{instance method '-
32 [get(bar) baz]; // expected-warning {{instance method '-baz'}}
33 [get(bar), baz]; // expected-error {{expected body of lambda}}
35 …[foo = bar ++ baz]; // expected-warning {{receiver type 'int'}} expected-warning {{instance method…
36 [foo = bar + baz]; // expected-error {{expected body of lambda}}
37 …[foo = { bar, baz }]; // expected-error {{<initializer_list>}} expected-error {{expected body of l…
38 …[foo = { bar } baz ]; // expected-warning {{receiver type 'int'}} expected-warning {{instance meth…
[all …]
/minix/external/bsd/llvm/dist/llvm/test/DebugInfo/X86/
H A D2011-12-16-BadStructRef.ll7 %struct.bar = type { %struct.baz, %struct.baz* }
8 %struct.baz = type { i32 }
56 store %struct.baz* %b2, %struct.baz** %1, align 8, !dbg !67
62 %this.addr = alloca %struct.baz*, align 8
64 store %struct.baz* %this, %struct.baz** %this.addr, align 8
68 %this1 = load %struct.baz** %this.addr
76 %this.addr = alloca %struct.baz*, align 8
78 store %struct.baz* %this, %struct.baz** %this.addr, align 8
82 %this1 = load %struct.baz** %this.addr
128baz\00baz\00_ZN3bazC1Ei\006\000\001\000\006\00256\000\000", !82, null, !14, null, void (%struct.ba…
[all …]
/minix/external/bsd/nvi/docs/internals/
H A Dinput85 line 1 foo bar baz
86 line 2 foo bar baz
87 line 3 foo bar baz
126 line 1 foo bar baz
127 line 2 foo bar baz
128 line 3 foo bar baz
143 line 2 foo bar baz
144 line 3 foo bar baz
157 line 1 foo bar baz
158 line 2 foo bar baz
[all …]
/minix/external/bsd/llvm/dist/clang/test/Index/
H A Dcomplete-memfunc-cvquals.cpp6 void baz() const;
21 fc.baz(); in text()
22 fcp->baz(); in text()
24 sfc->baz(); in text()
32 void Foo::baz() const { in baz() function in Foo
/minix/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Ddebug-info-fwd-ref.cpp3 struct baz { struct
5 baz(int a) : h(a) {} in baz() argument
9 baz b;
10 baz& b_ref;
H A DPR6474.cpp7 virtual void baz();
12 template <typename T> void X<T>::baz() {} in baz() function in test0::X
22 virtual void baz();
27 template <typename T> void X<T>::baz() {} in baz() function in test1::X
H A Dvisibility.cpp391 A::baz(); in test()
394 A::B::baz(); in test()
427 A<int>::baz(); in test()
430 A<int>::B::baz(); in test()
433 A<H>::baz(); in test()
436 A<H>::B::baz(); in test()
614 struct baz { struct
690 A::B::baz(); in f()
699 void DEFAULT baz();
702 void A::B::baz() { in baz() function in test32::A::B
[all …]
/minix/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dattr-noreturn.cpp76 void baz() __attribute__((__noreturn__));
78 voidfn baz; variable
93 void baz(int) {} in baz() function
94 void baz(double) {} in baz() function
156 …accept_noreturn_fptr(baz); // expected-error {{no matching function for call to 'accept_noreturn_f… in introduce_noreturn()
159 …accept_fptr_noreturn_t(baz); // expected-error {{no matching function for call to 'accept_fptr_nor… in introduce_noreturn()
162 …accept_T<void __attribute__((noreturn)) (*)(int)>(baz); // expected-error {{no matching function f… in introduce_noreturn()
H A Dwarn-thread-safety-negative.cpp54 void baz() EXCLUSIVE_LOCKS_REQUIRED(!mu) { in baz() function in SimpleTest::Bar
69 baz(); // expected-warning {{cannot call function 'baz' while mutex 'mu' is held}} in foo()
75 baz(); // expected-warning {{calling function 'baz' requires holding '!mu'}} in bar()
78 void baz() EXCLUSIVE_LOCKS_REQUIRED(!mu) { in baz() function in SimpleTest::Foo
86 b.baz(); // no warning -- in different class. in test()
93 baz(); // no warning -- !mu in set. in test2()
100 baz(); // no warning -- !mu in set. in test3()
H A Ddecl-expr-ambiguity.cpp91 int baz; // expected-note 2 {{class 'baz' is hidden by a non-type declaration of 'baz' here}} variable
92 class baz {}; class
94 const baz* b1 = 0; // expected-error {{must use 'class' tag to refer to type 'baz' in this scope}} in fizbin()
95 baz* b2; // expected-error {{use of undeclared identifier 'b2'}} in fizbin()
96 baz b3; // expected-error {{must use 'class' tag to refer to type 'baz' in this scope}} in fizbin()
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/Mips/
H A Dprivate.ll10 @baz = private global i32 4
15 ; CHECK: lw $[[R0:[0-9]+]], %got($baz)($
16 ; CHECK: lw ${{[0-9]+}}, %lo($baz)($[[R0]])
18 %1 = load i32* @baz, align 4
/minix/external/bsd/llvm/dist/clang/test/CodeGen/
H A D2008-05-12-TempUsedBeforeDef.c5 volatile unsigned char baz = 6L; variable
8 for (; baz >= -29; baz--) in test()
H A Dstatements.c11 baz: in test4()
17 static long x = &&bar - &&baz; in test4()
18 static long y = &&baz; in test4()
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64/
H A Dglobal-merge-4.ll7 @baz = internal global [5 x i32] zeroinitializer, align 4
15 store i32 %2, i32* getelementptr inbounds ([5 x i32]* @baz, i64 0, i64 0), align 4
19 store i32 %4, i32* getelementptr inbounds ([5 x i32]* @baz, i64 0, i64 1), align 4
23 store i32 %6, i32* getelementptr inbounds ([5 x i32]* @baz, i64 0, i64 2), align 4
27 store i32 %8, i32* getelementptr inbounds ([5 x i32]* @baz, i64 0, i64 3), align 4
31 store i32 %10, i32* getelementptr inbounds ([5 x i32]* @baz, i64 0, i64 4), align 4
40 %2 = load i32* getelementptr inbounds ([5 x i32]* @baz, i64 0, i64 0), align 4
44 %5 = load i32* getelementptr inbounds ([5 x i32]* @baz, i64 0, i64 1), align 4
48 %8 = load i32* getelementptr inbounds ([5 x i32]* @baz, i64 0, i64 2), align 4
52 %11 = load i32* getelementptr inbounds ([5 x i32]* @baz, i64 0, i64 3), align 4
[all …]
H A DPBQP.ll6 ; CHECK: bl baz
8 %call1 = call i32 @baz(i32 %call)
13 declare i32 @baz(i32)
/minix/external/bsd/llvm/dist/llvm/test/MC/COFF/
H A Dseh-section.s94 .globl baz
95 .def baz; .scl 2; .type 32; .endef
96 .seh_proc baz
97 baz: label
/minix/external/bsd/llvm/dist/llvm/test/tools/dsymutil/Inputs/
H A Dbasic2.c3 static int baz = 42; variable
11 bar(baz); in unused1()
20 return bar(arg+val) + inc() + baz++; in foo()
/minix/external/bsd/llvm/dist/llvm/test/Transforms/GCOVProfiling/
H A Dfunction-numbering.ll16 ; GCDA: @[[BAZ:[0-9]+]] = private unnamed_addr constant [4 x i8] c"baz\00"
23 ; GCNO: == baz (1) @
34 define void @baz() {
51 …0x2e\00baz\00baz\00\003\000\001\000\000\000\000\003", !1, !5, !6, null, void ()* @baz, null, null,…
/minix/crypto/external/bsd/heimdal/dist/tests/db/
H A Dcheck-aliases.in77 ${kadmin} modify --alias=foo@${R} baz@${R} 2>/dev/null && exit 1
82 ${kadmin} rename baz${R} foo-alias1${R} 2>/dev/null && exit 1
83 ${kadmin} rename baz${R} foo${R} 2>/dev/null && exit 1
88 ${kadmin} delete baz-alias1${R} 2>/dev/null && exit 1
93 ${kadmin} delete baz@${R} 2>/dev/null && exit 1
98 ${kadmin} modify --alias=bar@${R} --alias=baz@${R} foo@${R} || exit 1
/minix/external/bsd/llvm/dist/llvm/test/ExecutionEngine/RuntimeDyld/ARM/
H A DMachO_ARM_PIC_relocations.s24 # rtdyld-check: *{4}(stub_addr(foo.o, __text, baz)) = 0xe51ff004
25 # rtdyld-check: *{4}(stub_addr(foo.o, __text, baz) + 4) = baz
27 # rtdyld-check: decode_operand(insn3, 0) = stub_addr(foo.o, __text, baz) - (insn3 + 8)
29 bl baz
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/NVPTX/
H A Dweak-linkage.ll9 ; CHECK: // .weak baz
10 ; CHECK: .weak .func baz
11 define weak_odr void @baz() {
/minix/external/bsd/llvm/dist/clang/test/PCH/
H A Dcxx0x-default-delete.cpp15 struct baz { struct
16 ~baz() = delete;
36 baz bz; // expected-error{{deleted function}} expected-note@16{{deleted here}}
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/SPARC/
H A Dprivate.ll10 @baz = private global i32 4
14 %1 = load i32* @baz, align 4
19 ; CHECK: ld {{.+}}[[BAZ:\..*baz]]
/minix/external/bsd/llvm/dist/llvm/test/Transforms/Mem2Reg/
H A DConvertDebugInfo2.ll7 define void @baz(i32 %a) nounwind ssp {
22 store i8* bitcast (void (i32)* @baz to i8*), i8** %z_addr.i
36 !1 = !{!"0x2e\00baz\00baz\00baz\008\000\001\000\006\000\000\008", !20, !2, !4, null, void (i32)* @b…

12345678910>>...14