HomeSort by relevance Sort by last modified time
    Searched refs:baz (Results 76 - 100 of 615) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
pragma-weak.cpp 23 #pragma weak baz macro
24 extern "C" void baz() {} function
25 // CHECK-LABEL: define weak {{.*}}void @baz(
2004-09-27-DidntEmitTemplate.cpp 22 void baz() { foo(callDefaultCtor<Pass>); } function
linetable-cleanup.cpp 13 // CHECK: define {{.*}}baz
45 void baz() function
  /external/clang/test/Index/
complete-pointer-and-reference-to-functions.cpp 6 template<class T> void (&baz(T))(T, ...);
12 baz(42)(42, 42, 42);
pch-with-errors.c 12 struct baz { struct
  /external/llvm/test/DebugInfo/Inputs/
arange-overlap.cc 6 static void baz() {} function in struct:S
12 S::foo(); S::bar(); S::baz();
  /external/python/cpython2/Lib/test/
gdb_sample.py 7 baz(a, b, c)
9 def baz(*args): function
  /external/python/cpython3/Lib/test/
gdb_sample.py 7 baz(a, b, c)
9 def baz(*args): function
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
gdb_sample.py 7 baz(a, b, c)
9 def baz(*args): function
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
gdb_sample.py 7 baz(a, b, c)
9 def baz(*args): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
gdb_sample.py 7 baz(a, b, c)
9 def baz(*args): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
gdb_sample.py 7 baz(a, b, c)
9 def baz(*args): function
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
provide-2.d 5 0+3 A baz
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
pcrel-reloc-4.s 4 .ent baz
5 baz: label
7 .end baz
49 auipc $2, %pcrel_hi(baz)
50 addiu $2, %pcrel_lo(baz + 4)
51 auipc $2, %pcrel_hi(baz)
52 addiu $2, %pcrel_lo(baz + 4)
53 auipc $2, %pcrel_hi(baz)
54 addiu $2, %pcrel_lo(baz + 4)
55 auipc $2, %pcrel_hi(baz)
76 baz: label
    [all...]
lui-2.s 8 lui $2, baz - bar
9 lui $2, foo - baz
10 lui $2, bar / 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/clang/test/PCH/
cxx0x-default-delete.cpp 15 struct baz { struct
16 ~baz() = delete;
36 baz bz; // expected-error{{deleted function}} expected-note@16{{deleted here}}
  /external/clang/test/CXX/temp/temp.decls/temp.mem/
p2.cpp 9 template <typename> void baz() {} // expected-error{{templates cannot be declared inside of a local class}} function in struct:foo
  /external/clang/test/Parser/
cxx-default-delete.cpp 19 void baz() = delete;
  /external/clang/test/Sema/
gnu-attributes.c 15 struct s *__attribute__((address_space(1))) baz; variable in typeref:struct:s
  /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
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
tlsd.s 2 .globl foo, baz
3 .hidden baz
6 baz: .long 29 label
24 /* Dynamic TLS model, bar and baz known to be in the current object */
37 leal baz@DTPOFF(%eax), %ecx
38 /* %ecx now contains &baz */
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
reloc16.l 7 4 0008 FD2A0000 SWYM 42,baz-2345
18 baz
  /build/kati/testcase/
shell_var.mk 13 baz
  /external/compiler-rt/test/asan/TestCases/Posix/
coverage-fork-direct.cc 20 void baz() { printf("baz\n"); } function
26 baz();

Completed in 675 milliseconds

1 2 34 5 6 7 8 91011>>