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

1 2

  /ndk/tests/build/cpp-extensions/jni/
main.c++ 2 extern int foo6(int);
8 x = cpp::foo6(10);
foo6.CPP 5 int foo6(int x) {
Android.mk 15 foo6.CPP \
  /external/clang/test/Driver/
at_file.c 26 foo6
  /external/clang/test/Parser/
asm.cpp 8 int foo6 asm ("bar6"_x); // expected-error {{string literal with user-defined suffix cannot be used here}}
cxx-template-argument.cpp 79 template<class T1, typename T2> struct foo6 : struct in namespace:pr16225add
  /external/clang/test/CodeGen/
mips64-padding-arg.c 37 // N64: call void @foo6(%struct.S0* sret %agg.result, i32 1, i32 2, i64 undef, fp128 %a0)
38 // N64: declare void @foo6(%struct.S0* sret, i32, i32, 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
stdcall-fastcall.c 96 void __attribute__((fastcall)) foo6(long long y);
99 // CHECK: call x86_fastcallcc void @foo6(i64 %
100 foo6(y);
arm-aapcs-zerolength-bitfield.c 225 short foo6: 16; member in struct:t21
arm-apcs-zerolength-bitfield.c 229 short foo6: 16; member in struct:t21
  /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
block-return.c 103 void foo6() {
  /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
weakref.s 25 .weakref foo6, bar6
  /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
  /external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/
Test.java 27 public void foo6(@SlashedClassName(when=When.UNKNOWN) String foo) { method in class:Test
  /external/chromium_org/v8/test/mjsunit/
object-literal-overwrite.js 63 var foo6 = {
86 assertEquals(7, foo6[14.31]);

Completed in 3087 milliseconds

1 2