HomeSort by relevance Sort by last modified time
    Searched refs:baz (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /external/clang/test/CodeGen/
mrtd.c 3 void baz(int arg);
9 // CHECK: call x86_stdcallcc void @baz(i32
10 baz(arg);
15 // CHECK: declare x86_stdcallcc void @baz(i32)
2008-05-12-TempUsedBeforeDef.c 5 volatile unsigned char baz = 6L; variable
8 for (; baz >= -29; baz--)
arm-pcs.c 8 int foo(aapcs_vfp_fn baz) {
12 return bar() + baz();
statements.c 18 baz:
24 static long x = &&bar - &&baz;
25 static long y = &&baz;
2003-08-29-BitFieldStruct.c 5 short baz; member in struct:Word
  /external/clang/test/SemaCXX/
PR8884.cpp 5 static struct foo& baz ();
9 bar::baz();
PR6618.cpp 6 class baz { class
11 e = sizeof(baz)
uninit-variables-conditional.cpp 11 int baz();
19 if (bar() || baz() || Foo() || init(&x))
  /external/clang/test/CodeGenCXX/
2004-06-08-LateTemplateInstantiation.cpp 10 normal_iterator<int> baz();
13 foo(baz());
debug-info-fwd-ref.cpp 3 struct baz { struct
5 baz(int a) : h(a) {} function in struct:baz
9 baz b;
10 baz& b_ref;
19 // Make sure we have two DW_TAG_structure_types for baz and bar and no forward
22 // CHECK: metadata !{i32 {{.*}}, null, metadata !"baz", metadata ![[FILE]], i32 3, i64 32, i64 32, i32 0, i32 0, null, metadata !{{.*}}, i32 0, null, null} ; [ DW_TAG_structure_type ]
24 // CHECK-NOT: metadata !{i32 {{.*}}, null, metadata !"baz", metadata ![[FILE]], i32 3, i64 0, i64 0, i32 0, i32 4, null, null, i32 0, null, null} ; [ DW_TAG_structure_type ]
mangle-abi-examples.cpp 19 void baz() { } function in struct:C::E
21 E().baz();
mangle-ms-abi-examples.cpp 5 // CHECK: define {{.*}} @"\01?baz@E@?3??bar@C@?1??foo@@YAXXZ@QAEXXZ@QAEXXZ"(
19 void baz() { } function in struct:C::E
21 E().baz();
PR6474.cpp 7 virtual void baz();
12 template <typename T> void X<T>::baz() {} function in class:test0::X
22 virtual void baz();
27 template <typename T> void X<T>::baz() {} function in class:test1::X
debug-info-class.cpp 7 union baz;
8 void func(baz *f) {
42 // CHECK: DW_TAG_union_type ] [baz]
microsoft-abi-default-cc.cpp 28 void baz();
35 void METHOD_CC A::baz() {} function in class:A
37 // MSABI: define x86_thiscallcc void @"\01?baz@A@@QAEXXZ"
pragma-weak.cpp 23 #pragma weak baz macro
24 extern "C" void baz() {} function
25 // CHECK: define weak void @baz(
  /external/llvm/test/MC/ELF/
pic-diff.s 13 // CHECK-NEXT: (('st_name', 0x00000005) # 'baz'
29 .long baz - foo
  /external/llvm/test/MC/MachO/
section-align-2.s 15 baz: label
109 // CHECK: ('_string', 'baz')
  /external/clang/test/Misc/
serialized-diags.c 12 int baz();
14 if ((x == baz()))
  /external/clang/test/Index/
complete-memfunc-cvquals.cpp 6 void baz() const;
21 fc.baz();
22 fcp->baz();
24 sfc->baz();
32 void Foo::baz() const { function in class:Foo
46 // CHECK-NOQUALS: CXXMethod:{ResultType void}{TypedText baz}{LeftParen (}{RightParen )}{Informative const} (35)
53 // CHECK-CONST: CXXMethod:{ResultType void}{TypedText baz}{LeftParen (}{RightParen )}{Informative const} (34)
58 // CHECK-VOLATILE-NOT: baz
65 // CHECK-IMPLICIT-NOQUALS: CXXMethod:{ResultType void}{TypedText baz}{LeftParen (}{RightParen )}{Informative const} (35)
71 // CHECK-IMPLICIT-CONST: CXXMethod:{ResultType void}{TypedText baz}{LeftParen (}{RightParen )}{Informative const} (34
    [all...]
  /external/clang/test/Preprocessor/
expr_liveness.c 42 baz
macro_paste_simple.c 3 #define FOO bar ## baz ## 123
  /ndk/tests/device/test-stlport_shared-exception/jni/
init7.cpp 15 static foo baz; local
  /ndk/tests/device/test-stlport_static-exception/jni/
init7.cpp 15 static foo baz; local
  /external/clang/test/Analysis/
inline-not-supported.c 13 void (^baz)(int *x, ...) = ^(int *x, ...) { *x = 1; };
16 baz(0, 2); // no-warning

Completed in 926 milliseconds

1 2 3 4 5 6