HomeSort by relevance Sort by last modified time
    Searched full:pfoo (Results 1 - 12 of 12) 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-iamcu.c 23 void (__attribute__((fastcall)) *pfoo)(float*) = foo; // expected-warning {{calling convention 'fastcall' ignored for this target}}
callingconv.c 30 void (__attribute__((fastcall)) *pfoo)(float*) = foo;
  /external/guice/core/test/com/google/inject/
DuplicateBindingsTest.java 47 private Provider<Foo> pFoo = Providers.<Foo>of(new FooImpl());
54 new SimpleModule(foo, pFoo, pclFoo, clFoo, cFoo),
55 new SimpleModule(foo, pFoo, pclFoo, clFoo, cFoo)
75 new SimpleModule(foo, pFoo, pclFoo, clFoo, cFoo),
76 new SimpleModule(foo, pFoo, pclFoo, clFoo, cFoo)
97 new ScopedModule(Scopes.SINGLETON, foo, pFoo, pclFoo, clFoo, cFoo),
98 new ScopedModule(Scopes.SINGLETON, foo, pFoo, pclFoo, clFoo, cFoo)
102 new ScopedModule(Scopes.NO_SCOPE, foo, pFoo, pclFoo, clFoo, cFoo),
103 new ScopedModule(Scopes.NO_SCOPE, foo, pFoo, pclFoo, clFoo, cFoo)
109 new AnnotatedScopeModule(Singleton.class, foo, pFoo, pclFoo, clFoo, cFoo)
    [all...]
  /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*, %struct.Foo** @pfoo, align 8
pic.ll 68 @pfoo = external global void(...)*
73 store void(...)* %tmp, void(...)** @pfoo
74 %tmp1 = load void(...)*, 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/CommandGuide/
clang.rst 138 Enable support for Pascal-style strings with "\\pfoo".
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 363 milliseconds