Searched defs:baz (Results 1 - 25 of 114) sorted by relevance

12345

/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
H A DELF_x64-64_PC8_relocations.s2 # RUN: llvm-rtdyld -triple=x86_64-pc-linux -verify -map-section test_ELF_x86-64_PC8.o,.text.bar=0x10000 -map-section test_ELF_x86-64_PC8.o,.text.baz=0x10040 %T/test_ELF_x86-64_PC8.o
3 # RUN: llvm-rtdyld -triple=x86_64-pc-linux -verify -map-section test_ELF_x86-64_PC8.o,.text.baz=0x10000 -map-section test_ELF_x86-64_PC8.o,.text.bar=0x10040 %T/test_ELF_x86-64_PC8.o
15 .section .text.baz,"ax"
17 .type baz,@function
18 baz: label
23 .size baz, .Ltmp2-baz
/external/llvm/test/MC/Mips/
H A Drelocation-xfail.s9 // baz is equivalent to .text+0x8 and is recorded in the symbol table as such
15 addiu $2, $3, %got(baz)
16 addiu $2, $2, %lo(baz)
17 baz: label
18 addiu $2, $3, %hi(baz)
19 addiu $2, $2, %lo(baz)
27 // baz is equivalent to .text+0x8 and is recorded in the symbol table as such
31 .gpword baz
H A Drelocation.s32 baz: .long foo // RELOC: R_MIPS_32 foo label
45 jal baz // RELOC: R_MIPS_26 .text
46 // ENCBE: jal baz # encoding: [0b000011AA,A,A,A]
47 // ENCLE: jal baz # encoding: [A,A,A,0b000011AA]
48 // FIXUP: # fixup A - offset: 0, value: baz, kind: fixup_Mips_26
100 .short baz-. // RELOC-NOT: R_MIPS_PC16
302 addiu $2, $3, %got(baz) // RELOC: R_MICROMIPS_GOT16 .text
303 // ENCBE: addiu $2, $3, %got(baz) # encoding: [0x30,0x43,A,A]
305 // ENCLE: addiu $2, $3, %got(baz) # encoding: [0x43'A',0x30'A',0x00,0x00]
306 // FIXUP: # fixup A - offset: 0, value: %got(baz), kin
[all...]
/external/clang/test/Sema/
H A Dattr-target.c5 int __attribute__((target("tune=sandybridge"))) baz() { return 4; } //expected-warning {{Ignoring unsupported 'tune=' in the target attribute string}} function
H A Dgnu-attributes.c15 struct s *__attribute__((address_space(1))) baz; variable in typeref:struct:s
/external/clang/test/SemaCXX/
H A Dpredefined-expr.cpp21 int baz() { function
22 static_assert(sizeof(__func__) == 4, "baz");
23 static_assert(sizeof(__FUNCTION__) == 4, "baz");
24 static_assert(sizeof(__PRETTY_FUNCTION__) == 20, "int baz() [T = int]");
30 "auto baz()::<anonymous class>::operator()() const");
44 static_assert(sizeof(__func__) == 4, "baz");
45 static_assert(sizeof(__FUNCTION__) == 4, "baz");
46 static_assert(sizeof(__PRETTY_FUNCTION__) == 20, "int baz() [T = int]");
98 baz<int>();
/external/llvm/test/MC/AArch64/
H A Darm64-small-data-fixups.s8 baz: label
/external/llvm/test/MC/COFF/
H A Dseh-section.s92 .globl baz
93 .def baz; .scl 2; .type 32; .endef
94 .seh_proc baz
95 baz: label
/external/llvm/test/MC/MachO/
H A Dsection-align-2.s15 baz: label
104 // CHECK: Name: baz (1)
/external/llvm/test/MC/X86/AlignedBundling/
H A Dnesting.s43 # CHECK-LABEL: baz:
44 .type baz,@function
45 baz: label
/external/llvm/test/tools/dsymutil/Inputs/
H A Dframe.c8 int baz(int b) { function
/external/mesa3d/src/glsl/glcpp/tests/
H A D004-define-recursive.c2 #define bar baz
3 #define baz foo macro
6 baz
H A D007-define-composite-recursive.c2 #define bar b baz
3 #define baz c foo macro
6 baz
H A D030-define-chain-obj-to-func-compose.c1 #define baz(failure) failure macro
3 #define foo bar(baz(success))
H A D031-define-chain-func-to-func-compose.c1 #define baz(failure) failure macro
3 #define foo() bar(baz(success))
H A D061-define-chain-obj-to-func-multi.c3 #define baz bar macro
4 #define joe baz
/external/swiftshader/third_party/LLVM/test/MC/MachO/
H A Dsection-align-2.s15 baz: label
109 // CHECK: ('_string', 'baz')
/external/valgrind/memcheck/tests/
H A Dclient-msg.c3 void baz() function
10 baz();
/external/clang/test/CXX/temp/temp.decls/temp.mem/
H A Dp2.cpp9 template <typename> void baz() {} // expected-error{{templates cannot be declared inside of a local class}} function in struct:foo
/external/clang/test/CodeGen/
H A D2008-05-12-TempUsedBeforeDef.c5 volatile unsigned char baz = 6L; variable
8 for (; baz >= -29; baz--)
H A Darm-pcs.c8 int foo(aapcs_vfp_fn baz) { argument
12 return bar() + baz();
H A Datomic_ops.c35 void baz(int y) { function
36 // CHECK-LABEL: @baz
H A Dtarget-features-error-2.c11 int baz(__m256i a) { function
12 return _mm256_extract_epi32(a, 3); // expected-error {{always_inline function '_mm256_extract_epi32' requires target feature 'sse4.2', but would be inlined into function 'baz' that is compiled without support for 'sse4.2'}}
H A D2003-08-29-BitFieldStruct.c5 short baz; member in struct:Word
/external/clang/test/CoverageMapping/
H A Dunused_names.c8 // CHECK-DAG: @__profn_baz = {{.*}} [3 x i8] c"baz"
26 inline int baz() { return 0; } function

Completed in 3147 milliseconds

12345