HomeSort by relevance Sort by last modified time
    Searched full:foo3 (Results 76 - 100 of 175) sorted by null

1 2 34 5 6 7

  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
p8.cpp 71 void foo3() { function
  /external/clang/test/Sema/
dllimport-dllexport.c 7 void __attribute__((dllimport)) foo3(){} // expected-error{{dllimport attribute can be applied only to symbol declaration}} function
stdcall-fastcall-x64.c 8 void __attribute__((stdcall, fastcall)) foo3(void); // expected-warning{{calling convention 'stdcall' ignored for this target}} expected-warning {{calling convention 'fastcall' ignored for this target}}
self-comparison.c 11 void foo3(short s, short t) { function
  /external/clang/test/SemaCXX/
dcl_ambig_res.cpp 29 void foo3() { function
conditional-expr.cpp 256 struct Foo3 {
257 Foo3();
258 Foo3(Foo3&); // expected-note{{would lose const qualifier}}
264 operator const Foo3&() const;
270 (void)(true ? Bar() : Foo3()); // expected-error{{no viable constructor copying temporary}}
  /external/clang/test/CodeGen/
stdcall-fastcall.c 69 void __attribute__((fastcall)) foo3(int *y);
72 // CHECK: call x86_fastcallcc void @foo3(i32* inreg %
73 foo3(y);
arm-aapcs-zerolength-bitfield.c 138 short foo3 : 16; member in struct:t14
193 long foo3 : 32; member in struct:t19
219 char foo3 : 8; member in struct:t21
arm-apcs-zerolength-bitfield.c 142 short foo3 : 16; member in struct:t14
197 long foo3 : 32; member in struct:t19
223 char foo3 : 8; member in struct:t21
asm-variable.c 62 void foo3() { function
  /external/llvm/test/CodeGen/Mips/
alloca.ll 44 call void @foo3(i32* %1) nounwind
54 call void @foo3(i32* %2) nounwind
83 declare void @foo3(i32*)
2008-08-01-AsmInline.ll 45 define void @foo3() nounwind {
  /external/chromium_org/chrome/browser/browsing_data/
cookies_tree_model_unittest.cc 111 AddCookieSamples(GURL("http://foo3"), "C=1");
140 // foo3 -> cookies -> c,
426 // 2. `foo3`
648 SCOPED_TRACE("`foo3` removed.");
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
generators-iteration.js 278 [2, "1foo3", undefined]);
284 [2, "1foo3"]);
290 [2, "1foo3", 5, "4foo6", undefined]);
298 [2, "1foo3", 5, "4foo6", "foofoo"]);
311 [2, "1foo3", 5, "4foo6", "foofoo"]);
325 [2, "1foo3", 5, "4foo6", "foofoo"]);
  /external/llvm/docs/
LinkTimeOptimization.rst 59 static int foo3() {
68 data = foo3();
101 < 0`` is always false, which means ``foo3()`` is never used. Hence, the
102 optimizer also removes ``foo3()``.
107 linker. Here, the optimizer can not remove ``foo3()`` without the linker's
118 optimizer from removing ``foo3()``.
  /external/chromium_org/ui/base/models/
tree_node_model_unittest.cc 236 // +-- foo3
258 TestNode* foo3 = new TestNode; local
263 foo2->Add(foo3, 0);
  /external/llvm/test/CodeGen/PowerPC/
recipest.ll 166 define double @foo3(double %a) nounwind {
171 ; CHECK: @foo3
187 ; CHECK-SAFE: @foo3
  /external/llvm/test/CodeGen/X86/
pic.ll 158 tail call void(...)* @foo3()
176 tail call void(...)* @foo3()
206 declare void @foo3(...)
sibcall.ll 33 ; 32: jmp {{_?}}foo3
36 ; 64: jmp {{_?}}foo3
37 %0 = tail call i32 @foo3() nounwind
41 declare i32 @foo3()
  /external/chromium_org/net/base/
expiring_cache_unittest.cc 227 cache.Put("test3", "foo3", now, now + kTTL);
233 EXPECT_THAT(cache.Get("test3", now), Pointee(StrEq("foo3")));
270 cache.Put("test3", "foo3", kNow, kLater);
281 EXPECT_THAT(cache.Get("test3", kNow), Pointee(StrEq("foo3")));
  /external/clang/test/Analysis/
nullptr.cpp 20 void foo3(void) { function
  /external/clang/test/SemaObjC/
method-sentinel-attr.m 9 - (void) foo3 : (int)x __attribute__ ((__sentinel__)) ; // expected-warning {{'sentinel' attribute only supported for variadic functions}}
  /external/llvm/test/Transforms/InstCombine/
2011-05-28-swapmulsub.ll 42 define zeroext i16 @foo3(i32 %on_off) nounwind uwtable ssp {
  /external/chromium/net/base/
ssl_client_auth_cache_unittest.cc 27 std::string server3("foo3:443");
29 new X509Certificate("foo3", "CA", start_date, expiration_date));
  /external/chromium_org/net/ssl/
ssl_client_auth_cache_unittest.cc 27 std::string server3("foo3:443");
29 new X509Certificate("foo3", "CA", start_date, expiration_date));

Completed in 370 milliseconds

1 2 34 5 6 7