HomeSort by relevance Sort by last modified time
    Searched full:pfoo (Results 1 - 10 of 10) sorted by null

  /external/clang/test/Sema/
callingconv-ms_abi.c 4 void (*pfoo)(void) = foo; variable
callingconv-sysv_abi.c 4 void (*pfoo)(void) = foo; // expected-warning{{incompatible pointer types}} variable
compound-literal.c 22 extern void fooFunc(struct foo *pfoo);
callingconv.c 30 void (__attribute__((fastcall)) *pfoo)(float*) = foo;
  /external/clang/test/CodeGen/
pascal-wchar-string.c 15 char st[] = "\pfoo"; // pascal string
  /external/llvm/test/CodeGen/X86/
dbg-changes-codegen.ll 5 ; CHECK-NOT: movq pfoo
6 ; CHECK: cmpq {{%[a-z]+}}, pfoo(%rip)
19 ; Foo *pfoo;
20 ; bool Foo::bat() { return (*this == *pfoo); }
38 @pfoo = global %struct.Foo* null, align 8
46 %0 = load %struct.Foo** @pfoo, align 8
pic.ll 68 @pfoo = external global void(...)*
73 store void(...)* %tmp, void(...)** @pfoo
74 %tmp1 = load void(...)** @pfoo
83 ; LINUX: movl pfoo@GOT(%[[REG3]]),
  /external/clang/test/SemaCXX/
string-plus-int.cpp 56 consume("\pfoo" + 4); // Pascal strings don't have a trailing \0, but they
  /external/clang/docs/tools/
clang.pod 169 Enable support for Pascal-style strings with "\pfoo".
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 309 milliseconds