/external/clang/lib/Lex/ |
HeaderSearch.cpp | 473 const char *Private = "Private"; 474 FrameworkName.insert(FrameworkName.begin()+OrigSize, Private, 475 Private+strlen(Private)); 477 SearchPath->insert(SearchPath->begin()+OrigSize, Private, 478 Private+strlen(Private)); [all...] |
ModuleMap.cpp | 250 Module *Private = nullptr; 266 // Remember private headers for later printing of a diagnostic. 269 Private = Header.getModule(); 286 // We have found a header, but it is private. 287 if (Private) { [all...] |
/external/giflib/ |
gif_lib.h | 83 void *Private; /* Don't mess with this! */
|
/external/mesa3d/src/mesa/state_tracker/ |
st_context.h | 217 void *Private;
|
/external/clang/test/SemaCXX/ |
cxx98-compat.cpp | 197 private: 229 struct Private { 230 Private(); 231 private: 232 Private(const Private&); // expected-note {{declared private here}} 244 Private p; // expected-note {{implicitly deleted}} 247 const Private &a = Private(); // expected-warning {{copying variable of type 'CopyCtorIssues::Private' when binding a referen (…) [all...] |
/external/clang/lib/AST/ |
Type.cpp | 873 /// class) that has no user-declared constructors, no private or [all...] |
/external/tcpdump/ |
print-snmp.c | 168 * Private ASN.1 types 171 const char *Private[] = { 224 * Ties together the preceding Universal, Application, Context, and Private 239 defineCLASS(Private), 240 #define PRIVATE 3 279 * private enterprises tree, and the experimental tree. 291 /* .iso.org.dod.internet.private.enterprises */ [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm.ml | 52 | Private [all...] |
/external/clang/include/clang/AST/ |
DeclObjC.h | 116 private: [all...] |
/external/chromium_org/v8/include/ |
v8.h | 96 class Private; 159 private: 296 private: 312 friend class Private; 372 private: 408 private: 423 private: 556 private: 700 private: 780 private [all...] |
/external/mdnsresponder/mDNSCore/ |
mDNSEmbeddedAPI.h | 99 // intended it to be private to that file. If you see neither in front of a function definition it [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
ndis.h | 729 NDIS_PACKET_PRIVATE Private; [all...] |
ntifs.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
winioctl.h | [all...] |