Searched refs:Statics (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/Parser/
H A Dcxx-decl.cpp97 Statics:return;
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2368 llvm::Constant *Statics = NULLPtr; local
2387 Statics = MakeGlobal(StaticsListTy, Elements, ".objc_statics");
2391 Elements.push_back(Statics);
2393 Statics = MakeGlobal(StaticsListArrayTy, Elements, ".objc_statics_ptr");
2394 Statics = llvm::ConstantExpr::getBitCast(Statics, PtrTy);
2472 Classes.push_back(Statics);
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp15 class Statics { static int priv; static NonPOD np; }; class
156 { int arr[T(__is_pod(Statics))]; }
1785 { int arr[T(__is_trivial(Statics))]; }
1832 { int arr[T(__is_trivially_copyable(Statics))]; }
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 421 milliseconds