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

1 2 3 4 5 6 7 8

  /build/kati/testcase/
warning.mk 3 define baz macro
11 $(warning $(baz))
empty_line_in_define.mk 12 define baz macro
13 echo baz
15 echo baz
21 $(baz) $(baz)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-vax-elf/
got-local-aux.s 1 .globl baz
2 .type baz, @object
3 baz: label
5 .size baz, . - baz
  /external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
ELF_x64-64_PC8_relocations.s 2 # 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/
relocation-xfail.s 9 // 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
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
lto-8a.c 5 void baz(int i) function
7 printf ("baz: %d\n", i);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
gdb_sample.py 7 baz(a, b, c)
9 def baz(*args): function
  /external/clang/test/CodeGen/
atomic_ops.c 35 void baz(int y) { function
36 // CHECK-LABEL: @baz
target-features-error-2.c 11 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'}}
  /external/clang/test/Sema/
attr-target.c 5 int __attribute__((target("tune=sandybridge"))) baz() { return 4; } //expected-warning {{Ignoring unsupported 'tune=' in the target attribute string}} function
  /external/clang/test/SemaCXX/
predefined-expr.cpp 21 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/
arm64-small-data-fixups.s 8 baz: label
  /external/llvm/test/MC/COFF/
seh-section.s 92 .globl baz
93 .def baz; .scl 2; .type 32; .endef
94 .seh_proc baz
95 baz: label
  /external/llvm/test/MC/MachO/
section-align-2.s 15 baz: label
104 // CHECK: Name: baz (1)
  /external/llvm/test/MC/X86/AlignedBundling/
nesting.s 43 # CHECK-LABEL: baz:
44 .type baz,@function
45 baz: label
  /external/llvm/test/tools/dsymutil/Inputs/
frame.c 8 int baz(int b) { function
  /external/llvm/test/tools/dsymutil/X86/
odr-member-functions.cpp 14 template<typename T> void baz(T t) {} function in struct:S
77 s.baz<int>(42);
93 // This is the 'baz' member
94 // CHECK: 0x[[BAZ:[0-9a-f]*]]: DW_TAG_subprogram
98 // CHECK: DW_AT_name {{.*}}"baz<int>"
103 // baz instanciation:
106 // CHECK: DW_AT_specification {{.*}}[[BAZ]] "_ZN1S3bazIiEEvT_"
  /external/mesa3d/src/compiler/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
  /external/python/cpython2/Lib/test/
gdb_sample.py 7 baz(a, b, c)
9 def baz(*args): function
  /external/swiftshader/third_party/LLVM/test/MC/MachO/
section-align-2.s 15 baz: label
109 // CHECK: ('_string', 'baz')
  /external/valgrind/memcheck/tests/
client-msg.c 3 void baz() function
10 baz();

Completed in 729 milliseconds

1 2 3 4 5 6 7 8