HomeSort by relevance Sort by last modified time
    Searched defs:foo (Results 201 - 225 of 2133) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/test/Sema/
warn-freestanding-complex.c 3 void foo(float _Complex c) { // expected-warning{{complex numbers are an extension in a freestanding C99 implementation}} function
  /external/clang/test/SemaCXX/
auto-pragma.cpp 4 class foo { class in namespace:__anon23862
9 auto AutoVar = foo();
  /external/clang/test/VFS/
implicit-include.c 5 void foo() { function
include-mixed-real-and-virtual.c 11 void foo() { function
include-real-from-virtual.c 10 void foo() { function
include-virtual-from-real.c 10 void foo() { function
include.c 7 void foo() { function
relative-path.c 9 void foo() { function
  /external/compiler-rt/test/BlocksRuntime/
macro.c 10 void foo() { function
  /external/lldb/test/functionalities/fat_archives/
a.c 1 int foo () function
  /external/lldb/test/lang/c/forward/
foo.c 2 #include "foo.h"
5 foo (struct bar *bar_ptr) function
  /external/lldb/test/lang/objc/hidden-ivars/
InternalDefiner.h 6 uintptr_t foo; variable
  /external/llvm/test/DebugInfo/AArch64/
eh_frame.s 4 .globl foo
5 .type foo,@function
6 foo: label
  /external/llvm/test/DebugInfo/SystemZ/
eh_frame_personality.s 5 .globl foo
7 .type foo,@function
8 foo: # @foo label
19 .size foo, .-foo
  /external/llvm/test/DebugInfo/X86/
main-file-name.s 1 // RUN: llvm-mc -triple x86_64-unknown-linux-gnu -filetype obj -main-file-name foo.S -g -o %t %s
6 // CHECK: DW_AT_name [DW_FORM_string] ("foo.S")
9 # 1 "foo.S"
11 # 1 "foo.S" 2
13 foo: label
  /external/llvm/test/MC/AArch64/
arm64-advsimd.s 3 foo: label
    [all...]
arm64-aliases.s 3 foo: label
arm64-arithmetic-encoding.s 3 foo: label
arm64-be-datalayout.s 4 foo: .xword 0x123456789abcde label
arm64-bitfield-encoding.s 3 foo: label
arm64-crypto.s 3 foo: label
arm64-fp-encoding.s 3 foo: label
arm64-logical-encoding.s 3 foo: label
arm64-memory.s 3 foo: label
442 ldr w5, foo
443 ldr x4, foo
444 ldrsw x9, foo
445 prfm #5, foo
447 ; CHECK: ldr w5, foo ; encoding: [0bAAA00101,A,A,0x18]
448 ; CHECK: ldr x4, foo ; encoding: [0bAAA00100,A,A,0x58]
449 ; CHECK: ldrsw x9, foo ; encoding: [0bAAA01001,A,A,0x98]
450 ; CHECK: prfm pldl3strm, foo ; encoding: [0bAAA00101,A,A,0xd8]
arm64-system-encoding.s 4 foo: label

Completed in 321 milliseconds

1 2 3 4 5 6 7 891011>>