HomeSort by relevance Sort by last modified time
    Searched defs:linkage (Results 1 - 4 of 4) sorted by null

  /external/clang/test/SemaCXX/
extern-c.cpp 15 extern int test2_x; // expected-note {{declared with C language linkage here}}
19 float test2_x; // expected-error {{declaration of 'test2_x' in global scope conflicts with declaration with C language linkage}}
34 extern int test4_b; // expected-note {{declared with C language linkage here}}
37 static float test4_b; // expected-error {{declaration of 'test4_b' in global scope conflicts with declaration with C language linkage}}
41 extern int test5_b; // expected-note {{declared with C language linkage here}}
45 static float test5_b; // expected-error {{declaration of 'test5_b' in global scope conflicts with declaration with C language linkage}}
60 namespace linkage { namespace
76 void linkage_from_outer_1(); // expected-error {{different language linkage}}
77 void linkage_from_outer_2(); // expected-error {{different language linkage}}
110 int lookup_in_global_g; // expected-error {{conflicts with declaration with C language linkage}}
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 1122 const char *linkage = 0; local
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 72 (** The linkage of a global value, accessed with {!linkage} and
74 module Linkage : sig
109 internal linkage. *)
1126 val linkage : llvalue -> Linkage.t var
    [all...]
  /external/chromium_org/third_party/gpsd/release-3.1/
gps.h 850 unsigned int linkage; /* Message Linkage ID */ member in struct:route_info
985 unsigned int linkage; \/* Message Linkage ID *\/ member in struct:ais_t::__anon13100::__anon13104::__anon13105::__anon13109
997 unsigned int linkage; \/* Message Linkage ID *\/ member in struct:ais_t::__anon13100::__anon13104::__anon13105::__anon13110
1050 unsigned int linkage; member in struct:ais_t::__anon13100::__anon13104::__anon13105::__anon13112
1148 unsigned int linkage; \/* Message Linkage ID *\/ member in struct:ais_t::__anon13100::__anon13115::__anon13116::__anon13120
1162 unsigned int linkage; member in struct:ais_t::__anon13100::__anon13115::__anon13116::__anon13121
    [all...]

Completed in 229 milliseconds