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

1 2 3

  /external/clang/test/Parser/
asm.cpp 8 int foo6 asm ("bar6"_x); // expected-error {{string literal with user-defined suffix cannot be used here}}
9 int foo6 asm ("" L"bar7"); // expected-error {{cannot use wide string literal in 'asm'}}
  /external/clang/test/Driver/
at_file.c 26 foo6
at_file_win.c 24 foo6
  /external/autotest/client/deps/fakegudev/src/
test-fakesyscalls.sh 16 FILE_REDIRECTIONS_PRELOAD=${FILE_REDIRECTIONS_PRELOAD}:/tmp/foo5=/tmp/foo6
19 rm -f /tmp/foo1 /tmp/foo2 /tmp/foo3 /tmp/foo4 /tmp/foo5 /tmp/foo6 /tmp/foo99
60 if test -e /tmp/foo6
62 echo Fail: /tmp/foo6 should not have been created. foo6:
63 cat /tmp/foo6
  /external/clang/test/CodeGen/
mips64-padding-arg.c 37 // N64: call void @foo6(%struct.S0* sret %agg.result, i32 signext 1, i32 signext 2, i64 undef, fp128 %a0)
38 // N64: declare void @foo6(%struct.S0* sret, i32 signext, i32 signext, i64, fp128)
40 extern S0 foo6(int, int, long double);
43 return foo6(1, 2, a0);
mangle.c 45 void foo6() __asm__("var2");
46 void foo6() { function
2008-03-05-syncPtr.c 36 int* foo6(int** a, int*** b) { function
39 // CHECK-LABEL: define i32* @foo6
switch.c 86 // CHECK-LABEL: define void @foo6()
89 void foo6(){ function
  /external/clang/test/Sema/
deref.c 40 const void *foo6 (void) function
arm-interrupt-attr.c 11 __attribute__((interrupt("ABORT"))) void foo6() {} function
attr-sentinel.c 9 void foo6 (int x, ...) __attribute__ ((__sentinel__(5))); // expected-note {{function has been explicitly marked sentinel here}}
23 foo6(1,2,3,4,5,6,7); // expected-warning {{missing sentinel in function call}}
24 foo6(1,NULL,3,4,5,6,7); // OK
attr-x86-interrupt.c 32 __attribute__((interrupt)) void foo6(float *a, int b) {} function
mips-interrupt-attr.c 13 __attribute__((interrupt("vector=hw1"))) void foo6() {} function
  /external/llvm/test/MC/ELF/
tls.s 10 .long foo6@TLSGD
71 // CHECK-NEXT: Name: foo6
tls-i386.s 10 movl foo6@DTPOFF(%eax), %eax
66 // CHECK-NEXT: Name: foo6
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/
aix-ref-1.s 24 .ref foo4 , foo6
45 .globl foo6
46 .csect foo6[pr]
47 foo6: label
  /external/swiftshader/third_party/LLVM/test/MC/ELF/
tls-i386.s 10 movl foo6@DTPOFF(%eax), %eax
58 // CHECK-NEXT: (('st_name', 0x0000001a) # 'foo6'
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
datal-1.s 39 .global foo6
40 foo6: label
41 .long datalabel foo6 + 42
datal-3.s 37 .global foo6
38 foo6: label
39 movi datalabel foo6 + 42,r30
datal64-3.d 46 0+a8 g \.text 0+ 0x04 foo6
47 0+a8 \*UND\* 0+ foo6
94 0+a8 R_SH_IMM_HI16 foo6\+0x0+2a
95 0+ac R_SH_IMM_MEDHI16 foo6\+0x0+2a
96 0+b0 R_SH_IMM_MEDLOW16 foo6\+0x0+2a
97 0+b4 R_SH_IMM_LOW16 foo6\+0x0+2a
  /external/clang/test/SemaCXX/
type-definition-in-specifier.cpp 28 short foo6 (enum bar0 {qq} bar3); // expected-error{{cannot be defined in a parameter type}}
65 long foo5 (float foo6 = foo4); // expected-error{{use of undeclared identifier 'foo4'}}
conversion-delete-expr.cpp 89 void foo6(const Derived cd, Derived d) { function
dcl_ambig_res.cpp 51 void foo6() function
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mach-o/
macro-vararg.d 9 0+14[ ]+[a-zA-Z0-9_]+[ ]+foo6
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/macros/
vararg.d 15 0+14[ ]+[a-zA-Z0-9_]+[ ]+foo6

Completed in 487 milliseconds

1 2 3