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

1 2 3 4 5 6

  /external/mesa3d/src/glsl/glcpp/tests/
004-define-recursive.c 2 #define bar baz
3 #define baz foo macro
6 baz
007-define-composite-recursive.c 2 #define bar b baz
3 #define baz c foo macro
6 baz
030-define-chain-obj-to-func-compose.c 1 #define baz(failure) failure macro
3 #define foo bar(baz(success))
031-define-chain-func-to-func-compose.c 1 #define baz(failure) failure macro
3 #define foo() bar(baz(success))
061-define-chain-obj-to-func-multi.c 3 #define baz bar macro
4 #define joe baz
014-define-func-2-arg-unused.c 2 foo(bar,baz)
017-define-func-2-args.c 2 foo(bar,baz)
  /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 7 int foo(aapcs_vfp_fn baz) {
11 return bar() + baz();
statements.c 17 baz:
23 static long x = &&bar - &&baz;
24 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/PCH/
cxx0x-default-delete.cpp 15 struct baz { struct
16 ~baz() = delete; // expected-note{{deleted here}}
31 baz bz; // expected-error{{deleted function}}
  /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_class_types for baz and bar and no forward
23 // CHECK: metadata !{i32 {{.*}}, null, metadata !"baz", metadata !6, i32 3, i64 32, i64 32, i32 0, i32 0, null, metadata !23, i32 0, null, null} ; [ DW_TAG_class_type ]
25 // CHECK-NOT: metadata !{i32 {{.*}}, null, metadata !"baz", metadata !6, i32 3, i64 0, i64 0, i32 0, i32 4, null, null, i32 0, null, null} ; [ DW_TAG_class_type ]
mangle-abi-examples.cpp 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
  /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

Completed in 779 milliseconds

1 2 3 4 5 6